Skip to content

Commit b1d036a

Browse files
committed
【examples】增加示例 review by liqian
1 parent 59c812e commit b1d036a

File tree

6 files changed

+378
-3
lines changed

6 files changed

+378
-3
lines changed

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ window.examplesResources = {
537537
"title_widgetsQuery_Vue": 'Query Widget(Vue)',
538538
"title_widgetsSearch_Vue": 'Search Widget(Vue)',
539539
"title_widgetsTheme_Vue": 'Theme Widget',
540+
"title_widgetsDemo_Vue": 'Landuse demo',
540541

541542
"text_code": "Forward Match",
542543
"text_decode": "Reverse Match",

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ window.examplesResources = {
485485
"title_widgetsQuery_Vue": '查询微件(Vue)',
486486
"title_widgetsSearch_Vue": '搜索微件(Vue)',
487487
"title_widgetsTheme_Vue": '主题切换',
488+
"title_widgetsDemo_Vue": '土地利用示例',
488489

489490
"text_code": "正向匹配",
490491
"text_decode": "反向匹配",

examples/mapboxgl/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,12 @@ var exampleConfig = {
11611161
version: "10.X.X",
11621162
thumbnail: "widgets_theme_vue.png",
11631163
fileName: "widgets_theme_vue"
1164+
} ,{
1165+
name: "土地利用示例",
1166+
name_en: "demo_widget_vue",
1167+
version: "10.X.X",
1168+
thumbnail: "widgets_demo_vue.png",
1169+
fileName: "widgets_demo_vue"
11641170
}
11651171

11661172
]
55.3 KB
Loading

examples/mapboxgl/widgets_chart_vue.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
2323
<div id="main">
2424
<sm-web-map :web-map-options="{server: 'http://support.supermap.com.cn:8092/'}" map-id="1649097980"></sm-web-map>
25-
<sm-chart :style="chartStyle" icon-class="" :datasets="datasets" :chart-options="chartOptions" ref="chart1111"></sm-chart>
26-
<sm-chart :style="chartStyle1" icon-class="" chart-type="line" :datasets="datasets" :chart-options="chartOptions1" ref="chart1"></sm-chart>
27-
<sm-chart :style="chartStyle2" icon-class="" chart-type="scatter" :datasets="datasets" :chart-options="chartOptions2" ref="chart2"></sm-chart>
25+
<sm-chart :style="chartStyle" icon-class="" :datasets="datasets" :chart-options="chartOptions"></sm-chart>
26+
<sm-chart :style="chartStyle1" icon-class="" chart-type="line" :datasets="datasets" :chart-options="chartOptions1"></sm-chart>
27+
<sm-chart :style="chartStyle2" icon-class="" chart-type="scatter" :datasets="datasets" :chart-options="chartOptions2"></sm-chart>
2828

2929
</div>
3030

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