mapicgc-gl-js 1.0.6 → 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/config.js CHANGED
@@ -1,830 +1,1073 @@
1
+
1
2
  const urlImages = "https://visors.icgc.cat/contextmaps/imatges_estil/";
2
- const urlStyles = "https://geoserveis.icgc.cat/contextmaps/";
3
+ const urlStyles = "https://geoserveis.icgc.cat/contextmaps/";
3
4
  const defaultOptions = {
4
- limitsUrl: "https://tilemaps.icgc.cat/vt/limits-tilejsonV3.json",
5
- geocoder: {
6
- peliasUrl1: "https://eines.icgc.cat/geocodificador/autocompletar?text=",
7
- peliasUrl2: "&layers=topo1%2Ctopo2%2Caddress&size=5",
8
- },
9
- mapOptions: {
10
- container: "map",
11
- center: {
12
- 0: 1.537786,
13
- 1: 41.837539,
14
- },
15
- zoom: 7.5,
16
- bearing: 0,
17
- pitch: 0,
18
- hash: false,
19
- style: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_gris.json.json",
20
- maxZoom: 18,
21
- maxPitch: 85,
22
- },
23
- logoIcgcOptions: {
24
- logoUrlColor: "https://eines.icgc.cat/recursos/logos/icgc_logo_color.png",
25
- logoUrlWhite: "https://eines.icgc.cat/recursos/logos/icgc_logo_blanc.svg",
26
- logoLink: "https://www.icgc.cat",
27
- logoTitle: "Institut Cartogràfic i Geològic de Catalunya",
28
- logoWidth: 100,
29
- logoOpacity: 0.6,
30
- },
31
- logoGencatOptions: {
32
- logoUrlColor: "https://eines.icgc.cat/recursos/logos/gencat_logo_color.png",
33
- logoUrlWhite: "https://eines.icgc.cat/recursos/logos/gencat_logo_blanc.png",
34
- logoLink: "https://web.gencat.cat/",
35
- logoTitle: "Generalitat de Catalunya",
36
- logoWidth: 100,
37
- logoOpacity: 0.6,
38
- },
39
- map3dOptions: {
40
- spaceErrorFactor: 2,
41
- exaggeration: 1,
42
- zfactor: 48,
43
- minZoomRange: 15.5,
44
- maxZoomRange: 22,
45
- urlTilesetCities:
46
- "https://geoserveis.icgc.cat/servei/catalunya/ciutats/3dtiles/v1/tilesetV1.0.json",
47
- layerIdOrder: "place-isolated",
48
- sourceLayerFilterId: "place",
49
- minZoomFilter: 14,
50
- layerId3d: "edificisMapboxLayer",
51
- terrainSource: "ICGC5M",
52
- style3dName: "orto3d",
53
- imageIcon: "https://eines.icgc.cat/recursos//images/stick.png",
54
- },
55
- baseStyles: [
56
- {
57
- key: "TOPO",
58
- url: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_topografic.json",
59
- image:
60
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png",
61
- },
62
- {
63
- key: "ORTO",
64
- url: "https://geoserveis.icgc.cat/styles/icgc_orto_estandard.json",
65
- image:
66
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png",
67
- },
68
- {
69
- key: "ORTO3D",
70
- url: "https://eines.icgc.cat/recursos//styles/icgc_orto_3d.json",
71
- image:
72
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png",
73
- },
74
- {
75
- key: "ORTOHYBRID",
76
- url: "https://geoserveis.icgc.cat/styles/icgc_orto_hibrida.json",
77
- image:
78
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png",
79
- },
80
- {
81
- key: "ADMIN",
82
- url: "https://geoserveis.icgc.cat/styles/icgc_limits_administratius_gris.json",
83
- image:
84
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_delimitacio_limits_administratius.png",
85
- },
86
- {
87
- key: "DARK",
88
- url: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_fosc.json",
89
- image:
90
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_fosc.png",
91
- },
92
- {
93
- key: "LIGHT",
94
- url: "https://geoserveis.icgc.cat/styles/icgc_mapa_base_gris.json",
95
- image:
96
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_gris.png",
97
- },
98
- {
99
- key: "GEOLOGY",
100
- url: "https://geoserveis.icgc.cat/styles/icgc_geologic_informacio.json",
101
- image:
102
- "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_geologic_informacio.png",
103
- },
104
- {
105
- key: "RASTER",
106
- substyles: {
107
- TOPO: {
108
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/topografic/MON3857NW/{z}/{x}/{y}.png",
109
- image:
110
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_topo.jpg",
111
- },
112
- ADMIN: {
113
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/administratiu/MON3857NW/{z}/{x}/{y}.png",
114
- image:
115
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_administratiu.jpg",
116
- },
117
- LIGHT: {
118
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/topografic-gris/MON3857NW/{z}/{x}/{y}.png",
119
- image:
120
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_topo_gris.jpg",
121
- },
122
- STANDARD: {
123
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/estandard/MON3857NW/{z}/{x}/{y}.png",
124
- image:
125
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_estandard_0.jpg",
126
- },
127
- SIMPLIFIED: {
128
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/simplificat/MON3857NW/{z}/{x}/{y}.png",
129
- image:
130
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_simplificat.jpg",
131
- },
132
- ORTO: {
133
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto/MON3857NW/{z}/{x}/{y}.png",
134
- image:
135
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto.jpg",
136
- },
137
- ORTOGREY: {
138
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto-gris/MON3857NW/{z}/{x}/{y}.png",
139
- image:
140
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto_gris.jpg",
141
- },
142
- ORTOHYBRID: {
143
- url: "https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto-hibrida/MON3857NW/{z}/{x}/{y}.png",
144
- image:
145
- "https://icgc-web-pro.s3.eu-central-1.amazonaws.com/produccio/s3fs-public/2024-10/mapabase_orto_hibida.jpg",
146
- },
147
- },
148
- },
149
- ],
150
- urlTerrainICGC: [
151
- {
152
- name: "ICGC5M",
153
- url: "https://tilemaps.icgc.cat/tileserver/tileserver/terreny-5m-30m-rgb-extent/{z}/{x}/{y}.png",
154
- },
155
- {
156
- name: "WORLD30M",
157
- url: "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png",
158
- encoding: "terrarium",
159
- },
160
- ],
161
- ortoLayersICGC: [
162
- {
163
- name: "ortofotoColorProvisional",
164
- key: "ortofoto_color_provisional",
165
- 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",
166
- },
167
- {
168
- name: "ortofotoColorVigent",
169
- key: "ortofoto_color_vigent",
170
- 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",
171
- },
172
- {
173
- name: "ortofotoColor2023",
174
- key: "ortofoto_color_2023",
175
- 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",
176
- },
177
- {
178
- name: "ortofotoColor2022",
179
- key: "ortofoto_color_2022",
180
- 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",
181
- },
182
- {
183
- name: "ortofotoColor2021",
184
- key: "ortofoto_color_2021",
185
- 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",
186
- },
187
- {
188
- name: "ortofotoColor2020",
189
- key: "ortofoto_color_2020",
190
- 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",
191
- },
192
- {
193
- name: "ortofotoColor2019",
194
- key: "ortofoto_color_2019",
195
- 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",
196
- },
197
- {
198
- name: "ortofotoColor2018",
199
- key: "ortofoto_color_2018",
200
- 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",
201
- },
202
- {
203
- name: "ortofotoColor2017",
204
- key: "ortofoto_color_2017",
205
- 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",
206
- },
207
- {
208
- name: "ortofotoColor2016",
209
- key: "ortofoto_color_2016",
210
- 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",
211
- },
212
- {
213
- name: "ortofotoColor2015",
214
- key: "ortofoto_color_2015",
215
- 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",
216
- },
217
- {
218
- name: "ortofotoColor2014",
219
- key: "ortofoto_color_2014",
220
- 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",
221
- },
222
- {
223
- name: "ortofotoColor2013",
224
- key: "ortofoto_color_2013",
225
- 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",
226
- },
227
- {
228
- name: "ortofotoColor2012",
229
- key: "ortofoto_color_2012",
230
- 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",
231
- },
232
- {
233
- name: "ortofotoColor2011",
234
- key: "ortofoto_color_2011",
235
- 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",
236
- },
237
- {
238
- name: "ortofotoColor2010",
239
- key: "ortofoto_color_2010",
240
- 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",
241
- },
242
- {
243
- name: "ortofotoColor2009",
244
- key: "ortofoto_color_2009",
245
- 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",
246
- },
247
- {
248
- name: "ortofotoColor2008",
249
- key: "ortofoto_color_2008",
250
- 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",
251
- },
252
- {
253
- name: "ortofotoColor20062007",
254
- key: "ortofoto_color_2006-2007",
255
- 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",
256
- },
257
- {
258
- name: "ortofotoColor20042005",
259
- key: "ortofoto_color_2004-2005",
260
- 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",
261
- },
262
- {
263
- name: "ortofotoColor20002003",
264
- key: "ortofoto_color_2000-2003",
265
- 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",
266
- },
267
- {
268
- name: "ortofotoBlancINegre1998",
269
- key: "ortofoto_blanc_i_negre_1998",
270
- 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",
271
- },
272
- {
273
- name: "ortofotoBlancINegre19941997",
274
- key: "ortofoto_blanc_i_negre_1994-1997",
275
- 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",
276
- },
277
- {
278
- name: "ortofotoColor1993",
279
- key: "ortofoto_color_1993",
280
- 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",
281
- },
282
- {
283
- name: "ortofotoBlancINegre19831992",
284
- key: "ortofoto_blanc_i_negre_1983-1992",
285
- 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",
286
- },
287
- {
288
- name: "ortofotoBlancINegre19701977",
289
- key: "ortofoto_blanc_i_negre_1970-1977",
290
- 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",
291
- },
292
- {
293
- name: "ortofotoBlancINegre1956",
294
- key: "ortofoto_blanc_i_negre_1956",
295
- 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",
296
- },
297
- {
298
- name: "ortofotoBlancINegre1945",
299
- key: "ortofoto_blanc_i_negre_1945",
300
- 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",
301
- },
302
- {
303
- name: "ortofotoColorSerieAnual",
304
- key: "ortofoto_color_serie_anual",
305
- 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",
306
- },
307
- {
308
- name: "ortofotoInfraroigProvisional",
309
- key: "ortofoto_infraroig_provisional",
310
- 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",
311
- },
312
- {
313
- name: "ortofotoInfraroigVigent",
314
- key: "ortofoto_infraroig_vigent",
315
- 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",
316
- },
317
- {
318
- name: "ortofotoInfraroig2023",
319
- key: "ortofoto_infraroig_2023",
320
- 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",
321
- },
322
- {
323
- name: "ortofotoInfraroig2022",
324
- key: "ortofoto_infraroig_2022",
325
- 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",
326
- },
327
- {
328
- name: "ortofotoInfraroig2021",
329
- key: "ortofoto_infraroig_2021",
330
- 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",
331
- },
332
- {
333
- name: "ortofotoInfraroig2020",
334
- key: "ortofoto_infraroig_2020",
335
- 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",
336
- },
337
- {
338
- name: "ortofotoInfraroig2019",
339
- key: "ortofoto_infraroig_2019",
340
- 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",
341
- },
342
- {
343
- name: "ortofotoInfraroig2018",
344
- key: "ortofoto_infraroig_2018",
345
- 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",
346
- },
347
- {
348
- name: "ortofotoInfraroig2017",
349
- key: "ortofoto_infraroig_2017",
350
- 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",
351
- },
352
- {
353
- name: "ortofotoInfraroig2016",
354
- key: "ortofoto_infraroig_2016",
355
- 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",
356
- },
357
- {
358
- name: "ortofotoInfraroig2015",
359
- key: "ortofoto_infraroig_2015",
360
- 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",
361
- },
362
- {
363
- name: "ortofotoInfraroig2014",
364
- key: "ortofoto_infraroig_2014",
365
- 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",
366
- },
367
- {
368
- name: "ortofotoInfraroig2013",
369
- key: "ortofoto_infraroig_2013",
370
- 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",
371
- },
372
- {
373
- name: "ortofotoInfraroig2012",
374
- key: "ortofoto_infraroig_2012",
375
- 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",
376
- },
377
- {
378
- name: "ortofotoInfraroig2011",
379
- key: "ortofoto_infraroig_2011",
380
- 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",
381
- },
382
- {
383
- name: "ortofotoInfraroig2010",
384
- key: "ortofoto_infraroig_2010",
385
- 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",
386
- },
387
- {
388
- name: "ortofotoInfraroig2009",
389
- key: "ortofoto_infraroig_2009",
390
- 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",
391
- },
392
- {
393
- name: "ortofotoInfraroig2008",
394
- key: "ortofoto_infraroig_2008",
395
- 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",
396
- },
397
- {
398
- name: "ortofotoInfraroig20062007",
399
- key: "ortofoto_infraroig_2006-2007",
400
- 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",
401
- },
402
- {
403
- name: "ortofotoInfraroig19961997",
404
- key: "ortofoto_infraroig_1996-1997",
405
- 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",
406
- },
407
- {
408
- name: "ortofotoInfraroigSerieAnual",
409
- key: "ortofoto_infraroig_serie_anual",
410
- 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",
411
- },
412
- {
413
- name: "ortofotoGrisVigent",
414
- key: "ortofoto_gris_vigent",
415
- 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",
416
- },
417
- ],
418
- vectorLayersICGC: [
419
- { name: "agrupacionsCensals2015", key: "agrupacions_censals_2015" },
420
- { name: "agrupacionsCensals2016", key: "agrupacions_censals_2016" },
421
- { name: "agrupacionsCensals2017", key: "agrupacions_censals_2017" },
422
- { name: "agrupacionsCensals2018", key: "agrupacions_censals_2018" },
423
- { name: "agrupacionsCensals2019", key: "agrupacions_censals_2019" },
424
- { name: "agrupacionsCensals2020", key: "agrupacions_censals_2020" },
425
- { name: "agrupacionsCensals2021", key: "agrupacions_censals_2021" },
426
- { name: "agrupacionsCensalsVigent", key: "agrupacions_censals_vigent" },
427
- {
428
- name: "agrupacionsCensalsVigentText",
429
- key: "agrupacions_censals_vigent_text",
430
- },
431
- {
432
- name: "areesBasiquesPolicials2019",
433
- key: "arees_basiques_policials_2019",
434
- },
435
- {
436
- name: "areesBasiquesPolicials2020",
437
- key: "arees_basiques_policials_2020",
438
- },
439
- {
440
- name: "areesBasiquesPolicials2022",
441
- key: "arees_basiques_policials_2022",
442
- },
443
- {
444
- name: "areesBasiquesPolicials2023",
445
- key: "arees_basiques_policials_2023",
446
- },
447
- {
448
- name: "areesBasiquesPolicials2023Text",
449
- key: "arees_basiques_policials_2023_text",
450
- },
451
- {
452
- name: "areesBasiquesPolicialsVigent",
453
- key: "arees_basiques_policials_vigent",
454
- },
455
- {
456
- name: "areesBasiquesPolicialsVigent2023",
457
- key: "arees_basiques_policials_vigent_2023",
458
- },
459
- {
460
- name: "areesBasiquesPolicialsVigent2023Text",
461
- key: "arees_basiques_policials_vigent_2023_text",
462
- },
463
- {
464
- name: "areesBasiquesPolicialsVigentText",
465
- key: "arees_basiques_policials_vigent_text",
466
- },
467
- { name: "areesBasiquesSalutVigent", key: "arees_basiques_salut_vigent" },
468
- {
469
- name: "areesBasiquesServeisSocialsVigent",
470
- key: "arees_basiques_serveis_socials_vigent",
471
- },
472
- {
473
- name: "areesBasiquesServeisSocialsVigentText",
474
- key: "arees_basiques_serveis_socials_vigent_text",
475
- },
476
- {
477
- name: "areesGestioAssistencialVigent",
478
- key: "arees_gestio_assistencial_vigent",
479
- },
480
- {
481
- name: "areesHidrogeologiquesAquifersVigent",
482
- key: "arees_hidrogeologiques_aquifers_vigent",
483
- },
484
- { name: "catalunyaVigent", key: "catalunya_vigent" },
485
- { name: "catalunyaVigentText", key: "catalunya_vigent_text" },
486
- { name: "comarques2022", key: "comarques_2022" },
487
- { name: "comarquesVigent", key: "comarques_vigent" },
488
- { name: "comarquesVigentText", key: "comarques_vigent_text" },
489
- { name: "comarquesVigents", key: "comarques_vigents" },
490
- { name: "comarquesVigentsText", key: "comarques_vigents_text" },
491
- { name: "districtesCensals2015", key: "districtes_censals_2015" },
492
- { name: "districtesCensals2016", key: "districtes_censals_2016" },
493
- { name: "districtesCensals2017", key: "districtes_censals_2017" },
494
- { name: "districtesCensals2018", key: "districtes_censals_2018" },
495
- { name: "districtesCensals2019", key: "districtes_censals_2019" },
496
- { name: "districtesCensals2020", key: "districtes_censals_2020" },
497
- { name: "districtesCensals2021", key: "districtes_censals_2021" },
498
- { name: "districtesCensals2022", key: "districtes_censals_2022" },
499
- { name: "districtesCensals2023", key: "districtes_censals_2023" },
500
- { name: "districtesCensalsVigent", key: "districtes_censals_vigent" },
501
- {
502
- name: "districtesCensalsVigentText",
503
- key: "districtes_censals_vigent_text",
504
- },
505
- { name: "espaisNaturalsEnpeVigent", key: "espais_naturals_enpe_vigent" },
506
- {
507
- name: "espaisNaturalsEnpeVigentText",
508
- key: "espais_naturals_enpe_vigent_text",
509
- },
510
- { name: "espaisNaturalsPeinVigent", key: "espais_naturals_pein_vigent" },
511
- {
512
- name: "espaisNaturalsPeinVigentText",
513
- key: "espais_naturals_pein_vigent_text",
514
- },
515
- { name: "incendisForestalsVigent", key: "incendis_forestals_vigent" },
516
- {
517
- name: "incendisForestalsVigentText",
518
- key: "incendis_forestals_vigent_text",
519
- },
520
- { name: "municipis2022", key: "municipis_2022" },
521
- { name: "municipis2022Text", key: "municipis_2022_text" },
522
- { name: "municipisVigent", key: "municipis_vigent" },
523
- { name: "municipisVigentText", key: "municipis_vigent_text" },
524
- { name: "partitsJudicialsVigent", key: "partits_judicials_vigent" },
525
- {
526
- name: "partitsJudicialsVigentText",
527
- key: "partits_judicials_vigent_text",
528
- },
529
- { name: "plaTerritorial2015", key: "pla_territorial_2015" },
530
- { name: "plaTerritorialVigent", key: "pla_territorial_vigent" },
531
- { name: "plaTerritorialVigentText", key: "pla_territorial_vigent_text" },
532
- { name: "provinciesVigent", key: "provincies_vigent" },
533
- { name: "provinciesVigentText", key: "provincies_vigent_text" },
534
- { name: "provinciesVigents", key: "provincies_vigents" },
535
- { name: "provinciesVigentsText", key: "provincies_vigents_text" },
536
- { name: "regionsPolicialsVigent", key: "regions_policials_vigent" },
537
- {
538
- name: "regionsPolicialsVigentText",
539
- key: "regions_policials_vigent_text",
540
- },
541
- { name: "regionsSanitariesVigent", key: "regions_sanitaries_vigent" },
542
- {
543
- name: "regionsSanitariesVigentText",
544
- key: "regions_sanitaries_vigent_text",
545
- },
546
- { name: "seccionsCensals2015", key: "seccions_censals_2015" },
547
- { name: "seccionsCensals2016", key: "seccions_censals_2016" },
548
- { name: "seccionsCensals2017", key: "seccions_censals_2017" },
549
- { name: "seccionsCensals2018", key: "seccions_censals_2018" },
550
- { name: "seccionsCensals2019", key: "seccions_censals_2019" },
551
- { name: "seccionsCensals2020", key: "seccions_censals_2020" },
552
- { name: "seccionsCensals2021", key: "seccions_censals_2021" },
553
- { name: "seccionsCensals2022", key: "seccions_censals_2022" },
554
- { name: "seccionsCensals2023", key: "seccions_censals_2023" },
555
- { name: "seccionsCensalsVigent", key: "seccions_censals_vigent" },
556
- { name: "seccionsCensalsVigentText", key: "seccions_censals_vigent_text" },
557
- { name: "sectorsSanitarisVigent", key: "sectors_sanitaris_vigent" },
558
- { name: "vegueriesVigent", key: "vegueries_vigent" },
559
- { name: "vegueriesVigentText", key: "vegueries_vigent_text" },
560
- ],
561
- vectorLayers: [
562
- {
563
- key: "cobertes2018",
564
- url: "https://tilemaps.icgc.cat/tileserver/cobertes_tilejson.json",
565
- legend:
566
- "https://eines.icgc.cat/recursos//images/llegendaCobertesSol2018.jpg",
567
- },
568
- ],
569
- wmsLayers: [
570
- {
571
- key: "espaisInteresGeologic",
572
- layer: "",
573
- 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}",
574
- },
575
- {
576
- key: "gravimetriaBouguer500000",
577
- layer: "",
578
- 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}",
579
- },
580
- {
581
- key: "cobertesSol2018",
582
- layer: "",
583
- 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}",
584
- },
585
- {
586
- key: "administratiu",
587
- layer: "",
588
- url: "http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/administratiu/MON3857NW/{z}/{x}/{y}.png",
589
- },
590
- {
591
- key: "simplificat",
592
- layer: "",
593
- url: "http://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/simplificat/MON3857NW/{z}/{x}/{y}.png",
594
- },
595
- {
596
- key: "cims",
597
- layer: "",
598
- 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",
599
- },
600
- {
601
- key: "cobertesSol",
602
- layer: "",
603
- 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",
604
- },
605
- ],
606
- fgbLayers: [
607
- {
608
- name: "agrupacionsCensalsVigent",
609
- key: "agrupacions_censals_vigent",
610
- url: "https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent.fgb",
611
- },
612
- {
613
- name: "agrupacionsCensalsVigentText",
614
- key: "agrupacions_censals_vigent_text",
615
- url: "https://tilemaps.icgc.cat/vector/fgb/agrupacions_censals_vigent_text.fgb",
616
- },
617
- {
618
- name: "areesBasiquesPolicialsVigent",
619
- key: "arees_basiques_policials_vigent",
620
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent.fgb",
621
- },
622
- {
623
- name: "areesBasiquesPolicialsVigent2023",
624
- key: "arees_basiques_policials_vigent_2023",
625
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023.fgb",
626
- },
627
- {
628
- name: "areesBasiquesPolicialsVigent2023Text",
629
- key: "arees_basiques_policials_vigent_2023_text",
630
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_2023_text.fgb",
631
- },
632
- {
633
- name: "areesBasiquesPolicialsVigentText",
634
- key: "arees_basiques_policials_vigent_text",
635
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_policials_vigent_text.fgb",
636
- },
637
- {
638
- name: "areesBasiquesSalutVigent",
639
- key: "arees_basiques_salut_vigent",
640
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_salut_vigent.fgb",
641
- },
642
- {
643
- name: "areesBasiquesServeisSocialsVigent",
644
- key: "arees_basiques_serveis_socials_vigent",
645
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent.fgb",
646
- },
647
- {
648
- name: "areesBasiquesServeisSocialsVigentText",
649
- key: "arees_basiques_serveis_socials_vigent_text",
650
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_basiques_serveis_socials_vigent_text.fgb",
651
- },
652
- {
653
- name: "areesGestioAssistencialVigent",
654
- key: "arees_gestio_assistencial_vigent",
655
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_gestio_assistencial_vigent.fgb",
656
- },
657
- {
658
- name: "areesHidrogeologiquesAquifersVigent",
659
- key: "arees_hidrogeologiques_aquifers_vigent",
660
- url: "https://tilemaps.icgc.cat/vector/fgb/arees_hidrogeologiques_aquifers_vigent.fgb",
661
- },
662
- {
663
- name: "catalunyaVigent",
664
- key: "catalunya_vigent",
665
- url: "https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent.fgb",
666
- },
667
- {
668
- name: "catalunyaVigentText",
669
- key: "catalunya_vigent_text",
670
- url: "https://tilemaps.icgc.cat/vector/fgb/catalunya_vigent_text.fgb",
671
- },
672
- {
673
- name: "comarquesVigent",
674
- key: "comarques_vigent",
675
- url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigent.fgb",
676
- },
677
- {
678
- name: "comarquesVigentText",
679
- key: "comarques_vigent_text",
680
- url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigent_text.fgb",
681
- },
682
- {
683
- name: "comarquesVigents",
684
- key: "comarques_vigents",
685
- url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigents.fgb",
686
- },
687
- {
688
- name: "comarquesVigentsText",
689
- key: "comarques_vigents_text",
690
- url: "https://tilemaps.icgc.cat/vector/fgb/comarques_vigents_text.fgb",
691
- },
692
- {
693
- name: "districtesCensalsVigent",
694
- key: "districtes_censals_vigent",
695
- url: "https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent.fgb",
696
- },
697
- {
698
- name: "districtesCensalsVigentText",
699
- key: "districtes_censals_vigent_text",
700
- url: "https://tilemaps.icgc.cat/vector/fgb/districtes_censals_vigent_text.fgb",
701
- },
702
- {
703
- name: "espaisNaturalsEnpeVigent",
704
- key: "espais_naturals_enpe_vigent",
705
- url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent.fgb",
706
- },
707
- {
708
- name: "espaisNaturalsEnpeVigentText",
709
- key: "espais_naturals_enpe_vigent_text",
710
- url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_enpe_vigent_text.fgb",
711
- },
712
- {
713
- name: "espaisNaturalsPeinVigent",
714
- key: "espais_naturals_pein_vigent",
715
- url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent.fgb",
716
- },
717
- {
718
- name: "espaisNaturalsPeinVigentText",
719
- key: "espais_naturals_pein_vigent_text",
720
- url: "https://tilemaps.icgc.cat/vector/fgb/espais_naturals_pein_vigent_text.fgb",
721
- },
722
- {
723
- name: "incendisForestalsVigent",
724
- key: "incendis_forestals_vigent",
725
- url: "https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent.fgb",
726
- },
727
- {
728
- name: "incendisForestalsVigentText",
729
- key: "incendis_forestals_vigent_text",
730
- url: "https://tilemaps.icgc.cat/vector/fgb/incendis_forestals_vigent_text.fgb",
731
- },
732
- {
733
- name: "municipisVigent",
734
- key: "municipis_vigent",
735
- url: "https://tilemaps.icgc.cat/vector/fgb/municipis_vigent.fgb",
736
- },
737
- {
738
- name: "municipisVigentText",
739
- key: "municipis_vigent_text",
740
- url: "https://tilemaps.icgc.cat/vector/fgb/municipis_vigent_text.fgb",
741
- },
742
- {
743
- name: "partitsJudicialsVigent",
744
- key: "partits_judicials_vigent",
745
- url: "https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent.fgb",
746
- },
747
- {
748
- name: "partitsJudicialsVigentText",
749
- key: "partits_judicials_vigent_text",
750
- url: "https://tilemaps.icgc.cat/vector/fgb/partits_judicials_vigent_text.fgb",
751
- },
752
- {
753
- name: "plaTerritorialVigent",
754
- key: "pla_territorial_vigent",
755
- url: "https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent.fgb",
756
- },
757
- {
758
- name: "plaTerritorialVigentText",
759
- key: "pla_territorial_vigent_text",
760
- url: "https://tilemaps.icgc.cat/vector/fgb/pla_territorial_vigent_text.fgb",
761
- },
762
- {
763
- name: "provinciesVigent",
764
- key: "provincies_vigent",
765
- url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigent.fgb",
766
- },
767
- {
768
- name: "provinciesVigentText",
769
- key: "provincies_vigent_text",
770
- url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigent_text.fgb",
771
- },
772
- {
773
- name: "provinciesVigents",
774
- key: "provincies_vigents",
775
- url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigents.fgb",
776
- },
777
- {
778
- name: "provinciesVigentsText",
779
- key: "provincies_vigents_text",
780
- url: "https://tilemaps.icgc.cat/vector/fgb/provincies_vigents_text.fgb",
781
- },
782
- {
783
- name: "regionsPolicialsVigent",
784
- key: "regions_policials_vigent",
785
- url: "https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent.fgb",
786
- },
787
- {
788
- name: "regionsPolicialsVigentText",
789
- key: "regions_policials_vigent_text",
790
- url: "https://tilemaps.icgc.cat/vector/fgb/regions_policials_vigent_text.fgb",
791
- },
792
- {
793
- name: "regionsSanitariesVigent",
794
- key: "regions_sanitaries_vigent",
795
- url: "https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent.fgb",
796
- },
797
- {
798
- name: "regionsSanitariesVigentText",
799
- key: "regions_sanitaries_vigent_text",
800
- url: "https://tilemaps.icgc.cat/vector/fgb/regions_sanitaries_vigent_text.fgb",
801
- },
802
- {
803
- name: "seccionsCensalsVigent",
804
- key: "seccions_censals_vigent",
805
- url: "https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent.fgb",
806
- },
807
- {
808
- name: "seccionsCensalsVigentText",
809
- key: "seccions_censals_vigent_text",
810
- url: "https://tilemaps.icgc.cat/vector/fgb/seccions_censals_vigent_text.fgb",
811
- },
812
- {
813
- name: "sectorsSanitarisVigent",
814
- key: "sectors_sanitaris_vigent",
815
- url: "https://tilemaps.icgc.cat/vector/fgb/sectors_sanitaris_vigent.fgb",
816
- },
817
- {
818
- name: "vegueriesVigent",
819
- key: "vegueries_vigent",
820
- url: "https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent.fgb",
821
- },
822
- {
823
- name: "vegueriesVigentText",
824
- key: "vegueries_vigent_text",
825
- url: "https://tilemaps.icgc.cat/vector/fgb/vegueries_vigent_text.fgb",
826
- },
827
- ],
5
+ limitsUrl: "https://tilemaps.icgc.cat/vt/limits-tilejsonV3.json",
6
+ geocoder: {
7
+ peliasUrl1: "https://eines.icgc.cat/geocodificador/autocompletar?text=",
8
+ peliasUrl2: "&layers=topo1%2Ctopo2%2Caddress&size=5",
9
+ },
10
+ mapOptions: {
11
+ container: "map",
12
+ center: {
13
+ 0: 1.537786,
14
+ 1: 41.837539,
15
+ },
16
+ zoom: 7.5,
17
+ bearing: 0,
18
+ pitch: 0,
19
+ hash: false,
20
+ style: "https://geoserveis.icgc.cat/styles/mapa-base-estandard-gris.json.json",
21
+ maxZoom: 18,
22
+ maxPitch: 85,
23
+ },
24
+ logoIcgcOptions: {
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
+ logoLink: "https://www.icgc.cat",
28
+ logoTitle: "Institut Cartogràfic i Geològic de Catalunya",
29
+ logoWidth: 100,
30
+ },
31
+ logoGencatOptions: {
32
+ logoUrlColor: "https://tilemaps.icgc.cat/cdn/logos/gencat_logo_color.png",
33
+ logoUrlWhite: "https://tilemaps.icgc.cat/cdn/logos/gencat_logo_blanc.png",
34
+ logoLink: "https://web.gencat.cat/",
35
+ logoTitle: "Generalitat de Catalunya",
36
+ logoWidth: 100,
37
+ },
38
+ map3dOptions: {
39
+ spaceErrorFactor: 2,
40
+ exaggeration: 1,
41
+ zfactor: 48,
42
+ minZoomRange: 15.5,
43
+ maxZoomRange: 22,
44
+ urlTilesetCities: "https://tilemaps.icgc.cat/vector/3dtiles/ciutats/v1/tilesetV1.0.json",
45
+ layerIdOrder: "place-isolated",
46
+ sourceLayerFilterId: "place",
47
+ minZoomFilter: 14,
48
+ layerId3d: "edificisMapboxLayer",
49
+ terrainSource: "ICGC5M",
50
+ style3dName: "orto3d",
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
+ },
1070
+ },
828
1071
  };
829
1072
 
830
1073
  export default defaultOptions;