diff --git a/src/components/ui/mapLayers.js b/src/components/ui/mapLayers.js index 6c3188f..dd436b0 100644 --- a/src/components/ui/mapLayers.js +++ b/src/components/ui/mapLayers.js @@ -11,20 +11,20 @@ export const mapLayers = { checked: true, attribution: '© OpenStreetMap contributors', url: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", - maxZoom: 19 + maxZoom: 20 }, { name: "🇵🇱 Polish Orthophoto (Standard)", attribution: '© Geoportal', url: "https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMTS/StandardResolution?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTO&STYLE=default&TILEMATRIXSET=EPSG:3857&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=image/jpeg", - maxZoom: 19, + maxZoom: 20, checked: false }, { name: "🇵🇱 Polish Orthophoto (High Resolution)", attribution: '© Geoportal', url: "https://mapy.geoportal.gov.pl/wss/service/PZGIK/ORTO/WMTS/HighResolution?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ORTO&STYLE=default&TILEMATRIXSET=EPSG:3857&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=image/jpeg", - maxZoom: 19, + maxZoom: 20, checked: false }, { @@ -44,13 +44,13 @@ export const mapLayers = { name: "Satellite (Esri)", attribution: '© Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community', url: "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", - maxZoom: 19 + maxZoom: 20 }, { name: "Topographic", attribution: '© OpenStreetMap contributors, © CARTO', url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png", - maxZoom: 19 + maxZoom: 20 } ].filter(Boolean), // Remove any null entries overlays: [ @@ -62,11 +62,10 @@ export const mapLayers = { maxZoom: 20, opacity: 1.0, checked: false - }, - { - name: "📋 Polish Cadastral Data", + }, { + name: "📋 Polish Cadastral Data (DziaÅ‚ki) - Server 1", type: "wms", - attribution: '© GUGiK', + attribution: '© GUGiK - Krajowa Integracja Ewidencji Gruntów', url: "https://integracja01.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow", params: { service: 'WMS', @@ -76,7 +75,28 @@ export const mapLayers = { format: 'image/png', transparent: true, version: '1.3.0', - crs: 'EPSG:3857' + srs: 'EPSG:3857', + exceptions: 'xml', + tiled: true + }, + opacity: 0.8, + checked: false + }, + { + name: "📋 Polish Cadastral Data (DziaÅ‚ki) - Server 2", + type: "wms", + attribution: '© GUGiK - Krajowa Integracja Ewidencji Gruntów', + url: "https://integracja.gugik.gov.pl/cgi-bin/KrajowaIntegracjaEwidencjiGruntow", + params: { + service: 'WMS', + request: 'GetMap', + layers: 'dzialki,obreby,numery_dzialek,budynki,kontury,uzytki', + styles: ',,,,,,', + format: 'image/png', + transparent: true, + version: '1.3.0', + srs: 'EPSG:3857', + tiled: true }, opacity: 0.8, checked: false @@ -94,7 +114,7 @@ export const mapLayers = { format: 'image/png', transparent: true, version: '1.3.0', - crs: 'EPSG:3857', + srs: 'EPSG:3857', tiled: true }, opacity: 0.7, @@ -113,7 +133,7 @@ export const mapLayers = { format: 'image/png8', transparent: true, version: '1.3.0', - crs: 'EPSG:3857', + srs: 'EPSG:3857', tiled: true }, opacity: 0.9, @@ -132,7 +152,7 @@ export const mapLayers = { format: 'image/png8', transparent: true, version: '1.1.1', - crs: 'EPSG:3857', + srs: 'EPSG:3857', tiled: true }, opacity: 1.0, @@ -151,7 +171,7 @@ export const mapLayers = { format: 'image/png', transparent: true, version: '1.1.1', - crs: 'EPSG:3857', + srs: 'EPSG:3857', tiled: true }, opacity: 0.6,