Added fix to accomodate a cleared attribution field
This commit is contained in:
parent
64495b023d
commit
7fede5bd72
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue