File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
website/public/static/demo/vue-cesium/example/control Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3535 < body >
3636 < div id ="app ">
3737 < mapgis-web-scene
38- :animation ="false "
39- :timeline ="false "
4038 v-on:load ="handleLoad "
4139 lib-path ="./static/libs/cdn/cesium/Cesium.js "
4240 plugin-path ="./static/libs/cdn/zondyclient/webclient-cesium-plugin.min.js "
4341 >
44- < mapgis-3d-draw ref ="drawref " :vue-key =" vueKey " v-on:load ="handleDrawLoad " v-on:drawcreate ="handleCreate ">
42+ < mapgis-3d-draw ref ="drawref " v-on:load ="handleDrawLoad " v-on:drawcreate ="handleCreate ">
4543 < div id ="toolbar-wrapper ">
4644 < div class ="toolbar-item " v-on:click ="togglePoint "> 画点</ div >
4745 < div class ="toolbar-item " v-on:click ="togglePolyline "> 画线</ div >
5048 </ div >
5149 </ mapgis-3d-draw >
5250 < mapgis-3d-raster-layer :base-url ="baseUrl "> </ mapgis-3d-raster-layer >
53- </ mapgis-web-globe >
51+ </ mapgis-web-scene >
5452 </ div >
5553 < script >
5654 new Vue ( {
You can’t perform that action at this time.
0 commit comments