chriswhong / paint-the-town

Collaborative Data Art using NYC tax lots data (MapPLUTO)
https://paintthetown.chriswhong.com
10 stars 4 forks source link

Activity Feed #4

Open chriswhong opened 5 years ago

chriswhong commented 5 years ago

To help draw attention to other parts of the map that are currently being painted, let's add a "feed". The websockets are already in place to push data to all clients when a paint event happens. We use this to draw a geojson feature over the vector tiles, but can use the same data to make a "feed" of new content, saying:

Chris W painted 123 Sesame street {Show color} {click to flyTo()}

stuartlynn commented 5 years ago

Working on this. Almost have a working version. PR soon!