Bandeau haut

Outils pour utilisateurs

Outils du site


english:glossary:geojson

GeoJson

GeoJSON (Geographic JSON) is an open format of simple geographic data based on standard Json (JavaScript Object Notation). It permits describing the data of item types polyline, polygon, and attributes.

Example of code (source: http://geojson.org/Geojson)

{
  "type": "Feature",
  "geometry": {
  "type": "Point",
  "coordinates": [125.6, 10.1]
},
  "properties": {
    "name": "Dinagat Islands"
  }
} 

See : http://geojson.org/ (though http://en.wikipedia.org/wiki/GeoJSON is more complete.)
[French: GeoJson]

english/glossary/geojson.txt · Dernière modification : //26/08/2018 13:01// de joliveau

Bandeau bas