Compare commits

..

2 commits

Author SHA1 Message Date
3cc90e5b71
tweak more
All checks were successful
/ deploy (push) Successful in 41s
2024-10-11 15:54:54 +02:00
254112ee67
tweak map 2024-10-11 15:52:31 +02:00

View file

@ -11,7 +11,8 @@ L.Icon.Default.mergeOptions({
var map = L.map('map', { var map = L.map('map', {
minZoom: 5, minZoom: 5,
maxZoom: 10 maxZoom: 8,
worldCopyJump: true
}).setView([50,18], 5); }).setView([50,18], 5);
L.tileLayer('https://tforwarder.b-cdn.net/spinal-map/{z}/{x}/{y}.png?apikey={apikey}', { L.tileLayer('https://tforwarder.b-cdn.net/spinal-map/{z}/{x}/{y}.png?apikey={apikey}', {