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
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -27,9 +27,10 @@
*/
// TODO Refactor these to be set by the user of this library
const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
const ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/";
//const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/";
//const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
const ipmdDSSApiURL = "https://ipmdecisions.nibio.no/api/dss/";
const ipmdWeatherApiURL = "https://ipmdecisions.nibio.no/api/wx/";
//const ipmdWeatherApiURL = "http://localhost:18081/";
/**
Loading