-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-layers.json
240 lines (238 loc) · 8.59 KB
/
config-layers.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
[
{
"id": "Municipios",
"shp": "Municipios",
"filter": "nombre",
"searchByFields": ["nombre"],
"searchByLabel": "Municipio",
"fields": {
"nombre": {"long_name": "Nombre", "unit": "", "domain": "texto", "order": 0}
},
"toc": {
"group": "Cartografía",
"label": "Municipios<table class='legend-table'><tbody><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_Amapala0.png'></td><td>Amapala</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_ElTriunfo1.png'></td><td>El Triunfo</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_Goascoran2.png'></td><td>Goascoran</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_Marcovia3.png'></td><td>Marcovia</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_Nacaome4.png'></td><td>Nacaome</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_Namasigue5.png'></td><td>Namasigue</td></tr><tr><td style='text-align: center;'><img src='markers/municipios_nasmar_visor_0_SanLorenzo6.png'></td><td>San Lorenzo</td></tr></tbody></table>"
},
"style": "doStyleMunicipios"
},
{
"id": "Microcuencas",
"shp": "Microcuencas",
"filter": "nombre",
"searchByFields": ["nombre"],
"searchByLabel": "Microcuenca",
"fields": {
"nombre": {"long_name": "Nombre", "unit": "", "domain": "texto", "order": 0}
},
"toc": {
"group": "Cartografía",
"label": "Microcuencas<table class='legend-table'><tbody><tr><td style='text-align: center;'><img src='markers/microcuencas_legend.png'></td><td></td></tr></tbody></table>"
},
"style": "doStyleMicrocuencas",
"farZoom": 12
},
{
"id": "Microcuencas_Points",
"shp": "Microcuencas_Points",
"filter": "nombre",
"fields": {"nombre": "label"},
"pointToLayer": "doPointToLayerMicrocuencas_Points",
"farZoom": 12
},
{
"id": "Saneamiento",
"initialVisible": false,
"usersControlsVisibility": false,
"shp": "Comunidades",
"filter": "nombre",
"searchByFields": ["nombre", "codigo"],
"searchByLabel": "Comunidad",
"toc": {
"group": "Comunidades",
"label": "Saneamiento<table class='legend-table'><tbody><tr><td style='text-align: center;'><img src='markers/saneamiento_legend_70.png'></td><td>Mayor 70%</td></tr><tr><td style='text-align: center;'><img src='markers/saneamiento_legend_70_30.png'></td><td>Entre 70% y 30%</td></tr><tr><td style='text-align: center;'><img src='markers/saneamiento_legend_30.png'></td><td>Menor 30%</td></tr></tbody></table>"
},
"fields": {
"codigo": {
"long_name": "Código",
"unit": "",
"domain": "texto",
"order": 0
},
"nombre": {
"long_name": "Nombre",
"unit": "",
"domain": "texto",
"order": 1
},
"n_depart": {
"long_name": "Departamento",
"unit": "",
"domain": "texto",
"order": 2
},
"n_muni": {
"long_name": "Municipio",
"unit": "",
"domain": "texto",
"order": 3
},
"n_aldea": {
"long_name": "Aldea",
"unit": "",
"domain": "texto",
"order": 4
},
"pob_total": {
"long_name": "Población",
"unit": "",
"domain": "texto",
"order": 5
},
"categoria": {
"long_name": "Categoría",
"unit": "",
"domain": "texto",
"order": 6
},
"fam_total": {
"long_name": "Número de familias",
"unit": "",
"domain": "texto",
"order": 7
},
"viv_total": {
"long_name": "Número de viviendas",
"unit": "",
"domain": "texto",
"order": 8
},
"ano_pgirh": {
"long_name": "Año PGIRH",
"unit": "",
"domain": "texto",
"order": 9
},
"san_total": {
"long_name": "Viviendas con Saneamiento",
"unit": "",
"domain": "texto",
"order": 10
},
"abas_total": {
"long_name": "Familias con Abastecimiento",
"unit": "",
"domain": "texto",
"order": 10
},
"junta_agua": {
"long_name": "¿Hay junta de agua?",
"unit": "",
"domain": "texto",
"order": 10
}
},
"onEachFeature": "pop_Comunidades",
"pointToLayer": "doPointToLayerComunidadesSan"
},
{
"id": "Abastecimiento",
"initialVisible": false,
"usersControlsVisibility": false,
"shp": "Comunidades",
"filter": "nombre",
"toc": {
"group": "Comunidades",
"label": "Abastecimiento<table class='legend-table'><tbody><tr><td style='text-align: center;'><img src='markers/abastecimiento_legend_80.png'></td><td>Mayor 80%</td></tr><tr><td style='text-align: center;'><img src='markers/abastecimiento_legend_80_50.png'></td><td>Entre 80% y 50%</td></tr><tr><td style='text-align: center;'><img src='markers/abastecimiento_legend_50.png'></td><td>Menor 50%</td></tr></tr></tbody></table>"
},
"fields": {
"codigo": {
"long_name": "Código",
"unit": "",
"domain": "texto",
"order": 0
},
"nombre": {
"long_name": "Nombre",
"unit": "",
"domain": "texto",
"order": 1
},
"n_depart": {
"long_name": "Departamento",
"unit": "",
"domain": "texto",
"order": 2
},
"n_muni": {
"long_name": "Municipio",
"unit": "",
"domain": "texto",
"order": 3
},
"n_aldea": {
"long_name": "Aldea",
"unit": "",
"domain": "texto",
"order": 4
},
"pob_total": {
"long_name": "Población",
"unit": "",
"domain": "texto",
"order": 5
},
"categoria": {
"long_name": "Categoría",
"unit": "",
"domain": "texto",
"order": 6
},
"fam_total": {
"long_name": "Número de familias",
"unit": "",
"domain": "texto",
"order": 7
},
"viv_total": {
"long_name": "Número de viviendas",
"unit": "",
"domain": "texto",
"order": 8
},
"ano_pgirh": {
"long_name": "Año PGIRH",
"unit": "",
"domain": "texto",
"order": 9
},
"san_total": {
"long_name": "Viviendas con Saneamiento",
"unit": "",
"domain": "texto",
"order": 10
},
"abas_total": {
"long_name": "Familias con Abastecimiento",
"unit": "",
"domain": "texto",
"order": 10
},
"junta_agua": {
"long_name": "¿Hay junta de agua?",
"unit": "",
"domain": "texto",
"order": 10
}
},
"onEachFeature": "pop_Comunidades",
"pointToLayer": "doPointToLayerComunidadesAbast"
},
{
"id": "Comunidades_Points",
"shp": "Comunidades_Points",
"filter": "nombre",
"fields": {"nombre": "label"},
"onEachFeature": "pop_Comunidades",
"pointToLayer": "doPointToLayerComunidades_Points",
"farZoom": 13
}
]