Added fix to accomodate a cleared attribution field

This commit is contained in:
Dean 2022-03-10 15:48:11 +00:00
parent 64495b023d
commit 7fede5bd72
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
mapMarkerGroup.addTo(mapInstance) mapMarkerGroup.addTo(mapInstance)
L.tileLayer(tileURL, { L.tileLayer(tileURL, {
attribution: "© " + mapAttribution, //No attribution, warning? attribution: "© " + mapAttribution || "",
zoom: adjustedZoomLevel, zoom: adjustedZoomLevel,
}).addTo(mapInstance) }).addTo(mapInstance)