-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.json
143 lines (143 loc) · 3.43 KB
/
style.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"version": 8,
"name": "Ampere",
"metadata": {"maputnik:renderer": "mbgljs"},
"sources": {
"ampere": {
"type": "vector",
"tiles": [
"https://tile-vect.openstreetmap.fr/data/ampere/{z}/{x}/{y}.pbf"
],
"minzoom": 8,
"maxzoom": 13
}
},
"glyphs": "https://tile-vect.openstreetmap.fr/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "hta",
"type": "line",
"source": "ampere",
"source-layer": "hta",
"paint": {"line-color": "#FF0000", "line-width": 2}
},
{
"id": "hts",
"type": "line",
"source": "ampere",
"source-layer": "hts",
"paint": {
"line-color": "#FF0000",
"line-width": 2,
"line-dasharray": [2, 1]
}
},
{
"id": "hta-name",
"type": "symbol",
"source": "ampere",
"source-layer": "hta",
"layout": {
"visibility": "visible",
"text-field": "{nom_grd}",
"symbol-placement": "line",
"text-offset": [0, 0.5]
},
"paint": {"text-color": "#FF0000"}
},
{
"id": "hts-name",
"type": "symbol",
"source": "ampere",
"source-layer": "hts",
"layout": {
"text-field": "{nom_grd}",
"symbol-placement": "line",
"text-offset": [0, 0.5]
},
"paint": {"text-color": "#FF0000"}
},
{
"id": "bta",
"type": "line",
"source": "ampere",
"source-layer": "bta",
"paint": {"line-color": "#D1C400", "line-width": 2}
},
{
"id": "bts",
"type": "line",
"source": "ampere",
"source-layer": "bts",
"paint": {
"line-color": "#D1C400",
"line-width": 2,
"line-dasharray": [2, 1]
}
},
{
"id": "bta-name",
"type": "symbol",
"source": "ampere",
"source-layer": "bta",
"layout": {
"visibility": "visible",
"text-field": "{nom_grd}",
"symbol-placement": "line",
"text-offset": [0, 0.5]
},
"paint": {"text-color": "#D1C400"}
},
{
"id": "bts-name",
"type": "symbol",
"source": "ampere",
"source-layer": "bts",
"layout": {
"text-field": "{nom_grd}",
"symbol-placement": "line",
"text-offset": [0, 0.5]
},
"paint": {"text-color": "#D1C400"}
},
{
"id": "poste-repartition",
"type": "circle",
"source": "ampere",
"source-layer": "poste-repartition",
"paint": {
"circle-color": "rgba(217, 78, 78, 1)",
"circle-stroke-color": "#000000",
"circle-stroke-width": 1
}
},
{
"id": "poste-distribution",
"type": "circle",
"source": "ampere",
"source-layer": "poste-distribution",
"paint": {
"circle-color": "rgba(209, 196, 0, 1)",
"circle-stroke-color": "#000000",
"circle-stroke-width": 1
}
},
{
"id": "poste-repartition-name",
"type": "symbol",
"source": "ampere",
"source-layer": "poste-repartition",
"layout": {"text-field": "{nom_ps} {nom_grd}", "text-offset": [0, 0.6]},
"paint": {"text-color": "#FF0000"}
},
{
"id": "poste-distribution-name",
"type": "symbol",
"source": "ampere",
"source-layer": "poste-distribution",
"layout": {"text-field": "{nom_ps} {nom_grd}", "text-offset": [0, 0.6]},
"paint": {"text-color": "#D1C400"}
}
],
"id": "ampere-vecto"
}