Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 13, 2025
1 parent f16ed8b commit 0660458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparqlunicorn_ontdoc/export/api/wfsexporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def generateWFSPages(outpath,deploypath, featurecollectionspaths,license,wfsvers
"description": "Feature Collections of " + str(deploypath)},
"servers": [{"url": str(deploypath)}], "paths": {}}
if wfsversion=="1.0.0":
WFSExporter.generateWFSPages10()
WFSExporter.generateWFSPages10(outpath,deploypath,featurecollectionspaths,license)

0 comments on commit 0660458

Please sign in to comment.