tweak map
This commit is contained in:
parent
3c0ec26180
commit
254112ee67
1 changed files with 2 additions and 1 deletions
|
@ -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: 7,
|
||||||
|
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