Geojson.MakeA functor that takes a Json parsing implementation and returns a GeoJson parser and constructor.
module J : sig ... endtype json = J.tThe internal representation of JSON
module Geometry : sig ... endmodule Feature : sig ... endtype t = | Feature of Feature.t | |
| FeatureCollection of Feature.Collection.t | |
| Geometry of Geometry.t | (* A geojson object *) |
module Random : sig ... end