Skip to content

Commit

Permalink
Increase darkmode levels from 17 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ut committed Dec 9, 2024
1 parent c2f947d commit 31628de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeafletMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
let hamburg_dark_mode = L.tileLayer('https://tiles.3plusx.io/hamburg/darkmode/{z}/{x}/{y}{r}.png', {
attribution: 'Karte: UT/3+x, Geodaten: <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap + Mitwirkende</a>',
maxZoom: 17,
maxZoom: 18,
detectRetina: false,
tileSize: 256
})
Expand Down

0 comments on commit 31628de

Please sign in to comment.