GeoJSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
=Storage= |
=Storage= |
||
* [[Manipulation_de_donn.C3.A9es_g.C3.A9ographiques_GeoJSON|MongoDB]] |
* [[MongoDB#Manipulation_de_donn.C3.A9es_g.C3.A9ographiques_GeoJSON|MongoDB]] |
||
Revision as of 04:31, 13 November 2014
GeoJSON is a format for encoding a variety of geographic data structures. A GeoJSON object may represent a geometry, a feature, or a collection of features. GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection.