mapicgc-gl-js 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/configNode.js CHANGED
@@ -10,32 +10,30 @@ geocoder: {
10
10
  mapOptions: {
11
11
  container: "map",
12
12
  center: {
13
- "0": 1.537786,
14
- "1": 41.837539,
13
+ 0: 1.537786,
14
+ 1: 41.837539,
15
15
  },
16
16
  zoom: 7.5,
17
17
  bearing: 0,
18
18
  pitch: 0,
19
19
  hash: false,
20
- style: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_gris.json.json",
20
+ style: "https://geoserveis.icgc.cat/styles/mapa-base-estandard-gris.json.json",
21
21
  maxZoom: 18,
22
22
  maxPitch: 85,
23
23
  },
24
24
  logoIcgcOptions: {
25
- logoUrlColor: "https://eines.icgc.cat/recursos/logos/icgc_logo_color.png",
26
- logoUrlWhite: "https://eines.icgc.cat/recursos/logos/icgc_logo_blanc.svg",
25
+ logoUrlColor: "https://tilemaps.icgc.cat/cdn/logos/icgc_logo_color.png",
26
+ logoUrlWhite: "https://tilemaps.icgc.cat/cdn/logos/icgc_logo_blanc.svg",
27
27
  logoLink: "https://www.icgc.cat",
28
28
  logoTitle: "Institut Cartogràfic i Geològic de Catalunya",
29
29
  logoWidth: 100,
30
- logoOpacity: 0.6,
31
30
  },
32
31
  logoGencatOptions: {
33
- logoUrlColor: "https://eines.icgc.cat/recursos/logos/gencat_logo_color.png",
34
- logoUrlWhite: "https://eines.icgc.cat/recursos/logos/gencat_logo_blanc.png",
32
+ logoUrlColor: "https://tilemaps.icgc.cat/cdn/logos/gencat_logo_color.png",
33
+ logoUrlWhite: "https://tilemaps.icgc.cat/cdn/logos/gencat_logo_blanc.png",
35
34
  logoLink: "https://web.gencat.cat/",
36
35
  logoTitle: "Generalitat de Catalunya",
37
36
  logoWidth: 100,
38
- logoOpacity: 0.6,
39
37
  },
40
38
  map3dOptions: {
41
39
  spaceErrorFactor: 2,
@@ -43,22 +41,1033 @@ map3dOptions: {
43
41
  zfactor: 48,
44
42
  minZoomRange: 15.5,
45
43
  maxZoomRange: 22,
46
- urlTilesetCities: "https://geoserveis.icgc.cat/servei/catalunya/ciutats/3dtiles/v1/tilesetV1.0.json",
44
+ urlTilesetCities: "https://tilemaps.icgc.cat/vector/3dtiles/ciutats/v1/tilesetV1.0.json",
47
45
  layerIdOrder: "place-isolated",
48
46
  sourceLayerFilterId: "place",
49
47
  minZoomFilter: 14,
50
48
  layerId3d: "edificisMapboxLayer",
51
49
  terrainSource: "ICGC5M",
52
50
  style3dName: "orto3d",
53
- imageIcon: "https://eines.icgc.cat/recursos//images/stick.png",
51
+ imageIcon: "https://tilemaps.icgc.cat/cdn/images/stick.png",
52
+ },
53
+ baseStyles: {
54
+ 0: {
55
+ key: "TOPO",
56
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-topografic.json",
57
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png",
58
+ },
59
+ 1: {
60
+ key: "ORTO",
61
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-orto.json",
62
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png",
63
+ },
64
+ 2: {
65
+ key: "ORTO3D",
66
+ url: "https://tilemaps.icgc.cat/cdn/styles/icgc_orto_3d.json",
67
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png",
68
+ },
69
+ 3: {
70
+ key: "ADMIN",
71
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-administratiu.json",
72
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_delimitacio_limits_administratius.png",
73
+ },
74
+ 4: {
75
+ key: "DARK",
76
+ url: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_fosc.json",
77
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_fosc.png",
78
+ },
79
+ 5: {
80
+ key: "LIGHT",
81
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-estandard-gris.json",
82
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_gris.png",
83
+ },
84
+ 6: {
85
+ key: "GEOLOGY",
86
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-geologic.json",
87
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_geologic_informacio.png",
88
+ },
89
+ 7: {
90
+ key: "ORTOHYBRID",
91
+ url: "https://geoserveis.icgc.cat/styles/mapa-base-orto-hibrida.json",
92
+ image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png",
93
+ },
94
+ },
95
+ urlTerrainICGC: {
96
+ 0: {
97
+ name: "ICGC5M",
98
+ url: "https://tilemaps.icgc.cat/tileserver/tileserver/terreny-5m-30m-rgb-extent/{z}/{x}/{y}.png",
99
+ },
100
+ 1: {
101
+ name: "WORLD30M",
102
+ url: "https://tiles.mapterhorn.com/{z}/{x}/{y}.webp",
103
+ encoding: "terrarium",
104
+ attribution: "<a href='https://mapterhorn.com/attribution'>© Mapterhorn</a>",
105
+ tileSize: 512,
106
+ },
107
+ },
108
+ ortoLayersICGC: {
109
+ 0: {
110
+ name: "ortofotoColorProvisional",
111
+ key: "ortofoto_color_provisional",
112
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_provisional",
113
+ },
114
+ 1: {
115
+ name: "ortofotoColorVigent",
116
+ key: "ortofoto_color_vigent",
117
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_vigent",
118
+ },
119
+ 2: {
120
+ name: "ortofotoColor2025",
121
+ key: "ortofoto_color_2025",
122
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2025",
123
+ },
124
+ 3: {
125
+ name: "ortofotoColor2024",
126
+ key: "ortofoto_color_2024",
127
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2024",
128
+ },
129
+ 4: {
130
+ name: "ortofotoColor2023",
131
+ key: "ortofoto_color_2023",
132
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2023",
133
+ },
134
+ 5: {
135
+ name: "ortofotoColor2022",
136
+ key: "ortofoto_color_2022",
137
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2022",
138
+ },
139
+ 6: {
140
+ name: "ortofotoColor2021",
141
+ key: "ortofoto_color_2021",
142
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2021",
143
+ },
144
+ 7: {
145
+ name: "ortofotoColor2020",
146
+ key: "ortofoto_color_2020",
147
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2020",
148
+ },
149
+ 8: {
150
+ name: "ortofotoColor2019",
151
+ key: "ortofoto_color_2019",
152
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2019",
153
+ },
154
+ 9: {
155
+ name: "ortofotoColor2018",
156
+ key: "ortofoto_color_2018",
157
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2018",
158
+ },
159
+ 10: {
160
+ name: "ortofotoColor2017",
161
+ key: "ortofoto_color_2017",
162
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2017",
163
+ },
164
+ 11: {
165
+ name: "ortofotoColor2016",
166
+ key: "ortofoto_color_2016",
167
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2016",
168
+ },
169
+ 12: {
170
+ name: "ortofotoColor2015",
171
+ key: "ortofoto_color_2015",
172
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2015",
173
+ },
174
+ 13: {
175
+ name: "ortofotoColor2014",
176
+ key: "ortofoto_color_2014",
177
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2014",
178
+ },
179
+ 14: {
180
+ name: "ortofotoColor2013",
181
+ key: "ortofoto_color_2013",
182
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2013",
183
+ },
184
+ 15: {
185
+ name: "ortofotoColor2012",
186
+ key: "ortofoto_color_2012",
187
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2012",
188
+ },
189
+ 16: {
190
+ name: "ortofotoColor2011",
191
+ key: "ortofoto_color_2011",
192
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2011",
193
+ },
194
+ 17: {
195
+ name: "ortofotoColor2010",
196
+ key: "ortofoto_color_2010",
197
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2010",
198
+ },
199
+ 18: {
200
+ name: "ortofotoColor2009",
201
+ key: "ortofoto_color_2009",
202
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2009",
203
+ },
204
+ 19: {
205
+ name: "ortofotoColor2008",
206
+ key: "ortofoto_color_2008",
207
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2008",
208
+ },
209
+ 20: {
210
+ name: "ortofotoColor20062007",
211
+ key: "ortofoto_color_2006-2007",
212
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2006-2007",
213
+ },
214
+ 21: {
215
+ name: "ortofotoColor20042005",
216
+ key: "ortofoto_color_2004-2005",
217
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2004-2005",
218
+ },
219
+ 22: {
220
+ name: "ortofotoColor20002003",
221
+ key: "ortofoto_color_2000-2003",
222
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2000-2003",
223
+ },
224
+ 23: {
225
+ name: "ortofotoBlancINegre1998",
226
+ key: "ortofoto_blanc_i_negre_1998",
227
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1998",
228
+ },
229
+ 24: {
230
+ name: "ortofotoBlancINegre19941997",
231
+ key: "ortofoto_blanc_i_negre_1994-1997",
232
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1994-1997",
233
+ },
234
+ 25: {
235
+ name: "ortofotoColor1993",
236
+ key: "ortofoto_color_1993",
237
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_1993",
238
+ },
239
+ 26: {
240
+ name: "ortofotoBlancINegre19831992",
241
+ key: "ortofoto_blanc_i_negre_1983-1992",
242
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1983-1992",
243
+ },
244
+ 27: {
245
+ name: "ortofotoBlancINegre19701977",
246
+ key: "ortofoto_blanc_i_negre_1970-1977",
247
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1970-1977",
248
+ },
249
+ 28: {
250
+ name: "ortofotoBlancINegre1956",
251
+ key: "ortofoto_blanc_i_negre_1956",
252
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1956",
253
+ },
254
+ 29: {
255
+ name: "ortofotoBlancINegre1945",
256
+ key: "ortofoto_blanc_i_negre_1945",
257
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1945",
258
+ },
259
+ 30: {
260
+ name: "ortofotoColorSerieAnual",
261
+ key: "ortofoto_color_serie_anual",
262
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_serie_anual",
263
+ },
264
+ 31: {
265
+ name: "ortofotoInfraroigProvisional",
266
+ key: "ortofoto_infraroig_provisional",
267
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_provisional",
268
+ },
269
+ 32: {
270
+ name: "ortofotoInfraroigVigent",
271
+ key: "ortofoto_infraroig_vigent",
272
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_vigent",
273
+ },
274
+ 33: {
275
+ name: "ortofotoInfraroig2025",
276
+ key: "ortofoto_infraroig_2025",
277
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2025",
278
+ },
279
+ 34: {
280
+ name: "ortofotoInfraroig2024",
281
+ key: "ortofoto_infraroig_2024",
282
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2024",
283
+ },
284
+ 35: {
285
+ name: "ortofotoInfraroig2023",
286
+ key: "ortofoto_infraroig_2023",
287
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2023",
288
+ },
289
+ 36: {
290
+ name: "ortofotoInfraroig2022",
291
+ key: "ortofoto_infraroig_2022",
292
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2022",
293
+ },
294
+ 37: {
295
+ name: "ortofotoInfraroig2021",
296
+ key: "ortofoto_infraroig_2021",
297
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2021",
298
+ },
299
+ 38: {
300
+ name: "ortofotoInfraroig2020",
301
+ key: "ortofoto_infraroig_2020",
302
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2020",
303
+ },
304
+ 39: {
305
+ name: "ortofotoInfraroig2019",
306
+ key: "ortofoto_infraroig_2019",
307
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2019",
308
+ },
309
+ 40: {
310
+ name: "ortofotoInfraroig2018",
311
+ key: "ortofoto_infraroig_2018",
312
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2018",
313
+ },
314
+ 41: {
315
+ name: "ortofotoInfraroig2017",
316
+ key: "ortofoto_infraroig_2017",
317
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2017",
318
+ },
319
+ 42: {
320
+ name: "ortofotoInfraroig2016",
321
+ key: "ortofoto_infraroig_2016",
322
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2016",
323
+ },
324
+ 43: {
325
+ name: "ortofotoInfraroig2015",
326
+ key: "ortofoto_infraroig_2015",
327
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2015",
328
+ },
329
+ 44: {
330
+ name: "ortofotoInfraroig2014",
331
+ key: "ortofoto_infraroig_2014",
332
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2014",
333
+ },
334
+ 45: {
335
+ name: "ortofotoInfraroig2013",
336
+ key: "ortofoto_infraroig_2013",
337
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2013",
338
+ },
339
+ 46: {
340
+ name: "ortofotoInfraroig2012",
341
+ key: "ortofoto_infraroig_2012",
342
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2012",
343
+ },
344
+ 47: {
345
+ name: "ortofotoInfraroig2011",
346
+ key: "ortofoto_infraroig_2011",
347
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2011",
348
+ },
349
+ 48: {
350
+ name: "ortofotoInfraroig2010",
351
+ key: "ortofoto_infraroig_2010",
352
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2010",
353
+ },
354
+ 49: {
355
+ name: "ortofotoInfraroig2009",
356
+ key: "ortofoto_infraroig_2009",
357
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2009",
358
+ },
359
+ 50: {
360
+ name: "ortofotoInfraroig2008",
361
+ key: "ortofoto_infraroig_2008",
362
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2008",
363
+ },
364
+ 51: {
365
+ name: "ortofotoInfraroig2007",
366
+ key: "ortofoto_infraroig_2007",
367
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2007",
368
+ },
369
+ 52: {
370
+ name: "ortofotoInfraroig19961997",
371
+ key: "ortofoto_infraroig_1996-1997",
372
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_1996-1997",
373
+ },
374
+ 53: {
375
+ name: "ortofotoInfraroigSerieAnual",
376
+ key: "ortofoto_infraroig_serie_anual",
377
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_serie_anual",
378
+ },
379
+ 54: {
380
+ name: "ortofotoGrisVigent",
381
+ key: "ortofoto_gris_vigent",
382
+ url: "https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_gris_vigent",
383
+ },
384
+ },
385
+ vectorLayersICGC: {
386
+ 0: {
387
+ name: "agrupacionsCensals2015",
388
+ key: "agrupacions_censals_2015",
389
+ },
390
+ 1: {
391
+ name: "agrupacionsCensals2016",
392
+ key: "agrupacions_censals_2016",
393
+ },
394
+ 2: {
395
+ name: "agrupacionsCensals2017",
396
+ key: "agrupacions_censals_2017",
397
+ },
398
+ 3: {
399
+ name: "agrupacionsCensals2018",
400
+ key: "agrupacions_censals_2018",
401
+ },
402
+ 4: {
403
+ name: "agrupacionsCensals2019",
404
+ key: "agrupacions_censals_2019",
405
+ },
406
+ 5: {
407
+ name: "agrupacionsCensals2020",
408
+ key: "agrupacions_censals_2020",
409
+ },
410
+ 6: {
411
+ name: "agrupacionsCensals2021",
412
+ key: "agrupacions_censals_2021",
413
+ },
414
+ 7: {
415
+ name: "agrupacionsCensals2022",
416
+ key: "agrupacions_censals_2022",
417
+ },
418
+ 8: {
419
+ name: "agrupacionsCensals2023",
420
+ key: "agrupacions_censals_2023",
421
+ },
422
+ 9: {
423
+ name: "agrupacionsCensals2024",
424
+ key: "agrupacions_censals_2024",
425
+ },
426
+ 10: {
427
+ name: "agrupacionsCensals2025",
428
+ key: "agrupacions_censals_2025",
429
+ },
430
+ 11: {
431
+ name: "agrupacionsCensalsVigent",
432
+ key: "agrupacions_censals_vigent",
433
+ },
434
+ 12: {
435
+ name: "agrupacionsCensalsVigentText",
436
+ key: "agrupacions_censals_vigent_text",
437
+ },
438
+ 13: {
439
+ name: "areesBasiquesPolicials2019",
440
+ key: "arees_basiques_policials_2019",
441
+ },
442
+ 14: {
443
+ name: "areesBasiquesPolicials2020",
444
+ key: "arees_basiques_policials_2020",
445
+ },
446
+ 15: {
447
+ name: "areesBasiquesPolicials2022",
448
+ key: "arees_basiques_policials_2022",
449
+ },
450
+ 16: {
451
+ name: "areesBasiquesPolicials2023",
452
+ key: "arees_basiques_policials_2023",
453
+ },
454
+ 17: {
455
+ name: "areesBasiquesPolicials2023Text",
456
+ key: "arees_basiques_policials_2023_text",
457
+ },
458
+ 18: {
459
+ name: "areesBasiquesPolicialsVigent",
460
+ key: "arees_basiques_policials_vigent",
461
+ },
462
+ 19: {
463
+ name: "areesBasiquesPolicialsVigent2023",
464
+ key: "arees_basiques_policials_vigent_2023",
465
+ },
466
+ 20: {
467
+ name: "areesBasiquesPolicialsVigent2023Text",
468
+ key: "arees_basiques_policials_vigent_2023_text",
469
+ },
470
+ 21: {
471
+ name: "areesBasiquesPolicialsVigent2024",
472
+ key: "arees_basiques_policials_vigent_2024",
473
+ },
474
+ 22: {
475
+ name: "areesBasiquesPolicialsVigent2024Text",
476
+ key: "arees_basiques_policials_vigent_2024_text",
477
+ },
478
+ 23: {
479
+ name: "areesBasiquesPolicialsVigentText",
480
+ key: "arees_basiques_policials_vigent_text",
481
+ },
482
+ 24: {
483
+ name: "areesBasiquesSalutVigent",
484
+ key: "arees_basiques_salut_vigent",
485
+ },
486
+ 25: {
487
+ name: "areesBasiquesServeisSocialsVigent",
488
+ key: "arees_basiques_serveis_socials_vigent",
489
+ },
490
+ 26: {
491
+ name: "areesBasiquesServeisSocialsVigentText",
492
+ key: "arees_basiques_serveis_socials_vigent_text",
493
+ },
494
+ 27: {
495
+ name: "areesGestioAssistencialVigent",
496
+ key: "arees_gestio_assistencial_vigent",
497
+ },
498
+ 28: {
499
+ name: "areesHidrogeologiquesAquifersVigent",
500
+ key: "arees_hidrogeologiques_aquifers_vigent",
501
+ },
502
+ 29: {
503
+ name: "catalunya2025",
504
+ key: "catalunya_2025",
505
+ },
506
+ 30: {
507
+ name: "catalunyaVigent",
508
+ key: "catalunya_vigent",
509
+ },
510
+ 31: {
511
+ name: "catalunyaVigentText",
512
+ key: "catalunya_vigent_text",
513
+ },
514
+ 32: {
515
+ name: "comarques2022",
516
+ key: "comarques_2022",
517
+ },
518
+ 33: {
519
+ name: "comarques2025",
520
+ key: "comarques_2025",
521
+ },
522
+ 34: {
523
+ name: "comarques2026",
524
+ key: "comarques_2026",
525
+ },
526
+ 35: {
527
+ name: "comarquesVigent",
528
+ key: "comarques_vigent",
529
+ },
530
+ 36: {
531
+ name: "comarquesVigentText",
532
+ key: "comarques_vigent_text",
533
+ },
534
+ 37: {
535
+ name: "comarquesVigents",
536
+ key: "comarques_vigents",
537
+ },
538
+ 38: {
539
+ name: "comarquesVigentsText",
540
+ key: "comarques_vigents_text",
541
+ },
542
+ 39: {
543
+ name: "districtesCensals2015",
544
+ key: "districtes_censals_2015",
545
+ },
546
+ 40: {
547
+ name: "districtesCensals2016",
548
+ key: "districtes_censals_2016",
549
+ },
550
+ 41: {
551
+ name: "districtesCensals2017",
552
+ key: "districtes_censals_2017",
553
+ },
554
+ 42: {
555
+ name: "districtesCensals2018",
556
+ key: "districtes_censals_2018",
557
+ },
558
+ 43: {
559
+ name: "districtesCensals2019",
560
+ key: "districtes_censals_2019",
561
+ },
562
+ 44: {
563
+ name: "districtesCensals2020",
564
+ key: "districtes_censals_2020",
565
+ },
566
+ 45: {
567
+ name: "districtesCensals2021",
568
+ key: "districtes_censals_2021",
569
+ },
570
+ 46: {
571
+ name: "districtesCensals2022",
572
+ key: "districtes_censals_2022",
573
+ },
574
+ 47: {
575
+ name: "districtesCensals2023",
576
+ key: "districtes_censals_2023",
577
+ },
578
+ 48: {
579
+ name: "districtesCensals2024",
580
+ key: "districtes_censals_2024",
581
+ },
582
+ 49: {
583
+ name: "districtesCensals2025",
584
+ key: "districtes_censals_2025",
585
+ },
586
+ 50: {
587
+ name: "districtesCensalsVigent",
588
+ key: "districtes_censals_vigent",
589
+ },
590
+ 51: {
591
+ name: "districtesCensalsVigentText",
592
+ key: "districtes_censals_vigent_text",
593
+ },
594
+ 52: {
595
+ name: "espaisNaturalsEnpeVigent",
596
+ key: "espais_naturals_enpe_vigent",
597
+ },
598
+ 53: {
599
+ name: "espaisNaturalsEnpeVigentText",
600
+ key: "espais_naturals_enpe_vigent_text",
601
+ },
602
+ 54: {
603
+ name: "espaisNaturalsPeinVigent",
604
+ key: "espais_naturals_pein_vigent",
605
+ },
606
+ 55: {
607
+ name: "espaisNaturalsPeinVigentText",
608
+ key: "espais_naturals_pein_vigent_text",
609
+ },
610
+ 56: {
611
+ name: "incendisForestalsVigent",
612
+ key: "incendis_forestals_vigent",
613
+ },
614
+ 57: {
615
+ name: "incendisForestalsVigentText",
616
+ key: "incendis_forestals_vigent_text",
617
+ },
618
+ 58: {
619
+ name: "municipis2022",
620
+ key: "municipis_2022",
621
+ },
622
+ 59: {
623
+ name: "municipis2022Text",
624
+ key: "municipis_2022_text",
625
+ },
626
+ 60: {
627
+ name: "municipis2025",
628
+ key: "municipis_2025",
629
+ },
630
+ 61: {
631
+ name: "municipis2026",
632
+ key: "municipis_2026",
633
+ },
634
+ 62: {
635
+ name: "municipisVigent",
636
+ key: "municipis_vigent",
637
+ },
638
+ 63: {
639
+ name: "municipisVigentText",
640
+ key: "municipis_vigent_text",
641
+ },
642
+ 64: {
643
+ name: "partitsJudicialsVigent",
644
+ key: "partits_judicials_vigent",
645
+ },
646
+ 65: {
647
+ name: "partitsJudicialsVigentText",
648
+ key: "partits_judicials_vigent_text",
649
+ },
650
+ 66: {
651
+ name: "plaTerritorial2015",
652
+ key: "pla_territorial_2015",
653
+ },
654
+ 67: {
655
+ name: "plaTerritorial2019",
656
+ key: "pla_territorial_2019",
657
+ },
658
+ 68: {
659
+ name: "plaTerritorial2020",
660
+ key: "pla_territorial_2020",
661
+ },
662
+ 69: {
663
+ name: "plaTerritorial2021",
664
+ key: "pla_territorial_2021",
665
+ },
666
+ 70: {
667
+ name: "plaTerritorial2022",
668
+ key: "pla_territorial_2022",
669
+ },
670
+ 71: {
671
+ name: "plaTerritorial2023",
672
+ key: "pla_territorial_2023",
673
+ },
674
+ 72: {
675
+ name: "plaTerritorial2024",
676
+ key: "pla_territorial_2024",
677
+ },
678
+ 73: {
679
+ name: "plaTerritorial2025",
680
+ key: "pla_territorial_2025",
681
+ },
682
+ 74: {
683
+ name: "plaTerritorialVigent",
684
+ key: "pla_territorial_vigent",
685
+ },
686
+ 75: {
687
+ name: "plaTerritorialVigentText",
688
+ key: "pla_territorial_vigent_text",
689
+ },
690
+ 76: {
691
+ name: "provincies2025",
692
+ key: "provincies_2025",
693
+ },
694
+ 77: {
695
+ name: "provinciesVigent",
696
+ key: "provincies_vigent",
697
+ },
698
+ 78: {
699
+ name: "provinciesVigentText",
700
+ key: "provincies_vigent_text",
701
+ },
702
+ 79: {
703
+ name: "provinciesVigents",
704
+ key: "provincies_vigents",
705
+ },
706
+ 80: {
707
+ name: "provinciesVigentsText",
708
+ key: "provincies_vigents_text",
709
+ },
710
+ 81: {
711
+ name: "regionsPolicialsVigent",
712
+ key: "regions_policials_vigent",
713
+ },
714
+ 82: {
715
+ name: "regionsPolicialsVigentText",
716
+ key: "regions_policials_vigent_text",
717
+ },
718
+ 83: {
719
+ name: "regionsSanitariesVigent",
720
+ key: "regions_sanitaries_vigent",
721
+ },
722
+ 84: {
723
+ name: "regionsSanitariesVigentText",
724
+ key: "regions_sanitaries_vigent_text",
725
+ },
726
+ 85: {
727
+ name: "seccionsCensals2015",
728
+ key: "seccions_censals_2015",
729
+ },
730
+ 86: {
731
+ name: "seccionsCensals2016",
732
+ key: "seccions_censals_2016",
733
+ },
734
+ 87: {
735
+ name: "seccionsCensals2017",
736
+ key: "seccions_censals_2017",
737
+ },
738
+ 88: {
739
+ name: "seccionsCensals2018",
740
+ key: "seccions_censals_2018",
741
+ },
742
+ 89: {
743
+ name: "seccionsCensals2019",
744
+ key: "seccions_censals_2019",
745
+ },
746
+ 90: {
747
+ name: "seccionsCensals2020",
748
+ key: "seccions_censals_2020",
749
+ },
750
+ 91: {
751
+ name: "seccionsCensals2021",
752
+ key: "seccions_censals_2021",
753
+ },
754
+ 92: {
755
+ name: "seccionsCensals2022",
756
+ key: "seccions_censals_2022",
757
+ },
758
+ 93: {
759
+ name: "seccionsCensals2023",
760
+ key: "seccions_censals_2023",
761
+ },
762
+ 94: {
763
+ name: "seccionsCensals2024",
764
+ key: "seccions_censals_2024",
765
+ },
766
+ 95: {
767
+ name: "seccionsCensals2025",
768
+ key: "seccions_censals_2025",
769
+ },
770
+ 96: {
771
+ name: "seccionsCensalsVigent",
772
+ key: "seccions_censals_vigent",
773
+ },
774
+ 97: {
775
+ name: "seccionsCensalsVigentText",
776
+ key: "seccions_censals_vigent_text",
777
+ },
778
+ 98: {
779
+ name: "sectorsSanitarisVigent",
780
+ key: "sectors_sanitaris_vigent",
781
+ },
782
+ 99: {
783
+ name: "vegueries2025",
784
+ key: "vegueries_2025",
785
+ },
786
+ 100: {
787
+ name: "vegueriesVigent",
788
+ key: "vegueries_vigent",
789
+ },
790
+ 101: {
791
+ name: "vegueriesVigentText",
792
+ key: "vegueries_vigent_text",
793
+ },
794
+ },
795
+ vectorLayers: {
796
+ 0: {
797
+ key: "cobertes2018",
798
+ url: "https://tilemaps.icgc.cat/tileserver/cobertes_tilejson.json",
799
+ legend: "https://tilemaps.icgc.cat/cdn/images/llegendaCobertesSol2018.jpg",
800
+ },
801
+ },
802
+ wmsLayers: {
803
+ 0: {
804
+ key: "espaisInteresGeologic",
805
+ layer: "",
806
+ url: "https://geoserveis.icgc.cat/servei/catalunya/espais-interes-geologic/wms/service?&service=WMS&request=GetMap&layers=espais-interes-geologic&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}",
807
+ },
808
+ 1: {
809
+ key: "gravimetriaBouguer500000",
810
+ layer: "",
811
+ url: "https://geoserveis.icgc.cat/servei/catalunya/gravimetria/wms/service?&service=WMS&request=GetMap&layers=anomalia_bouguer_500000&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}",
812
+ },
813
+ 2: {
814
+ key: "cobertesSol2018",
815
+ layer: "",
816
+ url: "https://geoserveis.icgc.cat/servei/catalunya/cobertes-sol/wms/service?&service=WMS&request=GetMap&layers=cobertes_2018&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}",
817
+ },
818
+ 3: {
819
+ key: "administratiu",
820
+ layer: "",
821
+ url: "http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/administratiu/MON3857NW/{z}/{x}/{y}.png",
822
+ },
823
+ 4: {
824
+ key: "simplificat",
825
+ layer: "",
826
+ url: "http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/simplificat/MON3857NW/{z}/{x}/{y}.png",
827
+ },
828
+ 5: {
829
+ key: "cims",
830
+ layer: "",
831
+ url: "https://geoserveis.icgc.cat/icc_100cims/wms/service?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=0&STYLES=&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SRS=EPSG:25831&BBOX=137118.923076923,4488408.75,650959.076923077,4749634.75&WIDTH=895&HEIGHT=455",
832
+ },
833
+ 6: {
834
+ key: "cobertesSol",
835
+ layer: "",
836
+ url: "http://geoserveis.icgc.cat/servei/catalunya/cobertes-sol/wms?REQUEST=GetMap&SERVICE=WMS&VERSION=1.3.0&LAYERS=cobertes_2009&STYLES=&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&CRS=EPSG:25831&BBOX=374110.828167253,4639230.79853085,452621.120632226,4703578.45000215&WIDTH=1020&HEIGHT=836",
837
+ },
838
+ },
839
+ fgbLayers: {
840
+ 0: {
841
+ name: "agrupacionsCensalsVigent",
842
+ key: "agrupacions_censals_vigent",
843
+ url: "https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent.fgb",
844
+ },
845
+ 1: {
846
+ name: "agrupacionsCensalsVigentText",
847
+ key: "agrupacions_censals_vigent_text",
848
+ url: "https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent_text.fgb",
849
+ },
850
+ 2: {
851
+ name: "areesBasiquesPolicialsVigent",
852
+ key: "arees_basiques_policials_vigent",
853
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent.fgb",
854
+ },
855
+ 3: {
856
+ name: "areesBasiquesPolicialsVigent2023",
857
+ key: "arees_basiques_policials_vigent_2023",
858
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023.fgb",
859
+ },
860
+ 4: {
861
+ name: "areesBasiquesPolicialsVigent2023Text",
862
+ key: "arees_basiques_policials_vigent_2023_text",
863
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023_text.fgb",
864
+ },
865
+ 5: {
866
+ name: "areesBasiquesPolicialsVigent2024",
867
+ key: "arees_basiques_policials_vigent_2024",
868
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2024.fgb",
869
+ },
870
+ 6: {
871
+ name: "areesBasiquesPolicialsVigent2024Text",
872
+ key: "arees_basiques_policials_vigent_2024_text",
873
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2024_text.fgb",
874
+ },
875
+ 7: {
876
+ name: "areesBasiquesPolicialsVigentText",
877
+ key: "arees_basiques_policials_vigent_text",
878
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_text.fgb",
879
+ },
880
+ 8: {
881
+ name: "areesBasiquesSalutVigent",
882
+ key: "arees_basiques_salut_vigent",
883
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_salut_vigent.fgb",
884
+ },
885
+ 9: {
886
+ name: "areesBasiquesServeisSocialsVigent",
887
+ key: "arees_basiques_serveis_socials_vigent",
888
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent.fgb",
889
+ },
890
+ 10: {
891
+ name: "areesBasiquesServeisSocialsVigentText",
892
+ key: "arees_basiques_serveis_socials_vigent_text",
893
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent_text.fgb",
894
+ },
895
+ 11: {
896
+ name: "areesGestioAssistencialVigent",
897
+ key: "arees_gestio_assistencial_vigent",
898
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_gestio_assistencial_vigent.fgb",
899
+ },
900
+ 12: {
901
+ name: "areesHidrogeologiquesAquifersVigent",
902
+ key: "arees_hidrogeologiques_aquifers_vigent",
903
+ url: "https://tilemaps.icgc.cat/vector/fgb/arees_hidrogeologiques_aquifers_vigent.fgb",
904
+ },
905
+ 13: {
906
+ name: "catalunyaVigent",
907
+ key: "catalunya_vigent",
908
+ url: "https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent.fgb",
909
+ },
910
+ 14: {
911
+ name: "catalunyaVigentText",
912
+ key: "catalunya_vigent_text",
913
+ url: "https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent_text.fgb",
914
+ },
915
+ 15: {
916
+ name: "comarquesVigent",
917
+ key: "comarques_vigent",
918
+ url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigent.fgb",
919
+ },
920
+ 16: {
921
+ name: "comarquesVigentText",
922
+ key: "comarques_vigent_text",
923
+ url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigent_text.fgb",
924
+ },
925
+ 17: {
926
+ name: "comarquesVigents",
927
+ key: "comarques_vigents",
928
+ url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigents.fgb",
929
+ },
930
+ 18: {
931
+ name: "comarquesVigentsText",
932
+ key: "comarques_vigents_text",
933
+ url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigents_text.fgb",
934
+ },
935
+ 19: {
936
+ name: "districtesCensalsVigent",
937
+ key: "districtes_censals_vigent",
938
+ url: "https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent.fgb",
939
+ },
940
+ 20: {
941
+ name: "districtesCensalsVigentText",
942
+ key: "districtes_censals_vigent_text",
943
+ url: "https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent_text.fgb",
944
+ },
945
+ 21: {
946
+ name: "espaisNaturalsEnpeVigent",
947
+ key: "espais_naturals_enpe_vigent",
948
+ url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent.fgb",
949
+ },
950
+ 22: {
951
+ name: "espaisNaturalsEnpeVigentText",
952
+ key: "espais_naturals_enpe_vigent_text",
953
+ url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent_text.fgb",
954
+ },
955
+ 23: {
956
+ name: "espaisNaturalsPeinVigent",
957
+ key: "espais_naturals_pein_vigent",
958
+ url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent.fgb",
959
+ },
960
+ 24: {
961
+ name: "espaisNaturalsPeinVigentText",
962
+ key: "espais_naturals_pein_vigent_text",
963
+ url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent_text.fgb",
964
+ },
965
+ 25: {
966
+ name: "incendisForestalsVigent",
967
+ key: "incendis_forestals_vigent",
968
+ url: "https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent.fgb",
969
+ },
970
+ 26: {
971
+ name: "incendisForestalsVigentText",
972
+ key: "incendis_forestals_vigent_text",
973
+ url: "https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent_text.fgb",
974
+ },
975
+ 27: {
976
+ name: "municipisVigent",
977
+ key: "municipis_vigent",
978
+ url: "https://tilemaps.icgc.cat/vector/fgb/municipis_vigent.fgb",
979
+ },
980
+ 28: {
981
+ name: "municipisVigentText",
982
+ key: "municipis_vigent_text",
983
+ url: "https://tilemaps.icgc.cat/vector/fgb/municipis_vigent_text.fgb",
984
+ },
985
+ 29: {
986
+ name: "partitsJudicialsVigent",
987
+ key: "partits_judicials_vigent",
988
+ url: "https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent.fgb",
989
+ },
990
+ 30: {
991
+ name: "partitsJudicialsVigentText",
992
+ key: "partits_judicials_vigent_text",
993
+ url: "https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent_text.fgb",
994
+ },
995
+ 31: {
996
+ name: "plaTerritorialVigent",
997
+ key: "pla_territorial_vigent",
998
+ url: "https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent.fgb",
999
+ },
1000
+ 32: {
1001
+ name: "plaTerritorialVigentText",
1002
+ key: "pla_territorial_vigent_text",
1003
+ url: "https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent_text.fgb",
1004
+ },
1005
+ 33: {
1006
+ name: "provinciesVigent",
1007
+ key: "provincies_vigent",
1008
+ url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigent.fgb",
1009
+ },
1010
+ 34: {
1011
+ name: "provinciesVigentText",
1012
+ key: "provincies_vigent_text",
1013
+ url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigent_text.fgb",
1014
+ },
1015
+ 35: {
1016
+ name: "provinciesVigents",
1017
+ key: "provincies_vigents",
1018
+ url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigents.fgb",
1019
+ },
1020
+ 36: {
1021
+ name: "provinciesVigentsText",
1022
+ key: "provincies_vigents_text",
1023
+ url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigents_text.fgb",
1024
+ },
1025
+ 37: {
1026
+ name: "regionsPolicialsVigent",
1027
+ key: "regions_policials_vigent",
1028
+ url: "https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent.fgb",
1029
+ },
1030
+ 38: {
1031
+ name: "regionsPolicialsVigentText",
1032
+ key: "regions_policials_vigent_text",
1033
+ url: "https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent_text.fgb",
1034
+ },
1035
+ 39: {
1036
+ name: "regionsSanitariesVigent",
1037
+ key: "regions_sanitaries_vigent",
1038
+ url: "https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent.fgb",
1039
+ },
1040
+ 40: {
1041
+ name: "regionsSanitariesVigentText",
1042
+ key: "regions_sanitaries_vigent_text",
1043
+ url: "https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent_text.fgb",
1044
+ },
1045
+ 41: {
1046
+ name: "seccionsCensalsVigent",
1047
+ key: "seccions_censals_vigent",
1048
+ url: "https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent.fgb",
1049
+ },
1050
+ 42: {
1051
+ name: "seccionsCensalsVigentText",
1052
+ key: "seccions_censals_vigent_text",
1053
+ url: "https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent_text.fgb",
1054
+ },
1055
+ 43: {
1056
+ name: "sectorsSanitarisVigent",
1057
+ key: "sectors_sanitaris_vigent",
1058
+ url: "https://tilemaps.icgc.cat/vector/fgb/sectors_sanitaris_vigent.fgb",
1059
+ },
1060
+ 44: {
1061
+ name: "vegueriesVigent",
1062
+ key: "vegueries_vigent",
1063
+ url: "https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent.fgb",
1064
+ },
1065
+ 45: {
1066
+ name: "vegueriesVigentText",
1067
+ key: "vegueries_vigent_text",
1068
+ url: "https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent_text.fgb",
1069
+ },
54
1070
  },
55
- baseStyles: [{"key":"TOPO","url":"https://geoserveis.icgc.cat/styles/icgc_mapa_base_topografic.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png"},{"key":"ORTO","url":"https://geoserveis.icgc.cat/styles/icgc_orto_estandard.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png"},{"key":"ORTO3D","url":"https://eines.icgc.cat/recursos//styles/icgc_orto_3d.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png"},{"key":"ORTOHYBRID","url":"https://geoserveis.icgc.cat/styles/icgc_orto_hibrida.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png"},{"key":"ADMIN","url":"https://geoserveis.icgc.cat/styles/icgc_limits_administratius_gris.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_delimitacio_limits_administratius.png"},{"key":"DARK","url":"https://geoserveis.icgc.cat/styles/icgc_mapa_base_fosc.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_fosc.png"},{"key":"LIGHT","url":"https://geoserveis.icgc.cat/styles/icgc_mapa_base_gris.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_gris.png"},{"key":"GEOLOGY","url":"https://geoserveis.icgc.cat/styles/icgc_geologic_informacio.json","image":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_geologic_informacio.png"},{"key":"RASTER","substyles":{"TOPO":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/topografic/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_topo.jpg"},"ADMIN":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/administratiu/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_administratiu.jpg"},"LIGHT":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/topografic-gris/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_topo_gris.jpg"},"STANDARD":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/estandard/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_estandard_0.jpg"},"SIMPLIFIED":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/simplificat/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_simplificat.jpg"},"ORTO":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto.jpg"},"ORTOGREY":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto-gris/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto_gris.jpg"},"ORTOHYBRID":{"url":"https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto-hibrida/MON3857NW/{z}/{x}/{y}.png","image":"https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto_hibida.jpg"}}}],
56
- urlTerrainICGC: [{"name":"ICGC5M","url":"https://tilemaps.icgc.cat/tileserver/tileserver/terreny-5m-30m-rgb-extent/{z}/{x}/{y}.png"},{"name":"WORLD30M","url":"https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png","encoding":"terrarium"}],
57
- ortoLayersICGC: [{"name":"ortofotoColorProvisional","key":"ortofoto_color_provisional","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_provisional"},{"name":"ortofotoColorVigent","key":"ortofoto_color_vigent","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_vigent"},{"name":"ortofotoColor2023","key":"ortofoto_color_2023","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2023"},{"name":"ortofotoColor2022","key":"ortofoto_color_2022","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2022"},{"name":"ortofotoColor2021","key":"ortofoto_color_2021","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2021"},{"name":"ortofotoColor2020","key":"ortofoto_color_2020","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2020"},{"name":"ortofotoColor2019","key":"ortofoto_color_2019","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2019"},{"name":"ortofotoColor2018","key":"ortofoto_color_2018","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2018"},{"name":"ortofotoColor2017","key":"ortofoto_color_2017","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2017"},{"name":"ortofotoColor2016","key":"ortofoto_color_2016","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2016"},{"name":"ortofotoColor2015","key":"ortofoto_color_2015","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2015"},{"name":"ortofotoColor2014","key":"ortofoto_color_2014","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2014"},{"name":"ortofotoColor2013","key":"ortofoto_color_2013","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2013"},{"name":"ortofotoColor2012","key":"ortofoto_color_2012","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2012"},{"name":"ortofotoColor2011","key":"ortofoto_color_2011","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2011"},{"name":"ortofotoColor2010","key":"ortofoto_color_2010","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2010"},{"name":"ortofotoColor2009","key":"ortofoto_color_2009","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2009"},{"name":"ortofotoColor2008","key":"ortofoto_color_2008","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2008"},{"name":"ortofotoColor20062007","key":"ortofoto_color_2006-2007","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2006-2007"},{"name":"ortofotoColor20042005","key":"ortofoto_color_2004-2005","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2004-2005"},{"name":"ortofotoColor20002003","key":"ortofoto_color_2000-2003","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_2000-2003"},{"name":"ortofotoBlancINegre1998","key":"ortofoto_blanc_i_negre_1998","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1998"},{"name":"ortofotoBlancINegre19941997","key":"ortofoto_blanc_i_negre_1994-1997","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1994-1997"},{"name":"ortofotoColor1993","key":"ortofoto_color_1993","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_1993"},{"name":"ortofotoBlancINegre19831992","key":"ortofoto_blanc_i_negre_1983-1992","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1983-1992"},{"name":"ortofotoBlancINegre19701977","key":"ortofoto_blanc_i_negre_1970-1977","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1970-1977"},{"name":"ortofotoBlancINegre1956","key":"ortofoto_blanc_i_negre_1956","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1956"},{"name":"ortofotoBlancINegre1945","key":"ortofoto_blanc_i_negre_1945","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_blanc_i_negre_1945"},{"name":"ortofotoColorSerieAnual","key":"ortofoto_color_serie_anual","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_color_serie_anual"},{"name":"ortofotoInfraroigProvisional","key":"ortofoto_infraroig_provisional","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_provisional"},{"name":"ortofotoInfraroigVigent","key":"ortofoto_infraroig_vigent","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_vigent"},{"name":"ortofotoInfraroig2023","key":"ortofoto_infraroig_2023","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2023"},{"name":"ortofotoInfraroig2022","key":"ortofoto_infraroig_2022","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2022"},{"name":"ortofotoInfraroig2021","key":"ortofoto_infraroig_2021","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2021"},{"name":"ortofotoInfraroig2020","key":"ortofoto_infraroig_2020","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2020"},{"name":"ortofotoInfraroig2019","key":"ortofoto_infraroig_2019","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2019"},{"name":"ortofotoInfraroig2018","key":"ortofoto_infraroig_2018","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2018"},{"name":"ortofotoInfraroig2017","key":"ortofoto_infraroig_2017","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2017"},{"name":"ortofotoInfraroig2016","key":"ortofoto_infraroig_2016","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2016"},{"name":"ortofotoInfraroig2015","key":"ortofoto_infraroig_2015","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2015"},{"name":"ortofotoInfraroig2014","key":"ortofoto_infraroig_2014","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2014"},{"name":"ortofotoInfraroig2013","key":"ortofoto_infraroig_2013","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2013"},{"name":"ortofotoInfraroig2012","key":"ortofoto_infraroig_2012","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2012"},{"name":"ortofotoInfraroig2011","key":"ortofoto_infraroig_2011","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2011"},{"name":"ortofotoInfraroig2010","key":"ortofoto_infraroig_2010","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2010"},{"name":"ortofotoInfraroig2009","key":"ortofoto_infraroig_2009","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2009"},{"name":"ortofotoInfraroig2008","key":"ortofoto_infraroig_2008","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2008"},{"name":"ortofotoInfraroig20062007","key":"ortofoto_infraroig_2006-2007","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_2006-2007"},{"name":"ortofotoInfraroig19961997","key":"ortofoto_infraroig_1996-1997","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_1996-1997"},{"name":"ortofotoInfraroigSerieAnual","key":"ortofoto_infraroig_serie_anual","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_infraroig_serie_anual"},{"name":"ortofotoGrisVigent","key":"ortofoto_gris_vigent","url":"https://geoserveis.icgc.cat/servei/catalunya/orto-territorial/wms?&bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&STYLES=&srs=EPSG:3857&transparent=true&width=256&height=256&layers=ortofoto_gris_vigent"}],
58
- vectorLayersICGC: [{"name":"agrupacionsCensals2015","key":"agrupacions_censals_2015"},{"name":"agrupacionsCensals2016","key":"agrupacions_censals_2016"},{"name":"agrupacionsCensals2017","key":"agrupacions_censals_2017"},{"name":"agrupacionsCensals2018","key":"agrupacions_censals_2018"},{"name":"agrupacionsCensals2019","key":"agrupacions_censals_2019"},{"name":"agrupacionsCensals2020","key":"agrupacions_censals_2020"},{"name":"agrupacionsCensals2021","key":"agrupacions_censals_2021"},{"name":"agrupacionsCensalsVigent","key":"agrupacions_censals_vigent"},{"name":"agrupacionsCensalsVigentText","key":"agrupacions_censals_vigent_text"},{"name":"areesBasiquesPolicials2019","key":"arees_basiques_policials_2019"},{"name":"areesBasiquesPolicials2020","key":"arees_basiques_policials_2020"},{"name":"areesBasiquesPolicials2022","key":"arees_basiques_policials_2022"},{"name":"areesBasiquesPolicials2023","key":"arees_basiques_policials_2023"},{"name":"areesBasiquesPolicials2023Text","key":"arees_basiques_policials_2023_text"},{"name":"areesBasiquesPolicialsVigent","key":"arees_basiques_policials_vigent"},{"name":"areesBasiquesPolicialsVigent2023","key":"arees_basiques_policials_vigent_2023"},{"name":"areesBasiquesPolicialsVigent2023Text","key":"arees_basiques_policials_vigent_2023_text"},{"name":"areesBasiquesPolicialsVigentText","key":"arees_basiques_policials_vigent_text"},{"name":"areesBasiquesSalutVigent","key":"arees_basiques_salut_vigent"},{"name":"areesBasiquesServeisSocialsVigent","key":"arees_basiques_serveis_socials_vigent"},{"name":"areesBasiquesServeisSocialsVigentText","key":"arees_basiques_serveis_socials_vigent_text"},{"name":"areesGestioAssistencialVigent","key":"arees_gestio_assistencial_vigent"},{"name":"areesHidrogeologiquesAquifersVigent","key":"arees_hidrogeologiques_aquifers_vigent"},{"name":"catalunyaVigent","key":"catalunya_vigent"},{"name":"catalunyaVigentText","key":"catalunya_vigent_text"},{"name":"comarques2022","key":"comarques_2022"},{"name":"comarquesVigent","key":"comarques_vigent"},{"name":"comarquesVigentText","key":"comarques_vigent_text"},{"name":"comarquesVigents","key":"comarques_vigents"},{"name":"comarquesVigentsText","key":"comarques_vigents_text"},{"name":"districtesCensals2015","key":"districtes_censals_2015"},{"name":"districtesCensals2016","key":"districtes_censals_2016"},{"name":"districtesCensals2017","key":"districtes_censals_2017"},{"name":"districtesCensals2018","key":"districtes_censals_2018"},{"name":"districtesCensals2019","key":"districtes_censals_2019"},{"name":"districtesCensals2020","key":"districtes_censals_2020"},{"name":"districtesCensals2021","key":"districtes_censals_2021"},{"name":"districtesCensals2022","key":"districtes_censals_2022"},{"name":"districtesCensals2023","key":"districtes_censals_2023"},{"name":"districtesCensalsVigent","key":"districtes_censals_vigent"},{"name":"districtesCensalsVigentText","key":"districtes_censals_vigent_text"},{"name":"espaisNaturalsEnpeVigent","key":"espais_naturals_enpe_vigent"},{"name":"espaisNaturalsEnpeVigentText","key":"espais_naturals_enpe_vigent_text"},{"name":"espaisNaturalsPeinVigent","key":"espais_naturals_pein_vigent"},{"name":"espaisNaturalsPeinVigentText","key":"espais_naturals_pein_vigent_text"},{"name":"incendisForestalsVigent","key":"incendis_forestals_vigent"},{"name":"incendisForestalsVigentText","key":"incendis_forestals_vigent_text"},{"name":"municipis2022","key":"municipis_2022"},{"name":"municipis2022Text","key":"municipis_2022_text"},{"name":"municipisVigent","key":"municipis_vigent"},{"name":"municipisVigentText","key":"municipis_vigent_text"},{"name":"partitsJudicialsVigent","key":"partits_judicials_vigent"},{"name":"partitsJudicialsVigentText","key":"partits_judicials_vigent_text"},{"name":"plaTerritorial2015","key":"pla_territorial_2015"},{"name":"plaTerritorialVigent","key":"pla_territorial_vigent"},{"name":"plaTerritorialVigentText","key":"pla_territorial_vigent_text"},{"name":"provinciesVigent","key":"provincies_vigent"},{"name":"provinciesVigentText","key":"provincies_vigent_text"},{"name":"provinciesVigents","key":"provincies_vigents"},{"name":"provinciesVigentsText","key":"provincies_vigents_text"},{"name":"regionsPolicialsVigent","key":"regions_policials_vigent"},{"name":"regionsPolicialsVigentText","key":"regions_policials_vigent_text"},{"name":"regionsSanitariesVigent","key":"regions_sanitaries_vigent"},{"name":"regionsSanitariesVigentText","key":"regions_sanitaries_vigent_text"},{"name":"seccionsCensals2015","key":"seccions_censals_2015"},{"name":"seccionsCensals2016","key":"seccions_censals_2016"},{"name":"seccionsCensals2017","key":"seccions_censals_2017"},{"name":"seccionsCensals2018","key":"seccions_censals_2018"},{"name":"seccionsCensals2019","key":"seccions_censals_2019"},{"name":"seccionsCensals2020","key":"seccions_censals_2020"},{"name":"seccionsCensals2021","key":"seccions_censals_2021"},{"name":"seccionsCensals2022","key":"seccions_censals_2022"},{"name":"seccionsCensals2023","key":"seccions_censals_2023"},{"name":"seccionsCensalsVigent","key":"seccions_censals_vigent"},{"name":"seccionsCensalsVigentText","key":"seccions_censals_vigent_text"},{"name":"sectorsSanitarisVigent","key":"sectors_sanitaris_vigent"},{"name":"vegueriesVigent","key":"vegueries_vigent"},{"name":"vegueriesVigentText","key":"vegueries_vigent_text"}],
59
- vectorLayers: [{"key":"cobertes2018","url":"https://tilemaps.icgc.cat/tileserver/cobertes_tilejson.json","legend":"https://eines.icgc.cat/recursos//images/llegendaCobertesSol2018.jpg"}],
60
- wmsLayers: [{"key":"espaisInteresGeologic","layer":"","url":"https://geoserveis.icgc.cat/servei/catalunya/espais-interes-geologic/wms/service?&service=WMS&request=GetMap&layers=espais-interes-geologic&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}"},{"key":"gravimetriaBouguer500000","layer":"","url":"https://geoserveis.icgc.cat/servei/catalunya/gravimetria/wms/service?&service=WMS&request=GetMap&layers=anomalia_bouguer_500000&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}"},{"key":"cobertesSol2018","layer":"","url":"https://geoserveis.icgc.cat/servei/catalunya/cobertes-sol/wms/service?&service=WMS&request=GetMap&layers=cobertes_2018&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tipus=wms&width=512&height=512&srs=EPSG%3A3857&bbox={bbox-epsg-3857}"},{"key":"administratiu","layer":"","url":"http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/administratiu/MON3857NW/{z}/{x}/{y}.png"},{"key":"simplificat","layer":"","url":"http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/simplificat/MON3857NW/{z}/{x}/{y}.png"},{"key":"cims","layer":"","url":"https://geoserveis.icgc.cat/icc_100cims/wms/service?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=0&STYLES=&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SRS=EPSG:25831&BBOX=137118.923076923,4488408.75,650959.076923077,4749634.75&WIDTH=895&HEIGHT=455"},{"key":"cobertesSol","layer":"","url":"http://geoserveis.icgc.cat/servei/catalunya/cobertes-sol/wms?REQUEST=GetMap&SERVICE=WMS&VERSION=1.3.0&LAYERS=cobertes_2009&STYLES=&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&CRS=EPSG:25831&BBOX=374110.828167253,4639230.79853085,452621.120632226,4703578.45000215&WIDTH=1020&HEIGHT=836"}],
61
- fgbLayers: [{"name":"agrupacionsCensalsVigent","key":"agrupacions_censals_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent.fgb"},{"name":"agrupacionsCensalsVigentText","key":"agrupacions_censals_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent_text.fgb"},{"name":"areesBasiquesPolicialsVigent","key":"arees_basiques_policials_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent.fgb"},{"name":"areesBasiquesPolicialsVigent2023","key":"arees_basiques_policials_vigent_2023","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023.fgb"},{"name":"areesBasiquesPolicialsVigent2023Text","key":"arees_basiques_policials_vigent_2023_text","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023_text.fgb"},{"name":"areesBasiquesPolicialsVigentText","key":"arees_basiques_policials_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_text.fgb"},{"name":"areesBasiquesSalutVigent","key":"arees_basiques_salut_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_salut_vigent.fgb"},{"name":"areesBasiquesServeisSocialsVigent","key":"arees_basiques_serveis_socials_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent.fgb"},{"name":"areesBasiquesServeisSocialsVigentText","key":"arees_basiques_serveis_socials_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent_text.fgb"},{"name":"areesGestioAssistencialVigent","key":"arees_gestio_assistencial_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/arees_gestio_assistencial_vigent.fgb"},{"name":"areesHidrogeologiquesAquifersVigent","key":"arees_hidrogeologiques_aquifers_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/arees_hidrogeologiques_aquifers_vigent.fgb"},{"name":"catalunyaVigent","key":"catalunya_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent.fgb"},{"name":"catalunyaVigentText","key":"catalunya_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent_text.fgb"},{"name":"comarquesVigent","key":"comarques_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/comarques_vigent.fgb"},{"name":"comarquesVigentText","key":"comarques_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/comarques_vigent_text.fgb"},{"name":"comarquesVigents","key":"comarques_vigents","url":"https://tilemaps.icgc.cat/vector/fgb/comarques_vigents.fgb"},{"name":"comarquesVigentsText","key":"comarques_vigents_text","url":"https://tilemaps.icgc.cat/vector/fgb/comarques_vigents_text.fgb"},{"name":"districtesCensalsVigent","key":"districtes_censals_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent.fgb"},{"name":"districtesCensalsVigentText","key":"districtes_censals_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent_text.fgb"},{"name":"espaisNaturalsEnpeVigent","key":"espais_naturals_enpe_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent.fgb"},{"name":"espaisNaturalsEnpeVigentText","key":"espais_naturals_enpe_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent_text.fgb"},{"name":"espaisNaturalsPeinVigent","key":"espais_naturals_pein_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent.fgb"},{"name":"espaisNaturalsPeinVigentText","key":"espais_naturals_pein_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent_text.fgb"},{"name":"incendisForestalsVigent","key":"incendis_forestals_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent.fgb"},{"name":"incendisForestalsVigentText","key":"incendis_forestals_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent_text.fgb"},{"name":"municipisVigent","key":"municipis_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/municipis_vigent.fgb"},{"name":"municipisVigentText","key":"municipis_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/municipis_vigent_text.fgb"},{"name":"partitsJudicialsVigent","key":"partits_judicials_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent.fgb"},{"name":"partitsJudicialsVigentText","key":"partits_judicials_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent_text.fgb"},{"name":"plaTerritorialVigent","key":"pla_territorial_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent.fgb"},{"name":"plaTerritorialVigentText","key":"pla_territorial_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent_text.fgb"},{"name":"provinciesVigent","key":"provincies_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/provincies_vigent.fgb"},{"name":"provinciesVigentText","key":"provincies_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/provincies_vigent_text.fgb"},{"name":"provinciesVigents","key":"provincies_vigents","url":"https://tilemaps.icgc.cat/vector/fgb/provincies_vigents.fgb"},{"name":"provinciesVigentsText","key":"provincies_vigents_text","url":"https://tilemaps.icgc.cat/vector/fgb/provincies_vigents_text.fgb"},{"name":"regionsPolicialsVigent","key":"regions_policials_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent.fgb"},{"name":"regionsPolicialsVigentText","key":"regions_policials_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent_text.fgb"},{"name":"regionsSanitariesVigent","key":"regions_sanitaries_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent.fgb"},{"name":"regionsSanitariesVigentText","key":"regions_sanitaries_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent_text.fgb"},{"name":"seccionsCensalsVigent","key":"seccions_censals_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent.fgb"},{"name":"seccionsCensalsVigentText","key":"seccions_censals_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent_text.fgb"},{"name":"sectorsSanitarisVigent","key":"sectors_sanitaris_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/sectors_sanitaris_vigent.fgb"},{"name":"vegueriesVigent","key":"vegueries_vigent","url":"https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent.fgb"},{"name":"vegueriesVigentText","key":"vegueries_vigent_text","url":"https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent_text.fgb"}],
62
1071
  };
63
1072
 
64
1073
  module.exports = defaultOptions;