refactor timezoner a bit for unit tests, add initial unit tests
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"TZID": "Europe\\/Berlin"
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.28369140625,
|
||||
48.88277959345126
|
||||
],
|
||||
[
|
||||
8.57757568359375,
|
||||
48.88277959345126
|
||||
],
|
||||
[
|
||||
8.57757568359375,
|
||||
49.07206662261101
|
||||
],
|
||||
[
|
||||
8.28369140625,
|
||||
49.07206662261101
|
||||
],
|
||||
[
|
||||
8.28369140625,
|
||||
48.88277959345126
|
||||
]
|
||||
], []
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user