Skip to content

Commit b8ec3f6

Browse files
committed
【feature】 新增 动效标记图层,动效文本标记图层范例 review by songym
1 parent 33b764d commit b8ec3f6

16 files changed

+3182
-1021
lines changed

dist/mapboxgl/iclient9-mapboxgl-vue.css

Lines changed: 1190 additions & 409 deletions
Large diffs are not rendered by default.

dist/mapboxgl/iclient9-mapboxgl-vue.js

Lines changed: 1449 additions & 577 deletions
Large diffs are not rendered by default.

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

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

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

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

examples/data/fire.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"SMID": "1",
8+
"SMX": "116.4761803398518",
9+
"SMY": "39.94523658612576",
10+
"NAME": "流星花园"
11+
},
12+
"geometry": { "type": "Point", "coordinates": [116.4761803398518, 39.94523658612576] },
13+
"id": 1
14+
},
15+
{
16+
"type": "Feature",
17+
"properties": {
18+
"SMID": "2",
19+
"SMX": "116.45232859046547",
20+
"SMY": "39.940792015044366",
21+
"NAME": "什刹海"
22+
},
23+
"geometry": { "type": "Point", "coordinates": [116.45232859046547, 39.940792015044366] },
24+
"id": 2
25+
},
26+
{
27+
"type": "Feature",
28+
"properties": {
29+
"SMID": "3",
30+
"SMX": "116.43836302095974",
31+
"SMY": "39.930558174912676",
32+
"NAME": "月坛"
33+
},
34+
"geometry": { "type": "Point", "coordinates": [116.43836302095974, 39.930558174912676] },
35+
"id": 3
36+
},
37+
{
38+
"type": "Feature",
39+
"properties": {
40+
"SMID": "4",
41+
"SMX": "116.4317944049053",
42+
"SMY": "39.92051672843084",
43+
"NAME": "超图集团"
44+
},
45+
"geometry": { "type": "Point", "coordinates": [116.4317944049053, 39.92051672843084] },
46+
"id": 4
47+
},
48+
{
49+
"type": "Feature",
50+
"properties": {
51+
"SMID": "5",
52+
"SMX": "116.45783612863801",
53+
"SMY": "39.91314505177505",
54+
"NAME": "牛街"
55+
},
56+
"geometry": { "type": "Point", "coordinates": [116.45783612863801, 39.91314505177505] },
57+
"id": 5
58+
},
59+
{
60+
"type": "Feature",
61+
"properties": {
62+
"SMID": "6",
63+
"SMX": "116.47886488380118",
64+
"SMY": "39.92696402104232",
65+
"NAME": "崇文门外"
66+
},
67+
"geometry": { "type": "Point", "coordinates": [116.47886488380118, 39.92696402104232] },
68+
"id": 6
69+
}
70+
]
71+
}

examples/data/text-marker.json

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"SMID": "1",
8+
"NAME": "北京工人体育场"
9+
},
10+
"geometry": { "type": "Point", "coordinates": [116.44098698800445,39.92957983310919] },
11+
"id": 1
12+
},
13+
{
14+
"type": "Feature",
15+
"properties": {
16+
"SMID": "2",
17+
"NAME": "东方银座"
18+
},
19+
"geometry": { "type": "Point", "coordinates": [116.42924093532827, 39.93876987850555] },
20+
"id": 2
21+
},
22+
{
23+
"type": "Feature",
24+
"properties": {
25+
"SMID": "3",
26+
"NAME": "尚都国际中心"
27+
},
28+
"geometry": { "type": "Point", "coordinates": [116.44512235461644,39.918269915528185] },
29+
"id": 3
30+
},
31+
{
32+
"type": "Feature",
33+
"properties": {
34+
"SMID": "4",
35+
"NAME": "天恒大厦"
36+
},
37+
"geometry": { "type": "Point", "coordinates": [116.47962378780625,39.93051717765758] },
38+
"id": 4
39+
},
40+
{
41+
"type": "Feature",
42+
"properties": {
43+
"SMID": "5",
44+
"NAME": "和乔大厦A座"
45+
},
46+
"geometry": { "type": "Point", "coordinates": [116.46453316689991,39.91079285361826] },
47+
"id": 5
48+
},
49+
{
50+
"type": "Feature",
51+
"properties": {
52+
"SMID": "6",
53+
"NAME": "中国国际贸易中心写字楼3座"
54+
},
55+
"geometry": { "type": "Point", "coordinates": [116.45222197806004,39.911131479663084] },
56+
"id": 6
57+
},
58+
{
59+
"type": "Feature",
60+
"properties": {
61+
"SMID": "6",
62+
"NAME": "中国农业博物馆"
63+
},
64+
"geometry": { "type": "Point", "coordinates": [116.4588096464496,39.94003939126716] },
65+
"id": 6
66+
},
67+
{
68+
"type": "Feature",
69+
"properties": {
70+
"SMID": "6",
71+
"NAME": "摩码大厦"
72+
},
73+
"geometry": { "type": "Point", "coordinates": [116.46673912036636,39.922323946704836] },
74+
"id": 6
75+
},
76+
{
77+
"type": "Feature",
78+
"properties": {
79+
"SMID": "6",
80+
"NAME": "佳程广场"
81+
},
82+
"geometry": { "type": "Point", "coordinates": [116.45204122509739,39.95567081533676] },
83+
"id": 6
84+
},
85+
{
86+
"type": "Feature",
87+
"properties": {
88+
"SMID": "6",
89+
"NAME": "高斓大厦"
90+
},
91+
"geometry": { "type": "Point", "coordinates": [116.47045955123338,39.95175703233227] },
92+
"id": 6
93+
},
94+
{
95+
"type": "Feature",
96+
"properties": {
97+
"SMID": "6",
98+
"NAME": "国雅大厦"
99+
},
100+
"geometry": { "type": "Point", "coordinates": [116.43406540699226,39.914904775747175] },
101+
"id": 6
102+
},
103+
{
104+
"type": "Feature",
105+
"properties": {
106+
"SMID": "6",
107+
"NAME": "新光天地"
108+
},
109+
"geometry": { "type": "Point", "coordinates": [116.47363341286001,39.90933995330798] },
110+
"id": 6
111+
},
112+
{
113+
"type": "Feature",
114+
"properties": {
115+
"SMID": "6",
116+
"NAME": "京广中心"
117+
},
118+
"geometry": { "type": "Point", "coordinates": [116.45442224023509,39.919039109579586] },
119+
"id": 6
120+
}
121+
]
122+
}

