osrm-backend/test/data/tz/iana/london.geojson
2017-06-02 17:35:18 +02:00

8 lines
474 B
JSON

{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "tzid": "Europe\/London" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.212860107421875, 51.468766318140872 ], [ -0.212860107421875, 51.573868997085803 ], [ -0.014076232910156, 51.573868997085803 ], [ -0.014076232910156, 51.468766318140872 ], [ -0.212860107421875, 51.468766318140872 ] ] ] } }
]
}