Browse Source

智能选址导入

maxiaoxiao 11 months ago
parent
commit
b8865fc8e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/mapView/range.vue

+ 1 - 1
src/components/mapView/range.vue

@@ -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 }