Skip to content
Snippets Groups Projects
Commit e66570a5 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Merge branch 'saddlegallmidge-form-idec-372' into 'feature/gridv-6-mapserver-layer'

IPMD module: Use IPMD NIBIO server preliminarily

See merge request !15
parents 395f9173 03a5863b
Branches
No related tags found
2 merge requests!15IPMD module: Use IPMD NIBIO server preliminarily,!12feat: Add test page (spatial) with mapserver layer in openlayers map
...@@ -27,9 +27,10 @@ ...@@ -27,9 +27,10 @@
*/ */
// TODO Refactor these to be set by the user of this library // TODO Refactor these to be set by the user of this library
const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/"; //const ipmdDSSApiURL = "https://platform.ipmdecisions.net/api/dss/";
const ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/"; const ipmdDSSApiURL = "https://ipmdecisions.nibio.no/api/dss/";
//const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/"; const ipmdWeatherApiURL = "https://ipmdecisions.nibio.no/api/wx/";
//const ipmdWeatherApiURL = "http://localhost:18081/";
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment