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