Geojson.S
Types for Geojson texts and objects
module Geometry : sig ... end
module Feature : sig ... end
type t =
| Feature of Feature.t | |
| FeatureCollection of Feature.Collection.t | |
| Geometry of Geometry.t | (* A geojson object *) |
module Random : sig ... end