Hi everyone, I changed the source code to show openstreetmap without mapbox and after some instructions, I can show the map. The problem is that the map is blurry, unclear and sometimes looks different than what I see on the sample sites and I can’t understand why.
This is my code
L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
maxZoom: 20,
attribution: "Map data © OpenStreetMap contributors,KeyFor",
tileSize: 512,
zoomOffset: -1
}).addTo(mymap);
7 posts - 3 participants
Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/osm-without-mapbox/99402