Skip to content

Commit 39e9fe1

Browse files
[update]坐标转换例子修改 review by xiongjj
1 parent 05c760d commit 39e9fe1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/component/components_coordinate_conversion_vue.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
2424
<div id="main">
2525
<sm-web-map server-url="https://iportal.supermap.io/iportal" map-id="801571284">
26-
<sm-coordiante-conversion></sm-coordiante-conversion>
26+
<sm-coordinate-conversion></sm-coordinate-conversion>
2727
</sm-web-map>
2828
</div>
2929

3030
<script>
3131
new Vue({
32-
el: '#main'
32+
el: '#main',
33+
created() {
34+
SuperMap.Components.setTheme('dark');
35+
}
3336
});
3437
</script>
3538
</body>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy