Module S.Feature

type t

A feature object is a geojson object with optional geometry and properties members.

val geometry : t -> Geometry.t option
val properties : t -> json option
val of_json : json -> (t[ `Msg of string ]) Stdlib.result
val to_json : t -> json
module Collection : sig ... end