js tile baseurl update
This commit is contained in:
parent
ad444aadaf
commit
463679afd3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function toColor(num) {
|
|||
'mapid':'map',
|
||||
'maxzoom':20,
|
||||
'maxnativezoom':19,
|
||||
'sourceurl':'https://tile.osmand.net/hd/{z}/{x}/{y}.png',
|
||||
'sourceurl': window.location.protocol + "//" + window.location.host + '/tile/{z}/{x}/{y}.png',
|
||||
'attribution':'© <a href="https://www.openstreetmap.org/'+lparams+'#map=15/'+loc+'">OpenStreetMap</a> contributors'
|
||||
}, config),
|
||||
init:function(){
|
||||
|
|
Loading…
Reference in a new issue