GreenInfo-Network / nyc-crash-mapper

React Redux web application for viewing, filtering, & comparing trends of automobile collision data published by the NYPD.
http://www.crashmapper.org
MIT License
16 stars 4 forks source link

New Vehicle Type listing on map #106

Closed danrademacher closed 4 years ago

danrademacher commented 4 years ago

We're going to replace Contributing factors, which has not been useful, with a new Vehicle Type listing that would sum all crashes where each vtype is true (regardles of other vehicles involved in any given crash, so these will add up to more than total crashes)

So we replace this: image

With this: image

Ideally a 2 col approach would work here, so no scrolling, but I'm not confident in that. We could also do the scrolling method here, in which case we sort DESC by the total crashes per vtype

danrademacher commented 4 years ago

Scratch that, we're leaving this as is