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
852 stars 81 forks source link

New disputed area in OSM between USA and Canada - Beaufort Sea region #145

Closed szjozsef closed 1 year ago

szjozsef commented 1 year ago

Between Alaska and the Yukon region in the Beaufort Sea, see also: something similar is required to be added in the expectedZoneOverlaps.json:

  "America/Anchorage-America/Dawson": [
    {
      "bounds": [-141.1, 69.6, -140.7, 69.9],
      "description": "Allow disputed Beaufort Sea region (https://community.openstreetmap.org/t/changes-to-the-usa-canada-border-at-the-southern-end-of-alaska/6327/11) to overlap."
    }
  ],
evansiroky commented 1 year ago

Thank you!