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

Correct weather API URL

parent 53c4993a
No related branches found
No related tags found
2 merge requests!14Correct weather API URL,!12feat: Add test page (spatial) with mapserver layer in openlayers map
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
// 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 ipmdWeatherApiURL = "https://platform.ipmdecisions.net/api/wx/";
const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/"; //const ipmdWeatherApiURL = "http://ipmdlocal/api/wx/";
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment