You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
223 B
9 lines
223 B
9 months ago
|
window.mapCfg = {
|
||
|
type: "onLine",//离线地图;地图类型 onLine:在线地图
|
||
|
lgt: "", //经度
|
||
|
lat: "", //纬度
|
||
|
center: [],
|
||
|
zoom: 12,
|
||
|
tiles_dir: "" + "/static/newTiles/{z}/{x}/{y}.png", //瓦片地址
|
||
|
};
|