Skip to content

Commit

Permalink
Split Vietnam in two
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
evansiroky committed Mar 31, 2019
1 parent 98b1993 commit dd37978
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

### Zone Changes

* Split Vietnam into 2 zones ([#66](https://github.com/evansiroky/timezone-boundary-builder/issues/66))
* Make Northern Vietnam be a part of `Asia/Bangkok`
* Southern Vietnam stays `Asia/Ho_Chi_Minh`
* Update to latest OSM data

### Other Changes

* Add standard linter ([#67](https://github.com/evansiroky/timezone-boundary-builder/issues/67))
Expand Down
3 changes: 3 additions & 0 deletions osmBoundarySources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,9 @@
"Qatar": {
"ISO3166-1": "QA"
},
"Quang Tri": {
"ISO3166-2": "VN-25"
},
"Quebec": {
"ISO3166-2": "CA-QC"
},
Expand Down
23 changes: 23 additions & 0 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -2659,6 +2659,20 @@
{
"op": "init",
"source": "overpass",
"id": "Vietnam",
"description": "Northern Vietnam had the same timekeeping method as Thailand, so this is added before adding Thailand. See (https://github.com/evansiroky/timezone-boundary-builder/issues/66)"
}, {
"op": "intersect",
"source": "manual-polygon",
"data": [[[100,11],[112,21],[100,30],[100,11]]],
"description": "Isolate Northern Vietnam as it is a part of Asia/Bangkok. See (https://github.com/evansiroky/timezone-boundary-builder/issues/66)"
}, {
"op": "difference",
"source": "overpass",
"id": "Quang Tri"
}, {
"op": "union",
"source": "overpass",
"id": "Thailand"
}
],
Expand Down Expand Up @@ -2803,6 +2817,15 @@
"op": "init",
"source": "overpass",
"id": "Vietnam"
}, {
"op": "difference",
"source": "manual-polygon",
"data": [[[100,11],[112,21],[100,30],[100,11]]],
"description": "Exclude Northern Vietnam as it is a part of Asia/Bangkok. See (https://github.com/evansiroky/timezone-boundary-builder/issues/66)"
}, {
"op": "union",
"source": "overpass",
"id": "Quang Tri"
}, {
"op": "difference",
"source": "manual-polygon",
Expand Down

0 comments on commit dd37978

Please sign in to comment.