-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per-department EMS Heatmaps #478
Comments
We are using |
Also, I'd make the heatmap display between the 2 types of heatmaps mutually exclusive. Having BOTH fires and EMS heatmaps displayed is too much for the map. If the user is viewing the fires heatmap and checks the EMS heatmap, then turn off the fires heatmap (as associated filtering controls). |
* Start of ems heatmap see #478 * Added .eslintrc for JS linting. UI changes for showing EMS heatmap * Changed URL for testing EMS heatmap. Linted heatmapService file * Changed the url for ems incidents * Updated ems heatmap updater * Updated query for ems heatmaps * Updated for normal quotes * Added column name for alarm timestamp * Updated date parsing * Refactored _fires to _ems * Chart filters for ems heatmap * Refactored chart directives for both fires and ems heatmaps * Fixed issue with filters not being removed when heatmap deactivated * Implemented heatmaps mutex and indented code * Reverted CSS changes
Need to add EMS-based heatmaps per department, akin to the current fires heatmaps.
The text was updated successfully, but these errors were encountered: