Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 1b9bbbe

Browse files
committed
upodated param names
1 parent c0fea48 commit 1b9bbbe

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/deb/control/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 1.2.0
33
Section: web
44
Priority: extra
55
Architecture: all
6-
Depends: tomcat7,limes-service,deer-service,virtuoso-opensource,spring-batch-admin-geoknow,sparqlify-tomcat7,facete2-tomcat7,triplegeo-service
6+
Depends: tomcat7,limes-service,deer-service,virtuoso-opensource,spring-batch-admin-geoknow,sparqlify-tomcat7,facete2-tomcat7,triplegeo-service,coevolution,esta-ld,fagi-gis
77
Maintainer: Alejandra Garcia-Rojas M <[email protected]>
88
Distribution: ldstack-nightly
99
Homepage: http://stack.linkeddata.org/getting-started/geoknow-generator/

src/main/webapp/js/workbench/search-querying-and-exploration/esta-ld-controller.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ app.controller('EstaLdCtrl', function($scope, ConfigurationService, ComponentsSe
2020
if($scope.sevice== null)
2121
flash.error="Service not configured: " +serviceId;
2222
$scope.url= $scope.sevice.serviceUrl +
23-
'?service-uri='+ encodeURIComponent($scope.estald.service) +
24-
'&default-graph-uri=';
23+
'?endpoint='+ encodeURIComponent($scope.estald.service) +
24+
'&graph=';
2525
},
2626
function(response){
2727
flash.error="Component not configured: " +ServerErrorResponse.getMessage(response);
@@ -32,6 +32,7 @@ app.controller('EstaLdCtrl', function($scope, ConfigurationService, ComponentsSe
3232
label : "Source Graph",
3333
graph : "" };
3434

35+
//TODO: this may be an authorised session
3536
$scope.estald = {
3637
service : ConfigurationService.getSPARQLEndpoint(),
3738
dataset : "",
@@ -40,8 +41,8 @@ app.controller('EstaLdCtrl', function($scope, ConfigurationService, ComponentsSe
4041

4142
$scope.updateServiceParams = function(){
4243
$scope.url= $scope.sevice.serviceUrl +
43-
'?service-uri=' + encodeURIComponent($scope.estald.service) +
44-
'&default-graph-uri=' + encodeURIComponent($scope.estald.dataset.replace(':',ConfigurationService.getUriBase()));
44+
'?endpoint=' + encodeURIComponent($scope.estald.service) +
45+
'&graph=' + encodeURIComponent($scope.estald.dataset.replace(':',ConfigurationService.getUriBase()));
4546
console.log($scope.url);
4647
};
4748

0 commit comments

Comments
 (0)