@@ -329,6 +329,10 @@ function addRoadMarkerBasic(obj, name, targetMarkerlayer) {
var marker = new SuperMap.Marker(new SuperMap.LonLat(obj.lon, obj.lat), icon);
marker.events.on({
"click": function (params) {
+ /*if(name == tc_keyunzhan) {
+ // 设置地图中心点,并设置缩放比例值
+ setMapCenter(obj.lat, obj.lon, 11);
+ }*/
//设置点击图标大小变化
setClickIcon(params);
//设置当前弹出图层类型