Skip to content
Snippets Groups Projects

Dynamic setting of links to external resources

Merged Brita Linnestad requested to merge modify_rognebærmøll into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
class ApplefruitMoth
class ApplefruitMoth
{
{
serverUri = "https://" + settings.vipsCoremanagerServerName;
serverUri = settings.vipsCoremanagerServerName;
runUri= this.serverUri + "/models/DAYDEGREES/run";
runUri= this.serverUri + "/models/DAYDEGREES/run";
weatherStationDataURL = "https://lmt.nibio.no/services/rest/vips/getdata/forecastfallback";
weatherStationDataURL = "https://lmt.nibio.no/services/rest/vips/getdata/forecastfallback";
gridDataURL = "https://weather.vips.nibio.no/rest/grid/openmeteo/";
gridDataURL = "https://weather.vips.nibio.no/rest/grid/openmeteo/";
Loading