GeoJSON

GeoJSON is a format for encoding various geographic data structures. { “type”: “Feature”, “geometry”: { “type”: “Point”, “coordinates”: [125.6, 10.1] …

Read more