Skip to content

Commit

Permalink
closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 12, 2023
1 parent 48d5b2e commit 854a943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cldfviz/map/mpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ def add_options(parser, help_suffix):
'--projection',
help="Map projection. For details, see "
"https://scitools.org.uk/cartopy/docs/latest/crs/projections.html "
"Note that not all options work for all projections; e.g. --language-labels "
"will only work with PlateCarree, the default projection."
"{}".format(help_suffix),
choices=[
c.__name__ for c in iter_subclasses(cartopy.crs.Projection)
Expand Down

0 comments on commit 854a943

Please sign in to comment.