add london geojson fixture
This commit is contained in:
parent
63ea75612b
commit
91e1ac83d9
7
test/data/tz/london.geojson
Normal file
7
test/data/tz/london.geojson
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"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 ] ] ] } }
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user