Remove unused geometryutil dependency

pull/172/head
Candid Dauth 2021-04-25 18:15:03 +02:00
rodzic d20cf1f8a9
commit 354bb2c502
4 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -50,7 +50,6 @@
"jquery-ui": "^1.12.1",
"leaflet": "^1.7.1",
"leaflet-draggable-lines": "^1.0.9",
"leaflet-geometryutil": "^0.9.3",
"leaflet-graphicscale": "^0.0.2",
"leaflet-mouse-position": "^1.0.4",
"leaflet.heightgraph": "^1.4.0",

Wyświetl plik

@ -48,7 +48,6 @@
"leaflet-auto-graticule": "^1.0.9",
"leaflet-draggable-lines": "^1.0.9",
"leaflet-freie-tonne": "^1.0.5",
"leaflet-geometryutil": "^0.9.3",
"leaflet-hash": "^0.2.1",
"leaflet-highlightable-layers": "^1.0.9",
"leaflet.markercluster": "^1.5.0",

Wyświetl plik

@ -14,8 +14,6 @@ declare module "leaflet" {
removeInteractiveTarget(targetEl: HTMLElement): void;
}
export const GeometryUtil: any;
interface Handler {
_map: Map;
}

Wyświetl plik

@ -1,7 +1,6 @@
import { TrackPoints } from 'facilmap-client';
import { Bbox, BboxWithZoom, Point } from 'facilmap-types';
import L, { LatLng, LatLngBounds, Map, TooltipOptions } from 'leaflet';
import 'leaflet-geometryutil';
export const tooltipOptions: TooltipOptions = {
direction: "right"