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
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -46,6 +46,12 @@ async function getWeatherDatasource(weatherDatasourceId)
return await response.json();
}
async function getWeatherDatasources()
{
const response = await fetch(ipmdWeatherApiURL + "rest/weatherdatasource/");
return await response.json();
}
function getWeatherStationList(weatherDatasource){
geoJson = JSON.parse(weatherDatasource.spatial.geoJSON);
let stationList = [];
Loading