aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvan Siroky <evan.siroky@yahoo.com>2016-11-07 10:22:34 -0800
committerEvan Siroky <evan.siroky@yahoo.com>2016-11-07 10:22:34 -0800
commitb57a5b9d95975d5d2c4a57b2f2201c6b00ffb38b (patch)
tree0493b2a3730236f75b77e33395f0f7a9192fd00c /package.json
parent7891a6ea5ba074d979d893c4efd5fad7b70cf46c (diff)
downloadtimezone-boundary-builder-b57a5b9d95975d5d2c4a57b2f2201c6b00ffb38b.tar.gz
2016i update
* Zone Changes ** Split Cyprus into 2 zones. The existing Asia/Nicosia now ends at the northern boundary of the United Nations Buffer Zone and the new zone Asia/Famagusta contains everything north of the buffer zone. ** Add missing data definitions: Congo-Kinshasa and South Sudan ** Old Crimea boundary no longer exists in OSM, use combination of Crimea + Sevastopol ** Typo of extra space in Harrison County fixed in OSM ** Taishan City now has invalid geometry in OSM, use Xinhui district instead when making boundaries ** Update to latest OSM data * Other changes ** Add download throttling of publicly available Overpass API ** Remove old dist files if they exist so ogr2ogr can work ** Update README to note change in Overpass API querying * Issues ** #4
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ea3aee7..afb7e9c 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"async": "^2.1.2",
"jsts": "^1.2.1",
"query-overpass": "^1.1.0",
+ "rimraf": "^2.5.4",
"shpjs": "^3.3.2",
"turf-multipolygon": "^1.0.1",
"turf-polygon": "^1.0.3"