diff client/package.json @ 738:d7530644dde3

client: add calculation of fairway rectangles * Add calulation of fairway rectangles using @turf/line-intersect and @turf/distance.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 24 Sep 2018 12:33:23 +0200
parents badbc0207418
children 2079fabbe6dd
line wrap: on
line diff
--- a/client/package.json	Mon Sep 24 11:36:30 2018 +0200
+++ b/client/package.json	Mon Sep 24 12:33:23 2018 +0200
@@ -11,6 +11,9 @@
     "test:e2e": "vue-cli-service test:e2e"
   },
   "dependencies": {
+    "@turf/distance": "^6.0.1",
+    "@turf/helpers": "^6.1.4",
+    "@turf/line-intersect": "^6.0.2",
     "animate.css": "^3.7.0",
     "axios": "^0.18.0",
     "bootstrap": "^4.1.1",