Compare commits
No commits in common. "3cc90e5b71d809a9ce5c1e5b73dbf6ad9c610b5f" and "3c0ec26180ff6367154fc0744781aa617ece7623" have entirely different histories.
3cc90e5b71
...
3c0ec26180
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ L.Icon.Default.mergeOptions({
|
||||||
|
|
||||||
var map = L.map('map', {
|
var map = L.map('map', {
|
||||||
minZoom: 5,
|
minZoom: 5,
|
||||||
maxZoom: 8,
|
maxZoom: 10
|
||||||
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}', {
|
||||||
|
|
Loading…
Reference in a new issue