Skip to content

Commit 1de7e78

Browse files
committed
#11 byod url changed
1 parent a79d426 commit 1de7e78

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/scripts/factories/appConfigFactory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ angular.module(
5151
appConfig.objectInfo.resourceXmlUrl = 'http://tl-243.xtr.deltares.nl/csw?request=GetRecordById&service=CSW&version=2.0.2&namespace=xmlns%28csw=http://www.opengis.net/cat/csw/2.0.2%29&resultType=results&outputSchema=http://www.isotc211.org/2005/gmd&outputFormat=application/xml&ElementSetName=full&id=';
5252

5353
appConfig.byod = {};
54-
appConfig.byod.baseUrl = 'http://tl-243.xtr.deltares.nl/byod';
54+
appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod/';
55+
//appConfig.byod.baseUrl = 'http://tl-243.xtr.deltares.nl/byod';
5556
//appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
5657

5758
appConfig.uploadtool = {};

dist/scripts/sip-html5-resource-registration.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,8 @@ angular.module(
12811281
appConfig.objectInfo.resourceXmlUrl = 'http://tl-243.xtr.deltares.nl/csw?request=GetRecordById&service=CSW&version=2.0.2&namespace=xmlns%28csw=http://www.opengis.net/cat/csw/2.0.2%29&resultType=results&outputSchema=http://www.isotc211.org/2005/gmd&outputFormat=application/xml&ElementSetName=full&id=';
12821282

12831283
appConfig.byod = {};
1284-
appConfig.byod.baseUrl = 'http://tl-243.xtr.deltares.nl/byod';
1284+
appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod/';
1285+
//appConfig.byod.baseUrl = 'http://tl-243.xtr.deltares.nl/byod';
12851286
//appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
12861287

12871288
appConfig.uploadtool = {};

dist/scripts/sip-html5-resource-registration.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)