osrm-backend/test/data/regions/null-island.geojson

15 lines
355 B
Plaintext
Raw Permalink Normal View History

2017-08-15 07:57:44 -04:00
{
"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] ] ] }
} ]
}