GeoJSON (.geojson) File Format
GeoJSON
Description
Notes
Examples
References
GeoJSON (Geographic JSON) is a JSON-based file format for encoding geographical and geometric information.
The plottools[importplot] or Import commands can be used to import geometric data from a GeoJSON file as a Maple plot.
The plottools[exportplot] or Export commands can be used to export a Maple plot to a GeoJSON file.
Content-Type (GeoJSON): application/geojson
Import a GeoJSON file encoding a circle.
Import⁡example/circle.geojson,base=datadir
[RFC7946] Butler, H., et al., The GeoJSON Format, RFC 7946, August 2016.
See Also
Formats
Download Help Document