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.
14 lines
432 B
14 lines
432 B
window.$mapCfg = {
|
|
lgt: "", //经度
|
|
lat: "", //纬度
|
|
center: [121.619992, 30.025703],
|
|
zoom: 12,
|
|
tiles_path: "http://172.18.113.50:8118",
|
|
tiles_hybrid: "", //卫星瓦片图的地址,为空默认在 offlinemap/tiles_hybrid/ 目录
|
|
tiles_self: "", //自定义图层的地址,为空默认在 offlinemap/tiles_self/ 目录
|
|
};
|
|
|
|
window.$SYSTEMCONFIG = {
|
|
SYS_NAME: "镇海平安企业(园区)", //系统名称
|
|
};
|