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 288f4b3 commit 571046e
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 @@ -102,7 +102,7 @@ def generateFeatureList(outpath,deploypath,featurecollectionspaths,version,fsres
f = open(op + "/index.json", "w", encoding="utf-8")
f.write(json.dumps(currentcollection))
f.close()
f = open(op + "/index.html", "w", encoding="utf-8")
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][
"name"] + "</h1><table><thead><tr><th>Collection</th><th>Links</th></tr></thead><tbody>" #+ str(curcollrow)
+ "</tbody></table></html>")
Expand Down

0 comments on commit 571046e

Please sign in to comment.