更新 'worldmap/worldmap.js'

This commit is contained in:
zhongjin 2024-02-19 17:01:08 +08:00
parent a0f66e6854
commit 2cc0e4d9f1

View File

@ -942,6 +942,10 @@ var addBaseMaps = function(maplist,first) {
var osmUrl='https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'; var osmUrl='https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var osmAttrib='Map data © OpenStreetMap contributors'; 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. if (maplist.indexOf("MB3d")!==-1) { // handle the case of 3d by redirecting to that page instead.
window.location.href("index3d.html"); window.location.href("index3d.html");
} }