Difference between revisions of "GeoJSON"

From air
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...")
 
Line 2: Line 2:
   
 
http://geojson.org/
 
http://geojson.org/
  +
  +
=Storage=
  +
* [[Manipulation_de_donn.C3.A9es_g.C3.A9ographiques_GeoJSON|MongoDB]]

Revision as of 06: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.

http://geojson.org/

Storage