changeset 2293:1fa336076a17

client: fixing lib/geo.js build * Comment out unused import, introduced by 2323:627bfcbbf631, so that the client builds again without unused error message. * Update header infos with year and additional author.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 18 Feb 2019 10:25:46 +0100
parents 7b62191ed955
children b2de7a77b570
files client/src/lib/geo.js
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/lib/geo.js	Fri Feb 15 16:44:42 2019 +0100
+++ b/client/src/lib/geo.js	Mon Feb 18 10:25:46 2019 +0100
@@ -4,12 +4,13 @@
  * SPDX-License-Identifier: AGPL-3.0-or-later
  * License-Filename: LICENSES/AGPL-3.0.txt
  *
- * Copyright (C) 2018 by via donau
+ * Copyright (C) 2018, 2019 by via donau
  *   – Österreichische Wasserstraßen-Gesellschaft mbH
  * Software engineering by Intevation GmbH
  *
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
+ * Raimund Renkert <raimund.renkert@intevation.de>
  */
 
 /**
@@ -30,7 +31,7 @@
 import lineSplit from "@turf/line-split";
 import lineSlice from "@turf/line-slice";
 import lineIntersect from "@turf/line-intersect";
-import booleanWithin from "@turf/boolean-within";
+// import booleanWithin from "@turf/boolean-within";
 import booleanContains from "@turf/boolean-contains";
 
 const EARTHRADIUS = 6378137.0;