You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on attribution strings downstream at OHM it appears that these two lines have no effect. An attribution control needs to be instantiated, then added to the map like this
const attribControl = new L.Control.Attribution({position: "bottomright"});
attribControl.addAttribution(tilesAttrib);
attribControl.addTo(ide.map);
Note that the attribution control that appears on the live site is the one created when the Leaflet map is initialized, as {prefix: false} is not honored.
The text was updated successfully, but these errors were encountered:
Working on attribution strings downstream at OHM it appears that these two lines have no effect. An attribution control needs to be instantiated, then added to the map like this
Note that the attribution control that appears on the live site is the one created when the Leaflet map is initialized, as
{prefix: false}
is not honored.The text was updated successfully, but these errors were encountered: