Skip to content

Commit

Permalink
support for map icons
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Aug 9, 2024
1 parent 970ef10 commit c522b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cldfbench_nicholsdiversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def cmd_makecldf(self, args):
'separator': ';',
})
args.writer.cldf.add_component('ParameterTable')
args.writer.cldf.add_component('CodeTable')
args.writer.cldf.add_component('CodeTable', 'Map_Icon')

# write cldf

Expand Down

0 comments on commit c522b2d

Please sign in to comment.