tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
478 stars 246 forks source link

Map centers around origin if surrounding draw() uses imageMode(CENTER) #132

Closed tillnagel closed 8 years ago

tillnagel commented 8 years ago

Before drawing the map, imageMode(CORNER); must be set in Unfolding.

tillnagel commented 8 years ago

Duplicate of #129