Skip to content

Commit 5a94008

Browse files
committed
【update】 更新 iclient-vue 依赖,更新部分组件范例 review by songym
1 parent 6df95b5 commit 5a94008

11 files changed

+232
-2938
lines changed

dist/mapboxgl/iclient-mapboxgl-vue.css

Lines changed: 3 additions & 2751 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.js

Lines changed: 210 additions & 167 deletions
Large diffs are not rendered by default.

dist/mapboxgl/iclient-mapboxgl-vue.min.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component/components_layerList_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id="main">
2323
<sm-web-map server-url='http://support.supermap.com.cn:8092/' map-id="1649097980">
2424
<!-- 图层列表组件:sm-layer-list -->
25-
<sm-layer-list position="top-left"></sm-layer-list>
25+
<sm-layer-list position="top-left" :collapsed="false"></sm-layer-list>
2626
</sm-web-map>
2727
</div>
2828
<script>

examples/component/components_measure_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id="main">
2323
<sm-web-map server-url='http://support.supermap.com.cn:8092/' map-id="1649097980">
2424
<!-- 量算组件: sm-measure -->
25-
<sm-measure position="top-left"></sm-measure>
25+
<sm-measure position="top-left" :collapsed="false"></sm-measure>
2626
</sm-web-map>
2727
</div>
2828

examples/component/components_minimap_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id="main">
2323
<sm-web-map server-url='http://support.supermap.com.cn:8092/' map-id="1649097980">
2424
<!-- 鹰眼组件: sm-mini-map -->
25-
<sm-mini-map></sm-mini-map>
25+
<sm-mini-map :collapsed="false"></sm-mini-map>
2626
</sm-web-map>
2727
</div>
2828

examples/component/components_query_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<sm-web-map server-url='http://support.supermap.com.cn:8092/' map-id="1649097980">
2424
<!-- 查询组件: sm-query -->
2525
<!-- 支持的数据:rest-map rest-data iportal-data-->
26-
<sm-query :rest-data="restData" :rest-map="restMap"></sm-query>
26+
<sm-query :rest-data="restData" :rest-map="restMap" :collapsed="false"></sm-query>
2727
</sm-web-map>
2828
</div>
2929

examples/component/components_tianditu_home_vue.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
<sm-web-map :map-options="mapOptions">
8484
<!-- 天地图路线查询组件: sm-tdt-route
8585
天地图搜索组件:sm-tdt-search -->
86-
<sm-tdt-route position="top-right" :data="{tk:tk}"></sm-tdt-route>
87-
<sm-tdt-search position="top-right" :data="{tk:tk}"></sm-tdt-search>
88-
<sm-tdt-map-switcher position="top-right" :data="{tk:tk}"></sm-tdt-map-switcher>
86+
<sm-tdt-route position="top-right" :data="{tk:tk}" :collapsed="true"></sm-tdt-route>
87+
<sm-tdt-search position="top-right" :data="{tk:tk}" :collapsed="true"></sm-tdt-search>
88+
<sm-tdt-map-switcher position="top-right" :data="{tk:tk}" :collapsed="true"></sm-tdt-map-switcher>
8989
</sm-web-map>
9090
</div>
9191
</div>

examples/component/components_tianditu_route_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id="main" style="position: absolute">
2323
<sm-web-map :map-options="mapOptions">
2424
<!-- 天地图路线查询组件: sm-tdt-route, 参数: token, busUrl, carUrl, searchUrl, position, theme -->
25-
<sm-tdt-route position="top-left" :data="{tk:tk}"></sm-tdt-route>
25+
<sm-tdt-route position="top-left" :data="{tk:tk}" :collapsed="false"></sm-tdt-route>
2626
</sm-web-map>
2727
</div>
2828

0 commit comments

Comments
 (0)