From 0c3eb88ad68e4cb31f994529105be5146aed837d Mon Sep 17 00:00:00 2001 From: zdenevuk <zdenko.vuk@ijs.si> Date: Thu, 3 Nov 2022 16:30:34 +0100 Subject: [PATCH] updated ... leaflet to from 1.7.1 rather than 1.2.0. 1.2.0 was giving us an error in console as L.edit is udnefined. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fa3e538..68f0b362 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "intl": "1.2.5", "ionicons": "2.0.1", "iso8601-js-period": "^0.2.1", - "leaflet": "1.2.0", + "leaflet": "^1.7.1", "leaflet-area-select": "^1.0.5", "leaflet-draw": "^1.0.4", "leaflet-timedimension": "^1.1.1", -- GitLab