GeoJSON: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 t...") |
No edit summary |
||
| Line 2: | Line 2: | ||
http://geojson.org/ |
http://geojson.org/ |
||
=Storage= |
|||
* [[Manipulation_de_donn.C3.A9es_g.C3.A9ographiques_GeoJSON|MongoDB]] |
|||
Revision as of 04:30, 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.