elicit_geojson — elicitation-enabled wrappers around GeoJSON types.
This crate intentionally mirrors the upstream geojson document/value
surface:
GeoJson, Geometry, Value, Feature, FeatureCollection, and
feature::Id.
Workflow plugins
| Plugin | Namespace | Description |
|---|---|---|
[GeoJsonDocumentPlugin] |
geojson_document__* |
Parse and inspect top-level GeoJSON documents |
[GeoJsonGeometryPlugin] |
geojson_geometry__* |
Construct and inspect Geometry / Value |
[GeoJsonFeaturePlugin] |
geojson_feature__* |
Construct and inspect Feature / FeatureCollection / Id |
[GeoJsonConversionPlugin] |
geojson_conversion__* |
Bridge GeoJSON wrappers to and from elicit_geo_types |