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
I wanted to preview everything in a dedicated browser tab, that wasn't easy to do, came up with
// run on https://leaflet-extras.github.io/leaflet-providers/preview/// then scroll to bottom of page, hold down CTRL and click 100 times.[...document.querySelectorAll("[name=leaflet-base-layers]")].map((ele)=>ele.parentNode.textContent.trim()).forEach(function(filterString){leta=document.createElement("a");a.href="#filter="+encodeURIComponent(filterString);a.textContent=filterString;a.appendChild(document.createElement("br"));a.target="_blank";a.addEventListener("click",()=>a.parentNode.removeChild(a));document.body.appendChild(a);});
The text was updated successfully, but these errors were encountered:
Do you mean preview all overlays ? What do you mean by "then scroll to bottom of page, hold down CTRL and click 100 times" ? Is it a rant, a call for help, a enhancement idea ?
I wanted to preview everything in a dedicated browser tab, that wasn't easy to do, came up with
The text was updated successfully, but these errors were encountered: