@hackage geojson0.0.2
A thin GeoJSON Layer above the json library
Categories
License
MIT
Maintainer
Dom De Re
Links
Versions
Deprecated
Dependencies (2)
Dependents (5)
@hackage/poseidon-postgis, @hackage/wkt-geom, @hackage/acme-everything, @hackage/esqueleto-postgis, @hackage/reanimate
Package Flags
small_base
(on by default)
Choose the new, split-up base package.
A thin GeoJSON Layer above the json library.
It currently conforms to version 1.0 of the GeoJSON spec which can be found here:
http://geojson.org/geojson-spec.html
Its built on top of the json library and doesn't currently take
advantage of laziness as much as it could, so those are areas for improvement