Skip to content

Commit

Permalink
updated tiles url to latest tiles rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Sep 10, 2024
1 parent 4e4b1f3 commit b4f57d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const layerStyle = {

const map = L.map('map').setView([54.7836, 9.4321], 13)

L.tileLayer('https://tiles.oklabflensburg.de/{z}/{x}/{y}.png', {
L.tileLayer('https://tiles.oklabflensburg.de/osm/{z}/{x}/{y}.png', {
maxZoom: 20,
tileSize: 256,
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
Expand Down

0 comments on commit b4f57d3

Please sign in to comment.