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

We are working on software for movement visualization that uses Unfolding Maps 0.9.9 with [Processing 4.0-alpha 3](https://github.com/processing/processing4/releases/tag/processing-1272-4.0a3). It works great in general, but there is [a minor issue](https://github.com/move-ucsb/DynamoVis/issues/3). When we...

Dear Github members, I have started a course on Object Oriented programming in Java from UCSD via the Coursera platform and using Eclipse. (I am not familiar with Eclipse.) The...

I tried to open mbtiles(size 1.2 GB) file from openseamap with unfolding map java but it didn't work. It just gave me a black screen without any error message or...

When displaying a map without panning restrictions, mouse dragging the map too far results in the map being taken off screen, replaced with a garbled and blurred version of the...

I am doing some work on Constellation (https://github.com/constellation-app/constellation), which uses Unfolding Maps to visualise geospatial information. I have made several improvements on top of Unfolding Maps inside Constellation (such as...

Java2DMapDisplay uses papplet.g as canvas directly, and thus beginDraw() in mapDisplay.draw() messes up things. Solution: Either add new method preDraw() and only call beginDraw for OpenGLMapDisplay (and keep it empty...

End of January Mapzen, the currently used service will stop providing their API.

Needed this for a small project, maybe someone else wants to use these tiles in the future...

The following MapProviders need to be updated for version 3 ## AcetatProvider - All: **fail!** - Basemap: **fail!** - Foreground: **fail!** - Hillshading: **fail!** - Labels: **fail!** - Roads: **fail!**...

The default map provider Unfolding uses (when no MapProvider is specified) is broken. That's because the map service's server toolserver.org moved. For now, you have to use another or your...

bug