Skip to content

Commit 5affac3

Browse files
committed
#22 new release
1 parent c34307e commit 5affac3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8">
99
<meta http-equiv="X-UA-Compatible" content="IE=edge">
10-
<title>Open-Data Registration Tool DEVELOPMENT SNAPSHOT</title>
10+
<title>Open-Data Registration Tool v0.5 BETA</title>
1111
<meta name="description" content="">
1212
<meta name="content-language" content="en-GB">
1313
<meta name="author" content="Pascal Dihé, cismet GmbH, http://www.cismet.de">

app/scripts/factories/appConfigFactory.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ angular.module(
1818

1919
appConfig.cidsRestApi = {};
2020
//appConfig.cidsRestApi.host = 'http://localhost:8890';
21-
appConfig.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
22-
//appConfig.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
21+
//appConfig.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
22+
appConfig.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
2323

2424
appConfig.searchService = {};
2525
appConfig.searchService.username = 'admin@SWITCHON';
@@ -108,8 +108,8 @@ angular.module(
108108
appConfig.objectInfo.resourceXmlUrl = 'http://data.water-switch-on.eu/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=';
109109

110110
appConfig.byod = {};
111-
//appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
112-
appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
111+
appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
112+
//appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
113113

114114
appConfig.uploadtool = {};
115115
appConfig.uploadtool.baseUrl = 'http://dl-ng003.xtr.deltares.nl';

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,8 @@ angular.module(
13961396

13971397
appConfig.cidsRestApi = {};
13981398
//appConfig.cidsRestApi.host = 'http://localhost:8890';
1399-
appConfig.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
1400-
//appConfig.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
1399+
//appConfig.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
1400+
appConfig.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
14011401

14021402
appConfig.searchService = {};
14031403
appConfig.searchService.username = 'admin@SWITCHON';
@@ -1486,8 +1486,8 @@ angular.module(
14861486
appConfig.objectInfo.resourceXmlUrl = 'http://data.water-switch-on.eu/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=';
14871487

14881488
appConfig.byod = {};
1489-
//appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
1490-
appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
1489+
appConfig.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
1490+
//appConfig.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
14911491

14921492
appConfig.uploadtool = {};
14931493
appConfig.uploadtool.baseUrl = 'http://dl-ng003.xtr.deltares.nl';

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.

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

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)