Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed May 7, 2024
1 parent 0894f94 commit a62e9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparqlunicorn_ontdoc/export/pages/geometryviewpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def generateCollectionWidget(self,graph,subject,templates,f,uritotreeitem,featur
elif isinstance(geoinstance[1],URIRef):
foundunit=None
foundval=None
print("RESOLVE UNIT FROM: "+str(geoinstance[1]))
DocUtils.resolveUnitValue(graph,geoinstance[1],None,str(geoinstance[1]),foundunit,foundval)
print("FOUNDVAL: "+str(foundval)+" FOUNDUNIT: "+str(foundunit))
if foundval is not None:
Expand Down

0 comments on commit a62e9b5

Please sign in to comment.