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