We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ae549 + 6f81575 commit 4ed7c0dCopy full SHA for 4ed7c0d
website/public/static/demo/vue-cesium/example/control/draw.htm
@@ -35,8 +35,6 @@
35
<body>
36
<div id="app">
37
<mapgis-web-scene
38
- :animation="false"
39
- :timeline="false"
40
v-on:load="handleLoad"
41
lib-path="./static/libs/cdn/cesium/Cesium.js"
42
plugin-path="./static/libs/cdn/zondyclient/webclient-cesium-plugin.min.js"
@@ -51,7 +49,7 @@
51
49
</div>
52
50
</mapgis-3d-draw>
53
<mapgis-3d-raster-layer :base-url="baseUrl"></mapgis-3d-raster-layer>
54
- </mapgis-web-globe>
+ </mapgis-web-scene>
55
56
<script>
57
new Vue({
0 commit comments