Sfoglia il codice sorgente

智能选址导入

maxiaoxiao 1 anno fa
parent
commit
b8865fc8e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }