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 3b9257e commit f44d909
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 @@ -9,7 +9,7 @@ def generateFeatureDescriptions(outpath,deploypath,featurecollectionspaths,versi
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>"""
for coll in featurecollectionspaths:
curcoll = None
os.mkdir(outpath + "/wfs/DescribedFeatureType")
os.mkdir(outpath + "/wfs/DescribeFeatureType")
if os.path.exists(coll):
with open(coll, 'r', encoding="utf-8") as infile:
curcoll = json.load(infile)
Expand Down

0 comments on commit f44d909

Please sign in to comment.