GeoJSON
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Category:JSON based file formats) |
||
(2 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
|released=2008 | |released=2008 | ||
}} | }} | ||
− | '''GeoJSON''' is a [[JSON]]-based format for geospatial data. | + | '''GeoJSON''' is a [[JSON]]-based format for geospatial data. Its draft spec eventually led to RFC 7946. |
== Links == | == Links == | ||
Line 11: | Line 11: | ||
* [http://geojson.org/geojson-spec.html Spec] | * [http://geojson.org/geojson-spec.html Spec] | ||
* [https://datatracker.ietf.org/doc/draft-butler-geojson/ Internet draft] | * [https://datatracker.ietf.org/doc/draft-butler-geojson/ Internet draft] | ||
+ | * [https://datatracker.ietf.org/doc/draft-ietf-geojson/ Newer Internet draft] | ||
* [https://datatracker.ietf.org/wg/geojson/charter/ Working group] | * [https://datatracker.ietf.org/wg/geojson/charter/ Working group] | ||
* [https://github.com/geojson/draft-geojson/blob/master/media-type/registration.md Media type registration] | * [https://github.com/geojson/draft-geojson/blob/master/media-type/registration.md Media type registration] | ||
+ | |||
+ | [[Category:JSON based file formats]] |
Latest revision as of 16:10, 23 April 2017
GeoJSON is a JSON-based format for geospatial data. Its draft spec eventually led to RFC 7946.