Added fix to accomodate a cleared attribution field
This commit is contained in:
parent
64495b023d
commit
7fede5bd72
|
@ -237,7 +237,7 @@
|
|||
mapMarkerGroup.addTo(mapInstance)
|
||||
|
||||
L.tileLayer(tileURL, {
|
||||
attribution: "© " + mapAttribution, //No attribution, warning?
|
||||
attribution: "© " + mapAttribution || "",
|
||||
zoom: adjustedZoomLevel,
|
||||
}).addTo(mapInstance)
|
||||
|
||||
|
|
Loading…
Reference in New Issue