We are trying to find a way to create interactive maps with Processing, in which we can:
- Hover over countries with mouse and have the whole country be highlighted.
- Have the user click on the country and provide additional information on that country.
These would entail that there is a package in Processing with the areas of each country defined. Does such a package exist? I know they exist for the jQuery space through jVectorMap. Does the equivalent exists for Processing?