aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvan Siroky <evan.siroky@yahoo.com>2016-07-07 16:44:01 -0700
committerEvan Siroky <evan.siroky@yahoo.com>2016-07-07 16:44:01 -0700
commit783532da1235f9a91952761396d3709ba51997fa (patch)
tree47890be9823ca484a277c15048124b8e03c71ded /package.json
parentbecb56e871d8130aa5c7c8f902b7d0b80305465f (diff)
downloadtimezone-boundary-builder-783532da1235f9a91952761396d3709ba51997fa.tar.gz
America/Chicago
- Able to work with precision reduction in experimental build of jsts that should ultimately be fixed in jsts 1.2.1. - Updating intersecting polygon to work as best as possible w/ efele and osm boundaries. It's slightly off near the town of Mexico Beach, FL.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7c2373e..aff726c 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.5",
- "jsts": "^1.1.2",
+ "jsts": "^1.2.1",
"query-overpass": "^1.1.0",
"shpjs": "^3.3.2",
"turf-polygon": "^1.0.3"