Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 13, 2024
1 parent 6b5a5e7 commit 5c4556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparqlunicorn_ontdoc/doc/literalutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def resolveGeoLiterals(pred, object, graph, geojsonrep, nonns, subject=None):
if isinstance(pobj[1], Literal) and (
str(pobj[0]) in DocConfig.geoproperties or str(
pobj[1].datatype) in DocConfig.geoliteraltypes):
geojsonrep = DocUtils.processLiteral(str(pobj[1]), str(pobj[1].datatype), "")
geojsonrep = LiteralUtils.processLiteral(str(pobj[1]), str(pobj[1].datatype), "")
return geojsonrep

@staticmethod
Expand Down

0 comments on commit 5c4556f

Please sign in to comment.