We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Basically, there are two different ways you can use svgmap.py.
Here's a zero-config example showing how to render a world map:
from lib.svgmap import SVGMap svgmap = SVGMap() svgmap.render_world_map(outfile='world.svg')
svgmap world -o world.svg