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>
44.5 KB
Loading

0 commit comments

Comments
 (0)