forked from organicmaps/organicmaps
fix inconsistency
there was unlabelled extra column, better name for usage count Signed-off-by: Mateusz Konieczny <matkoniecz@gmail.com>
This commit is contained in:
parent
e610ff56c4
commit
f17ec9d82c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if __name__ == '__main__':
|
|||
|
||||
# Iterate over know classificator types
|
||||
w = csv.writer(sys.stdout)
|
||||
w.writerow(('type', 'is editable', 'can add', 'drawn', 'icon', 'area', 'name drawn', 'usages in osm'))
|
||||
w.writerow(('type', 'is editable', 'can add', 'drawn', 'icon', 'area', 'name drawn', 'usage count in osm', 'source'))
|
||||
no_editor = EditStat()
|
||||
no_drawn = DruleStat()
|
||||
seen = set()
|
||||
|
|
Loading…
Add table
Reference in a new issue