tillnagel / unfolding

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

mapChanged is not getting called for all map changes #102

Open tillnagel opened 9 years ago

tillnagel commented 9 years ago

Only on map change events, but not for all internal map update methods (e.g. direct map.pan does not use internal event system and thus does not trigger the mapChanged call)

tillnagel commented 9 years ago

Related problem: For maps with tweening (via map.setTweening(true)) the mapChanged is called before the animation starts.

tillnagel commented 9 years ago

See also #9