Closed richardschneider closed 8 years ago
GeoJSON seems a good standard. It's what MongoDB uses natively.
{ type: "<GeoJSON type>" , coordinates: <coordinates> }
Always list coordinates in longitude, latitude order. The default coordinate reference system for GeoJSON uses the WGS84 datum.
Normally the Point
GeoJSON type is used fro longitude and latitude.
Add a
geo-locationgeometry data type. Hopefully there is a standard.