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

map.zoomTo() directly uses internal zoom method, but could use events to fire zoom method (resp pan etc). Advantage would be that all interactions work in the event system, e.g. a...

enhancement

See (external) MuseApp for the bug, i.e. all marker jiggle on finger interaction.

For example SimpleMarkerApp does not "need" it. change size(400, 400, GLConstants.GLGRAPHICS); to size(400, 400);

enhancement

Add interaction possibilities from KiteConnection to ConvexHull examples. Then, remove (outdated) KiteConnection examples.

In case of more complex MapProviders that actually support different options or parameters, we need a mechanism that allows us to refresh the map, when we change a parameter/option. I...

enhancement

While this functionality is already implemented, the methods are not accessible from the client application. Create public facade method in Map to switch tile borders, and information. protected TileLoader createTileLoader(Coordinate...

![2023-07-27](https://github.com/tillnagel/unfolding/assets/139637972/8e58a302-ebda-4b60-834f-89129d4c7f34)

I love the library, i was wondering if there is any work on updating the library to work on the new processing 4.0 thank you!