unfolding icon indicating copy to clipboard operation
unfolding copied to clipboard

A library to create interactive maps and geovisualizations in Processing and Java

Results 59 unfolding issues
Sort by recently updated
recently updated
newest added

An UnfoldingMap initiated with a set position always shows at the origin of the screen, when the Java2D default renderer is used. size(500, 500); new UnfoldingMap(this, "map1", 50, 50, 200,...

The rotate event should be used for the TuioCursorHandler.

enhancement

Instead of creating your own AbstractMapProvider subclass, it would be good to simply the usage of custom map providers. (similar to other map libraries, such as d3 mapping or leaflet).

Hi, I'm writing a mapping application that looks at the whole world with the stamen toner-background tiles. I would like to have Asia on the left and North/South America on...

Seems to be due to some precision issues. This happens regularly on a newly created map where tweening is switched on, e.g. ``` Java UnfoldingMap map = new UnfoldingMap(this); map.setTweening(true);...

MaskedPGraphicsMapDisplay has a problem when resizing. From looking at the source, I think needs to override resize() to recreate the buffer at the new size, otherwise changing the size of...

The JavaDoc mentions a few interesting looking Distorter classes, but it's not easy to figure out how they can be used. An example would be very useful.

@maerzhase pls commit the missing libs for your geonames examples (which are moved to examples-extern) into lib-extern