Skip to content

Commit

Permalink
small fix: "feat" should NOT be in the list of features that can be a…
Browse files Browse the repository at this point in the history
…ttributes
  • Loading branch information
kosloot committed May 14, 2024
1 parent 1cff108 commit 2931de2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions foliatools/foliaspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,6 @@ def outputblock(block, target, varname, args, indent = ""):
l.append("headfeature")
else:
l.append(element['properties']['subset'])
if element['class'] == 'Feature':
l.append("feat")

l.sort()
s += indent + "const set<string> AttributeFeatures = { " + ", ".join([ '"' + x + '"' for x in l ]) + " };\n"
else:
Expand Down

0 comments on commit 2931de2

Please sign in to comment.