We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9257e commit f44d909Copy full SHA for f44d909
src/sparqlunicorn_ontdoc/export/api/wfsexporter.py
@@ -9,7 +9,7 @@ def generateFeatureDescriptions(outpath,deploypath,featurecollectionspaths,versi
9
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>"""
10
for coll in featurecollectionspaths:
11
curcoll = None
12
- os.mkdir(outpath + "/wfs/DescribedFeatureType")
+ os.mkdir(outpath + "/wfs/DescribeFeatureType")
13
if os.path.exists(coll):
14
with open(coll, 'r', encoding="utf-8") as infile:
15
curcoll = json.load(infile)
0 commit comments