Unfolding maps in 2D renderer

I am trying to run a sketch with a visualization of tweets on a map of Barcelona using the UnfoldingMaps library I made some time ago. I have been encountering the error:

java.lang.NoSuchFieldError: quality

I tried running the example called “BikeObjectsMap” the library provides and the same error pops up, other examples are also not working.

Any help would be much appreciated.

1 Like

Seems to be a known error:

There someone recommends to

Try using OPENGL instead of P2D.

Maybe that works? Otherwise it is also suggested to ask the developers for a Processing 3 version of the library via e-mail:

1 Like