package geojsone

  1. Overview
  2. Docs

Module Feature.CollectionSource

Sourcetype feature = t
Sourcetype t
Sourceval features : t -> feature list
Sourceval v : ?foreign_members:(string * json) list -> feature list -> t

v features creates a feature collection from a list of features

Sourceval foreign_members : t -> (string * json) list

foreign_members t will extract name/value pair of a foreign member from t (a GeoJSON object)

OCaml

Innovation. Community. Security.