Skip to content
Snippets Groups Projects
Commit 720ed732 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Update url

parent cc1b8972
No related branches found
No related tags found
1 merge request!12feat: Add test page (spatial) with mapserver layer in openlayers map
...@@ -55,7 +55,7 @@ function initSpatialMap(lonLat, zoomLevel, mapAttribution) { ...@@ -55,7 +55,7 @@ function initSpatialMap(lonLat, zoomLevel, mapAttribution) {
// Create wms source // Create wms source
var carrotLayerSource = new ol.source.ImageWMS({ var carrotLayerSource = new ol.source.ImageWMS({
url: 'https://testvips.nibio.no/cgi-bin/PSILAROSAE', url: 'https://testvips.nibio.no/cgi-bin/PSILARTEMP',
params: { 'LAYERS': 'PSILARTEMP_LAYER', 'TRANSPARENT': 'TRUE' }, params: { 'LAYERS': 'PSILARTEMP_LAYER', 'TRANSPARENT': 'TRUE' },
serverType: 'mapserver', serverType: 'mapserver',
ratio: 1, ratio: 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment