evansiroky / timezone-boundary-builder

A tool to extract data from Open Street Map (OSM) to build the boundaries of the world's timezones.
MIT License
860 stars 82 forks source link

new overlapped zones for disputed areas #105

Closed szjozsef closed 3 years ago

szjozsef commented 3 years ago

Hello with the latest OSM boundary updates there are 3 more overlapping zones for disputed areas:

  "Asia/Bangkok-Asia/Yangon": [
    {
      "bounds": [98.3, 9.7, 98.6, 10],
      "description": "Allow disputed border near Ranong between Myanmar and Thailand. https://en.wikipedia.org/wiki/Myanmar%E2%80%93Thailand_relations#Disputed_territory"
    }
  ],
  "Europe/Athens-Europe/Istanbul": [
    {
      "bounds": [27.1, 37, 27.2, 37.1],
      "description": "Allow disputed areas Imia/Kardak. https://en.wikipedia.org/wiki/Imia/Kardak"
    }
  ],
  "Asia/Kolkata-Asia/Shanghai": [
    {
      "bounds": [78.5, 32.5, 78.7, 32.7],
      "description": "Allow disputed areas India China (Chūmar Disputed Area)"
    }
  ]
evansiroky commented 3 years ago

Thanks so much for this!