Skip to content

Commit

Permalink
odrtool-v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Sep 14, 2016
1 parent 1061993 commit 2f2d7ab
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Expand Up @@ -7,11 +7,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Open-Data Registration Tool DEVELOPMENT SNAPSHOT</title>
<title>Open-Data Registration Tool v1.0</title>
<meta name="description" content="">
<meta name="content-language" content="en-GB">
<meta name="author" content="Pascal Dihé, cismet GmbH, http://www.cismet.de">
<meta name="date" content="2016-09-12T00:00:00+02:00">
<meta name="date" content="2016-09-14T00:00:00+02:00">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="window-target" content="_top">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png"/>
Expand Down
8 changes: 4 additions & 4 deletions app/scripts/factories/appConfigFactory.js
Expand Up @@ -16,8 +16,8 @@ angular.module(

this.cidsRestApi = {};
//this.cidsRestApi.host = 'http://localhost:8890';
this.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
//this.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
//this.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
this.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';

this.searchService = {};
this.searchService.username = 'admin@SWITCHON';
Expand Down Expand Up @@ -106,8 +106,8 @@ angular.module(
this.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=';

this.byod = {};
//this.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
this.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
this.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
//this.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';

this.uploadtool = {};
this.uploadtool.baseUrl = 'http://dl-ng003.xtr.deltares.nl';
Expand Down
8 changes: 4 additions & 4 deletions dist/scripts/sip-html5-resource-registration.js
Expand Up @@ -1394,8 +1394,8 @@ angular.module(

this.cidsRestApi = {};
//this.cidsRestApi.host = 'http://localhost:8890';
this.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
//this.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';
//this.cidsRestApi.host = 'http://switchon.cismet.de/legacy-rest1';
this.cidsRestApi.host = 'http://data.water-switch-on.eu/switchon_server_rest';

this.searchService = {};
this.searchService.username = 'admin@SWITCHON';
Expand Down Expand Up @@ -1484,8 +1484,8 @@ angular.module(
this.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=';

this.byod = {};
//this.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
this.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';
this.byod.baseUrl = 'http://www.water-switch-on.eu/sip-webclient/byod';
//this.byod.baseUrl = 'http://switchon.cismet.de/sip-snapshot';

this.uploadtool = {};
this.uploadtool.baseUrl = 'http://dl-ng003.xtr.deltares.nl';
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/sip-html5-resource-registration.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scripts/sip-html5-resource-registration.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2f2d7ab

Please sign in to comment.