Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Geomap map scaling

$
0
0

I'm using geomap to draw a map of the USA. It works fine but i'm not sure of the exact aspect ratio to draw the map? Through trial and error I can get it almost correct but is there any way to make it exactly proportional? Something like geoMap.getWidth()?

GeoMap geoMap = new GeoMap(0, 0, 1000, 500, this); geoMap.draw();


Viewing all articles
Browse latest Browse all 2896

Trending Articles