We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attribution
1 parent 57bdf6e commit 9d5fb7eCopy full SHA for 9d5fb7e
js/ide.ts
@@ -527,7 +527,7 @@ class IDE {
527
maxNativeZoom: 19,
528
maxZoom: ide.map.options.maxZoom
529
});
530
- const attribControl = new L.Control.Attribution({position: "bottomright"});
+ const attribControl = ide.attribControl = new L.Control.Attribution({position: "bottomright"});
531
attribControl.addAttribution(tilesAttrib);
532
attribControl.addTo(ide.map);
533
const pos = new L.LatLng(settings.coords_lat, settings.coords_lon);
0 commit comments