Skip to content

Commit

Permalink
CLMS-2317 (chore): Redirected fetch requests for hotspot filter data …
Browse files Browse the repository at this point in the history
…to our backend
  • Loading branch information
ujbolivar committed Nov 21, 2023
1 parent 0ceacc3 commit e6274f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/MapViewer/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,13 @@ const config = {
'https://geospatial.jrc.ec.europa.eu/geoserver/hotspots/wms?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=all_lcc_b_pol',
cop_klc:
'https://geospatial.jrc.ec.europa.eu/geoserver/hotspots/wms?request=GetLegendGraphic&version=1.0.0&format=image/png&layer=cop_klc',
klc_bbox: 'https://land.copernicus.eu/global/hsm/php/klc_bbox.php',
klc_bbox:
'https://land.copernicus.eu/en/products/lclcc-hot-spots/json-files/klc_bbox.php/@@download/file',
legendLinkUrl:
'https://geospatial.jrc.ec.europa.eu/geoserver/hotspots/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=',
serviceUrl: 'https://geospatial.jrc.ec.europa.eu/geoserver/hotspots/wms',
all_geo_klc: 'https://land.copernicus.eu/global/hsm/all_geo_klc_json',
all_geo_klc:
'https://land.copernicus.eu/en/products/lclcc-hot-spots/json-files/all_geo_klc.json/@@download/file',
positronCompositeThumbnail:
'https://gisco-services.ec.europa.eu/maps/wmts/OSMPositronComposite/EPSG3857/0/0/0.png',
positronCompositeTemplate:
Expand Down

0 comments on commit e6274f4

Please sign in to comment.