更新 'worldmap/worldmap.js'
This commit is contained in:
parent
a0f66e6854
commit
2cc0e4d9f1
@ -942,6 +942,10 @@ var addBaseMaps = function(maplist,first) {
|
||||
var osmUrl='https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
|
||||
var osmAttrib='Map data © OpenStreetMap contributors';
|
||||
|
||||
var osmUrl='https://maps.jingweiht.com/tile/{z}/{x}/{y}.png';
|
||||
var osmAttrib='经纬航通';
|
||||
|
||||
|
||||
if (maplist.indexOf("MB3d")!==-1) { // handle the case of 3d by redirecting to that page instead.
|
||||
window.location.href("index3d.html");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user