Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 872 Bytes

Tool for generating cc0 world maps in SVG

The main feature is that it can generate equirectangular output, suitable for texture mapping.

Equirectangular projection

./worldmapsvg.py -d 512x512 --equirectangular --land-color="#008000" --sea-color="#000010" -o test0.svg

alt tag

Robinson projection

./worldmapsvg.py -d 512x512 --robinson --sea-color="#000000" -o test1.svg

alt tag

Credits & Sources