Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Oct 4, 2024
1 parent 73db6de commit 42e9adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ <h3 id="relationtitle">Relationview</h3>
}
if(seengeoprops!={}){
for(geoprop in seengeoprops){
if(geoprop.includes("http")){
if(geoprop.startsWith("http")){
d3.sparql($('#endpointselect').val(), "SELECT DISTINCT ?rel ?val WHERE { <"+seengeoprops[geoprop]+"> ?rel ?val . }").then((results)=>{
features={"type":"FeatureCollection","id":shortenURI(concept),"features":[]}
for(result in results){
Expand Down

0 comments on commit 42e9adf

Please sign in to comment.