Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 14, 2025
1 parent 7e84912 commit 288f4b3
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 @@ -42,7 +42,7 @@ def generateFeatureDescriptions(outpath,deploypath,featurecollectionspaths,versi
result+="</sequence></extension></complexContent></complexType>"
result+="</schema>"
f = open(op + "/index.xml", "w", encoding="utf-8")
f.write(json.dumps(result))
f.write(result)
f.close()
f = open(op + "/indexc.html", "w", encoding="utf-8")
f.write("<html><head><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /></head><body><h1>" + featurecollectionspaths[coll][
Expand Down

0 comments on commit 288f4b3

Please sign in to comment.