osrm-backend/test/data/tz/win/london.geojson

8 lines
387 B
Plaintext
Raw Normal View History

2017-06-02 11:01:59 -04:00
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "tzid": "GMT0BST" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.212860107421875, 51.468766318140872 ], [ -0.212860107421875, 51.573868997085803 ], [ -0.014076232910156, 51.573868997085803 ], [ -0.014076232910156, 51.468766318140872 ], [ -0.212860107421875, 51.468766318140872 ] ] ] } }
]
}