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 9c91af0 commit 3b9257e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparqlunicorn_ontdoc/export/api/wfsexporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def generateWFSPages11(outpath,deploypath,featurecollectionspaths,license):
<ogc:Filter_Capabilities></ogc:Filter_Capabilities>
</wfs:WFS_Capabilities>"""
WFSExporter.generateFeatureList(outpath, deploypath, featurecollectionspaths, "1.1.0", "")
WFSExporter.generateFeatureDescriptions(outpath, deploypath, featurecollectionspaths, "1.1.0", "")
print("SAVE WFS GETCAPABILITIES: " + str(outpath + "/wfs?request=GetCapabilities&service=WFS&version=1.0.0"))
f = open(outpath + "/wfs/index.xml", "w", encoding="utf-8")
f.write(getcapabilities)
Expand Down

0 comments on commit 3b9257e

Please sign in to comment.