mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.74k stars 532 forks source link

Set central meridian of the Winkel Tripel projection #560

Closed matkoniecz closed 1 year ago

matkoniecz commented 1 year ago

Is it possible to set central meridian of Winkel Tripel projection?

mbloch commented 1 year ago

You can do this using proj-string notation (link). For example:

-proj +proj=wintri +lon_0=150
image