We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf3ed2 commit 61b633bCopy full SHA for 61b633b
website/public/static/demo/vue-cesium/example/analysis/flood.htm
@@ -41,7 +41,6 @@
41
:amplitude="amplitude"
42
:animation-speed="animationSpeed"
43
:frequency="frequency"
44
- v-on:load="load"
45
>
46
</mapgis-3d-flood-no-slot>
47
</mapgis-web-scene>
website/public/static/demo/vue-cesium/example/sceneChildComponnents/link.htm
@@ -91,7 +91,7 @@
91
el: '#app',
92
data() {
93
return {
94
- link: false,
+ link: true,
95
url1: 'https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}',
96
url2: 'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png',
97
url3: 'https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}',
0 commit comments