diff client/src/map/Maplayer.vue @ 1043:740679d6682f

linting
author Markus Kottlaender <markus@intevation.de>
date Thu, 25 Oct 2018 08:05:06 +0200
parents 7e3c620a5639
children 28eb62f7c676 d3bdad8ed8d3
line wrap: on
line diff
--- a/client/src/map/Maplayer.vue	Thu Oct 25 07:32:55 2018 +0200
+++ b/client/src/map/Maplayer.vue	Thu Oct 25 08:05:06 2018 +0200
@@ -51,12 +51,6 @@
 import { getLength } from "ol/sphere.js";
 import { Icon, Stroke, Style, Fill } from "ol/style.js";
 
-import distance from "@turf/distance";
-import {
-  lineString as turfLineString,
-  polygon as turfPolygon
-} from "@turf/helpers";
-import lineIntersect from "@turf/line-intersect";
 import { displayError } from "../application/lib/errors.js";
 import { calculateFairwayCoordinates } from "../application/lib/geo.js";