4165197e by chiangbt

更新图层说明

1 parent 1426338c
......@@ -67,7 +67,8 @@ mapView.zoomToResolution(initPoint, t_vec.getRes()[16]);
TencentMapsTiledServiceLayer tencentMapsTiledServiceLayer = new TencentMapsTiledServiceLayer(TencentMapLayerTypes.TENCENT_MAP_VECTOR);
mapView.addLayer(tencentMapsTiledServiceLayer);
// 经纬度坐标要换成web墨卡托
Point pt = GISHelper.lonLat2Mercator(AppInfo.initPoint);
Point initPoint = new Point(121.56, 29.862149);
Point pt = GISHelper.lonLat2Mercator(initPoint);
mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]);
```
\ No newline at end of file
......