Closed wsjones closed 9 years ago
The code is using None Non-Fatal Fatal
for it's values when the database is using No Injury, Injury, Fatal
. This was made to the db seeder in July and partially fixed in the web app. I can push a new fix out hopefully tomorrow.
fixed in 1.0.1
When clicking on 'No Injury' or 'Injury' and then 'Apply' no crashes are displayed on the map.
Further info, if needed: No Injury is defined as CRASH_SEVERITY_ID = 1 Injury is defined as CRASH_SEVERITY_ID = 2, 3, OR 4 Fatal is defined as CRASH_SEVERITY_ID = 5