File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -719,12 +719,13 @@ def _create_ski_area_rose(
719
719
ski_area_name = info ["ski_area_name" ]
720
720
color_convention = info ["osm_run_convention" ]
721
721
722
- # metadata uses terms from https://www.dublincore.org/specifications/dublin-core/dcmi-terms/
722
+ # supported metadata keys listed at
723
+ # https://matplotlib.org/stable/api/backend_svg_api.html#matplotlib.backends.backend_svg.FigureCanvasSVG.print_svg
723
724
common_metadata = {
724
725
"Title" : f"Ski Rose for { ski_area_name } " ,
725
726
"Creator" : "https://github.com/dhimmel/openskistats" ,
726
727
"Source" : f"https://openskimap.org/?obj={ ski_area_id } " ,
727
- "License " : "https://creativecommons.org/licenses/by/4.0/" ,
728
+ "Rights " : "https://creativecommons.org/licenses/by/4.0/" ,
728
729
}
729
730
730
731
# plot and save preview rose
You can’t perform that action at this time.
0 commit comments