Commit 936dc24d by 林永鑫

修改地图中心点

parent 59f2bc05
...@@ -38,7 +38,7 @@ export function initViewer(map) { ...@@ -38,7 +38,7 @@ export function initViewer(map) {
// }); // });
// window.map.addLayer(newLyr); // window.map.addLayer(newLyr);
var coord = new EzCoord("116.403694", "39.91095"); var coord = new EzCoord("113.782564", "23.000165");
window.map.centerAndZoom(coord, 12); window.map.centerAndZoom(coord, 12);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment