|
@@ -29,9 +29,9 @@ class BlueRegionLayer {
|
|
|
feature.setStyle(this.vectorStyle.getPolygonStyle(item.color+opacity, strokeColor, 1));
|
|
|
this.blueRegionLayer.addFeature(feature);
|
|
|
}
|
|
|
- setTimeout(()=>{
|
|
|
- this.kmap.fit(this.blueRegionLayer.source.getExtent(), {padding:[100,100,100,100]});
|
|
|
- })
|
|
|
+ // setTimeout(()=>{
|
|
|
+ // this.kmap.fit(this.blueRegionLayer.source.getExtent(), {padding:[100,100,100,100]});
|
|
|
+ // })
|
|
|
}
|
|
|
}
|
|
|
|