chore: replace point-in-geopolygon by @turf for improved performances (×3)

This commit is contained in:
Basile Bruneau
2020-05-09 11:39:17 +02:00
parent 05859e2463
commit ec79e1201d
3 changed files with 39 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "dotted-map",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
@@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"point-in-geopolygon": "^1.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"proj4": "^2.6.1"
},
"devDependencies": {