iFakeLocation icon indicating copy to clipboard operation
iFakeLocation copied to clipboard

Map is not working when launched.

Open miningpete opened this issue 2 years ago • 1 comments

I launch the app and the map is not working which means i can not search for any location Screen Shot 2022-06-30 at 7 17 52 pm .

miningpete avatar Jun 30 '22 09:06 miningpete

@miningpete You need to change the layer

Liste of tileLayer : https://leaflet-extras.github.io/leaflet-providers/preview/

exemple :

L.tileLayer('https://tile.osm.ch/switzerland/{z}/{x}/{y}.png', {
    attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);

TheRedRacing avatar Jul 12 '22 14:07 TheRedRacing