|
@@ -50,30 +50,30 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import addCircleWave from "./static/CiecleScan";
|
|
|
-import Windy from "./static/wind/Windy";
|
|
|
-import response from "./static/2017121300";
|
|
|
-import wtTree from "./static/fj";
|
|
|
+// import addCircleWave from "./static/CiecleScan";
|
|
|
+// import Windy from "./static/wind/Windy";
|
|
|
+// import response from "./static/2017121300";
|
|
|
+// import wtTree from "./static/fj";
|
|
|
|
|
|
-import h337 from "./static/heatmap";
|
|
|
+// import h337 from "./static/heatmap";
|
|
|
|
|
|
-import $ from "jquery";
|
|
|
+// import $ from "jquery";
|
|
|
|
|
|
-import {
|
|
|
- createSnowStage,
|
|
|
- createRainStage,
|
|
|
-} from "./static/postProcessController";
|
|
|
+// import {
|
|
|
+// createSnowStage,
|
|
|
+// createRainStage,
|
|
|
+// } from "./static/postProcessController";
|
|
|
|
|
|
-const Cesium = require("cesium/Cesium");
|
|
|
-const widgets = require("cesium/Widgets/widgets.css");
|
|
|
+// const Cesium = require("cesium/Cesium");
|
|
|
+// const widgets = require("cesium/Widgets/widgets.css");
|
|
|
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
viewer: null,
|
|
|
- url: "http://localhost:8080/static/cesium/Assets/Textures/temp",
|
|
|
+ // url: "http://localhost:8080/static/cesium/Assets/Textures/temp",
|
|
|
// url: "http://localhost:8080/static/cesium/Assets/Textures/NaturalEarthII",
|
|
|
- // url: "http://localhost:8082/static/cesium/Assets/Textures/NaturalEarthII",
|
|
|
+ url: "http://10.155.32.4/tiles",
|
|
|
publicPath: "./",
|
|
|
initPosition: [106.0231304, 37.73323706, 0],
|
|
|
|
|
@@ -108,9 +108,9 @@ export default {
|
|
|
created() {},
|
|
|
|
|
|
mounted() {
|
|
|
- this.initMap();
|
|
|
- this.handleCommand("b");
|
|
|
- this.flyto(1600000);
|
|
|
+ // this.initMap();
|
|
|
+ // this.handleCommand("b");
|
|
|
+ // this.flyto(1600000);
|
|
|
},
|
|
|
|
|
|
computed: {},
|