|
@@ -145,7 +145,7 @@ export default {
|
|
|
let geojson =
|
|
|
this.$props.type == "hegxfx"
|
|
|
? "/static/data/ghss/导入.geojson"
|
|
|
- : "staticdatadraw.geojson";
|
|
|
+ : "static/data/draw.geojson";
|
|
|
let polygon = Cesium.GeoJsonDataSource.load(
|
|
|
geojson
|
|
|
// { clampToGround: true }
|