Skip to content

Commit a37fa39

Browse files
committed
feature,增加房产项目可视化监控平台大屏范例,review by songym
1 parent 2fc5008 commit a37fa39

File tree

9 files changed

+62816
-59587
lines changed

9 files changed

+62816
-59587
lines changed

dist/mapboxgl/iclient9-mapboxgl-vue.js

Lines changed: 61513 additions & 59567 deletions
Large diffs are not rendered by default.

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

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

examples/data/estateMonitoringPlatformData.js

Lines changed: 879 additions & 0 deletions
Large diffs are not rendered by default.

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ window.examplesResources = {
543543
"title_componentsSearch_Vue": 'Search Widget(Vue)',
544544
"title_componentsTheme_Vue": 'Theme Widget',
545545
"title_componentsDemo_Vue": 'Landuse demo',
546+
"title_componentsEstateMonitoringPlatform_Vue": 'Estate project visual monitoring platform demo',
546547
"title_componentsCluster_Vue": 'Cluster Layer Widget(Vue)',
547548
"title_componentsEcharts_Vue": 'Echarts Layer Widget(Vue)',
548549
"title_componentsRaster_Vue": 'Raster Layer Widget(Vue)',

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ window.examplesResources = {
491491
"title_componentsSearch_Vue": '搜索组件',
492492
"title_componentsTheme_Vue": '主题切换',
493493
"title_componentsDemo_Vue": '土地利用示例',
494+
"title_componentsEstateMonitoringPlatform_Vue": '房产项目可视化监控平台示例',
494495
"title_componentsCluster_Vue": '点聚合图层组件',
495496
"title_componentsEcharts_Vue": 'Echarts 图层组件',
496497
"title_componentsRaster_Vue": '栅格图层组件',

examples/mapboxgl/components_demo_vue.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<sm-progress
153153
id="progress5"
154154
size="80"
155-
color="#2ec7c9"
155+
stroke-color="#2ec7c9"
156156
percent="30"
157157
stroke-width="6"
158158
type="circle"
@@ -165,7 +165,7 @@
165165
<sm-progress
166166
id="progress6"
167167
size="80"
168-
color="#b6a2de"
168+
stroke-color="#b6a2de"
169169
percent="50"
170170
stroke-width="6"
171171
type="circle"
@@ -191,7 +191,7 @@
191191
<sm-progress
192192
id="progress7"
193193
size="80"
194-
color="#5ab1ef"
194+
stroke-color="#5ab1ef"
195195
percent="20"
196196
stroke-width="6"
197197
type="circle"
@@ -204,7 +204,7 @@
204204
<sm-progress
205205
id="progress8"
206206
size="80"
207-
color="#ffb980"
207+
stroke-color="#ffb980"
208208
percent="80"
209209
stroke-width="6"
210210
type="circle"
@@ -240,7 +240,7 @@
240240
<a-col class='progress-col' :md="24" :xs="24">
241241
<sm-progress
242242
id="progress1"
243-
color="#2ec7c9"
243+
stroke-color="#2ec7c9"
244244
percent="80"
245245
stroke-width="10"
246246
type="line"
@@ -249,7 +249,7 @@
249249
<a-col class='progress-col' :md="24" :xs="24">
250250
<sm-progress
251251
id="progress2"
252-
color="#ffb980"
252+
stroke-color="#ffb980"
253253
percent="40"
254254
stroke-width="10"
255255
type="line"
@@ -258,7 +258,7 @@
258258
<a-col class='progress-col' :md="24" :xs="24">
259259
<sm-progress
260260
id="progress3"
261-
color="#b6a2de"
261+
stroke-color="#b6a2de"
262262
percent="60"
263263
stroke-width="10"
264264
type="line"
@@ -267,7 +267,7 @@
267267
<a-col class='progress-col' :md="24" :xs="24">
268268
<sm-progress
269269
id="progress4"
270-
color="#5ab1ef"
270+
stroke-color="#5ab1ef"
271271
percent="20"
272272
stroke-width="10"
273273
type="line"
@@ -287,10 +287,10 @@
287287
</a-row>
288288
<a-row>
289289
<a-col :md="24" :xs="24">
290-
<sm-chart
290+
<sm-chart
291291
icon-class=""
292-
:options="echartOption"
293-
:dataset="dataset"
292+
:options="echartOption"
293+
:dataset="dataset"
294294
:dataset-options="datasetOptions">
295295
</sm-chart>
296296
</a-col>

0 commit comments

Comments
 (0)