GeoJSON
code: geoJSON.json
{
"type": "Feature",
"geometry": {
"type": "Point",
},
"properties": {
"name": "Dinagat Islands"
}
}
type, geometry, propertiesで構成されてる。
GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, and MultiPolygon.