|
@@ -1813,7 +1813,7 @@ function showDetailGQ(gqid, isZoom) {
|
|
|
if (result) {
|
|
|
openrbwin(result.name, content, 230, 250);
|
|
|
if (isZoom) {
|
|
|
- setMapCenter(result.lat, result.lon, 3);
|
|
|
+ setMapCenter(result.lat, result.lon, 8);
|
|
|
}
|
|
|
showGangQuFeature(gqid);
|
|
|
}
|
|
@@ -1846,7 +1846,7 @@ function showBoWeiFeture(bwid) {
|
|
|
var feature = boweiFeatures[i];
|
|
|
if(bwid == feature.data.ID) {
|
|
|
var bounds = feature.geometry.getBounds().getCenterLonLat();
|
|
|
- setMapCenter(bounds.lat, bounds.lon, 10);
|
|
|
+ setMapCenter(bounds.lat, bounds.lon, 13);
|
|
|
boweiVectorLayer.addFeatures(feature);
|
|
|
boweiSelect.activate();
|
|
|
}
|
|
@@ -1903,7 +1903,7 @@ function selectBoWeiCompleted(queryEventArgs) {
|
|
|
};
|
|
|
selectFeature = feature;
|
|
|
var bounds = feature.geometry.getBounds().getCenterLonLat();
|
|
|
- setMapCenter(bounds.lat, bounds.lon, 10);
|
|
|
+ setMapCenter(bounds.lat, bounds.lon, 13);
|
|
|
boweiVectorLayer.addFeatures(feature);
|
|
|
boweiSelect.activate();
|
|
|
}
|