Formats/GeoJSON - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Formats/GeoJSON

GeoJSON (.geojson) File Format

GeoJSON

 

Description

Notes

Examples

References

Description

• 

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.

Notes

• 

Content-Type (GeoJSON): application/geojson

Examples

Import a GeoJSON file encoding a circle.

Importexample/circle.geojson,base=datadir

References

  

[RFC7946] Butler, H., et al., The GeoJSON Format, RFC 7946, August 2016.

See Also

Formats