Skip to content

Commit 21322ee

Browse files
committed
add explore link to ldv pointing to ontodia graph-explorer
1 parent 44b7022 commit 21322ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/main/ServletLdvConfigJs.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IO
3737
if ("/view/_/js2/config.js".equals(req.getServletPath())) {
3838
resp.setContentType("text/javascript;charset=utf-8");
3939
writer.println("""
40+
//rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/main/ServletLdvConfigJs.java
4041
(() => {
4142
const ldvConfig = {
4243
endpointUrl: '/sparql',
@@ -46,8 +47,8 @@ protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IO
4647
method: 'POST',
4748
},
4849
datasetBase: window.location.origin,
49-
exploreUrl: '@EXPLORE_URL@',
50-
graphLookup: '@GRAPH_LOOKUP@',
50+
exploreUrl: '/graph-explorer',
51+
graphLookup: 'yes',
5152
reverseEnabled: '@SHOW_INVERSE@',
5253
labelLang: 'en',
5354
labelLangChoice: ['en', 'de', 'nl', 'fr'],

0 commit comments

Comments
 (0)