From 61370088ec91e070fe3184dab331f33cf4ceda51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 26 Nov 2017 07:12:10 +0100 Subject: [PATCH] Include leaflet-textpath --- index.php | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/index.php b/index.php index 9b55c421..36849e84 100644 --- a/index.php +++ b/index.php @@ -38,6 +38,7 @@ html_export_var(array( + diff --git a/package.json b/package.json index 5866ec39..67f65b97 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "json-multiline-strings": "^0.1.0", "leaflet": "^1.0.3", "leaflet-geosearch": "^2.4.0", + "leaflet-textpath": "https://github.com/makinacorpus/Leaflet.TextPath#leaflet0.8-dev", "leaflet.locatecontrol": "^0.61.0", "moment": "^2.18.1", "opening_hours": "^3.5.0",