From 60508b99ae9311a165da15f7ac63287276ccd688 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Tue, 25 Feb 2025 18:03:22 +0100 Subject: [PATCH] Update template/module/foot.pug --- template/module/foot.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/template/module/foot.pug b/template/module/foot.pug index 4863aed..991d48e 100644 --- a/template/module/foot.pug +++ b/template/module/foot.pug @@ -1,5 +1,6 @@ script(src="https://unpkg.com/leaflet") script(src="https://unpkg.com/leaflet.awesome-markers") +script(src="https://unpkg.com/leaflet.geodesic") script(src="https://unpkg.com/sortablejs") script(src="https://unpkg.com/vue@2")