I am very new to Processing. I am trying to visualize tweets over a map and below is what I got so far. Each colored box on the map is a tweet.
I need to visualize the "movement" as well: a person can post a tweet, and then move to different location and post another one, and so on. I would like to show this as an animated trail. The closest I can find is
this one. The problem is that the "trail" doesn't work once the map (png file) is added, even I used a buffer as the other posted suggested. Below is the code I used to load the image in draw().