Skip to content
Snippets Groups Projects

feat: Add test page (spatial) with mapserver layer in openlayers map

Merged Lene Wasskog requested to merge feature/gridv-6-mapserver-layer into develop
2 files
+ 11
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -77,7 +77,7 @@ function initSpatialMap(lonLat, zoomLevel, mapAttribution, mapId) {
carrotLayer = new ol.layer.Image({
source: carrotLayerSource,
visible: true,
opacity: 0.6
opacity: (mapId=="mapToday" ? 0.5:0.3)
})
// Creating the map
Loading