diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/exemples/google/icgc-basemap-google-code.html b/exemples/google/icgc-basemap-google-code.html index ee09f03..23c1c08 100644 --- a/exemples/google/icgc-basemap-google-code.html +++ b/exemples/google/icgc-basemap-google-code.html @@ -170,7 +170,7 @@ <body> <div id="map"></div> <script - src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBLaHrio04yJNbt6I2dHAEGnjHsFTWMT4A&callback=initMap&libraries=&v=weekly" + src="https://maps.googleapis.com/maps/api/js?key={APIKEY}&callback=initMap&libraries=&v=weekly" async></script> </body> </html> diff --git a/exemples/keplergl/icgc-basemap-keplergl-map.html b/exemples/keplergl/icgc-basemap-keplergl-map.html index f426758..a41e878 100644 --- a/exemples/keplergl/icgc-basemap-keplergl-map.html +++ b/exemples/keplergl/icgc-basemap-keplergl-map.html @@ -53,10 +53,8 @@ @@ -179,7 +177,7 @@ const datasets = []; const config = {"version":"v1","config":{"visState":{"filters":[],"layers":[], "interactionConfig":{"tooltip":{"fieldsToShow":{},"compareMode":false,"compareType":"absolute","enabled":true},"brush":{"size":0.5,"enabled":false},"geocoder":{"enabled":false},"coordinate":{"enabled":false}},"layerBlending":"normal","splitMaps":[],"animationConfig":{"currentTime":null,"speed":1}},"mapState":{"bearing":0,"dragRotate":false,"latitude":41.75925664504067,"longitude":0.7991020905454174,"pitch":0,"zoom":7.3388021082079185,"isSplit":false},"mapStyle":{"styleType":"gbhyw3","topLayerGroups":{},"visibleLayerGroups":{"label":true,"road":true,"building":true,"water":true,"land":true},"threeDBuildingColor":[230.92517894351974,227.2005792831404,223.47597962276103], - "mapStyles":{"gbhyw3":{"accessToken":null,"custom":true,"icon":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png","id":"gbhyw3","label":"ICGC","url":"https://geoserveis.icgc.cat/contextmaps/icgc_mapa_estandard.json"}}}}}; + "mapStyles":{"gbhyw3":{"accessToken":null,"custom":true,"icon":"https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png","id":"gbhyw3","label":"ICGC","url":"https://geoserveis.icgc.cat/styles/icgc_mapa_estandard.json"}}}}}; const loadedData = keplerGl.KeplerGlSchema.load( datasets, diff --git a/exemples/leaflet/icgc-raster-leaflet-code.html b/exemples/leaflet/icgc-raster-leaflet-code.html index 00457e1..59f2724 100644 --- a/exemples/leaflet/icgc-raster-leaflet-code.html +++ b/exemples/leaflet/icgc-raster-leaflet-code.html @@ -115,6 +115,11 @@ const hibrid = L.tileLayer('https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/orto-hibrida/MON3857NW/{z}/{x}/{y}.png', { maxZoom: 20 }); + + + const geologic = L.tileLayer('https://geoserveis.icgc.cat/servei/catalunya/mapa-base/wmts/geologic/MON3857NW/{z}/{x}/{y}.png', { + maxZoom: 20 + }); const map = L.map('map', { attributionControl: false, minZoom: 6, @@ -130,7 +135,8 @@ 'Estàndard': estandard, 'Orto': orto, 'Orto gris': ortogris, - 'Orto híbrida': hibrid + 'Orto híbrida': hibrid, + "Geològic":geologic }; const layerControl = L.control.layers(baseLayers, null, { collapsed: false }).addTo(map); </script> diff --git a/exemples/leaflet/icgc-raster-leaflet-map.html b/exemples/leaflet/icgc-raster-leaflet-map.html index 9366819..dd4eceb 100644 --- a/exemples/leaflet/icgc-raster-leaflet-map.html +++ b/exemples/leaflet/icgc-raster-leaflet-map.html @@ -1,13 +1,14 @@ +
@@ -22,12 +23,14 @@ height: 100%; margin: 0; } + #map { width: 100%; height: 100%; } + + \ No newline at end of file diff --git a/exemples/mapboxgl/icgc-basemap-mapbox-code.html b/exemples/mapboxgl/icgc-basemap-mapbox-code.html index 09f53f4..ed2cd9e 100644 --- a/exemples/mapboxgl/icgc-basemap-mapbox-code.html +++ b/exemples/mapboxgl/icgc-basemap-mapbox-code.html @@ -1,4 +1,5 @@ + @@ -41,24 +42,28 @@ + + +