From c25bb1be9ad22b0140379366965e447205855615 Mon Sep 17 00:00:00 2001 From: evansiroky Date: Tue, 28 Apr 2020 00:00:35 -0700 Subject: Fix Europe/Moscow, Europe/Saratov again --- timezones.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/timezones.json b/timezones.json index 2504908..7d8ac8d 100644 --- a/timezones.json +++ b/timezones.json @@ -4018,6 +4018,11 @@ "op": "difference", "source": "overpass", "id": "Kirov" + }, { + "op": "union", + "source": "manual-polygon", + "data": [[[46.7,52.7],[46.5,52.65],[46.7,52.65],[46.7,52.7]]], + "description": "Union with part of Moscow timezone along a river to cover holes between the OSM boundaries of Saratov and the Moscow timezone" }, { "op": "difference", "source": "overpass", @@ -4127,15 +4132,6 @@ "op": "init", "source": "overpass", "id": "Saratov" - }, { - "op": "union", - "source": "manual-polygon", - "data": [[[46.7,52.7],[46.6,52.65],[46.7,52.65],[46.7,52.7]]], - "description": "Intersect with part of Moscow timezone along a river to cover holes between the OSM boundaries of Saratov and the Moscow timezone" - }, { - "op": "difference", - "source": "overpass", - "id": "Moscow-tz" } ], "Europe/Simferopol": [ -- cgit v1.2.3