From f9d968f5ec99b3f74b94be3be3940d27cfeaf482 Mon Sep 17 00:00:00 2001 From: vadik likholetov Date: Mon, 11 Dec 2023 17:13:28 +0200 Subject: [PATCH] Now you can add temporary markers on the map by the right button and it's automatically copied to clipboard --- templates/sar_details.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/sar_details.html b/templates/sar_details.html index 31896ee..b100e64 100644 --- a/templates/sar_details.html +++ b/templates/sar_details.html @@ -354,6 +354,7 @@ fullscreenControl: true, } ).setView([{{ sar.SARCall.latitude }}, {{ sar.SARCall.longitude }}], 13); + L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19, attribution: '© OpenStreetMap contributors'