osrm-backend/test/data/regions/null-island.geojson
2017-10-04 10:03:42 +02:00

15 lines
355 B
JSON

{
"type": "FeatureCollection",
"features": [ {
"type": "Feature",
"properties": {
"driving_side": "left",
"answer": 42,
"boolean": true,
"object": { "hello": "world" },
"array": [4, 8, 15, 16, 23, 42]
},
"geometry": { "type": "Polygon", "coordinates": [ [ [0, 0], [0, 2], [2, 2], [2, 0], [0, 0] ] ] }
} ]
}