iFakeLocation
iFakeLocation copied to clipboard
Map is not working when launched.
I launch the app and the map is not working which means i can not search for any location
.
@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: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);