examples/locales/en-US/resources.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,9 @@ window.examplesResources = {
558558
"title_componentsRankSymbolTheme_Vue": 'RankSymbolTheme Layer component(Vue)',
559559
"title_componentsLabelTheme_Vue": 'LabelTheme Layer component(Vue)',
560560
"title_componentsDataFlow_Vue": 'Data FLow Layer component(Vue)',
561-
'title_componentsFireLayer_Vue': 'Dynamic Fire Layer component(Vue)',
561+
'title_componentsFireLayer_Vue': 'Animate Fire Layer component(Vue)',
562+
'title_componentsAnimateMarkerLayer_Vue': 'Animate Marker Layer',
563+
'title_componentsAnimateTextLayer_Vue': 'Animate Text Layer',
562564

563565
"text_code": "Forward Match",
564566
"text_decode": "Reverse Match",
@@ -1390,8 +1392,15 @@ window.examplesResources = {
13901392
"btn_symbolEqualWidthHeight":"Equal width and height",
13911393
"btn_symbolLevelDistribution":"Horizontal uniform distribution",
13921394
"btn_symbolVerticalDistribution":"Vertical uniform distribution",
1393-
1394-
1395+
"btn_breathingAperture":"Breathing Aperture",
1396+
"btn_haloRing":"Halo Ring",
1397+
"btn_rotatingAperture":"Rotating Aperture",
1398+
"btn_diffusedAperture":"Diffused Aperture",
1399+
"btn_rotatingTextBorder":"RotatingTextBorder",
1400+
"btn_lightTheme":"Light theme",
1401+
"btn_darkTheme":"Dark theme",
1402+
"btn_customTheme":"Custom theme",
1403+
13951404
"msg_addPath": "Please add the path for buffer analysis.",
13961405
"msg_bufferAnalyst": "Please do the buffer analysis at first to get the scope of the query.",
13971406
"msg_eventPoint": "Please choose a event point!",

examples/locales/zh-CN/resources.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,9 @@ window.examplesResources = {
506506
"title_componentsRankSymbolTheme_Vue": '等级符号专题图图层组件',
507507
"title_componentsLabelTheme_Vue": '标签专题图图层组件',
508508
"title_componentsDataFlow_Vue": '数据流图层组件',
509-
'title_componentsFireLayer_Vue': '动态火焰图层',
509+
'title_componentsFireLayer_Vue': '动效火焰图层',
510+
'title_componentsAnimateMarkerLayer_Vue': '动效标记图层',
511+
'title_componentsAnimateTextLayer_Vue': '动效文本标记图层',
510512

511513
"text_code": "正向匹配",
512514
"text_decode": "反向匹配",
@@ -1340,6 +1342,14 @@ window.examplesResources = {
13401342
"btn_symbolEqualWidthHeight":"等宽高",
13411343
"btn_symbolLevelDistribution":"横向均匀分布",
13421344
"btn_symbolVerticalDistribution":"纵向均匀分布",
1345+
"btn_breathingAperture":"呼吸的光圈",
1346+
"btn_haloRing":"发光的光环",
1347+
"btn_rotatingAperture":"旋转的光环",
1348+
"btn_diffusedAperture":"扩散的点",
1349+
"btn_rotatingTextBorder":"旋转的文本框",
1350+
"btn_lightTheme":"浅色主题",
1351+
"btn_darkTheme":"深色主题",
1352+
"btn_customTheme":"自定义主题",
13431353

13441354
"msg_addPath": "请生成路径,用于缓冲区分析",
13451355
"msg_bufferAnalyst": "请先做缓冲区分析,以得到查询的范围",

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