PlanWise applies algorithms and geospatial optimisation techniques to existing data on population, road networks and health facilities, so health care planners can better understand the unmet health needs of their constituents and better locate future health facilities.
GNU General Public License v3.0
40
stars
6
forks
source link
Improve map style: demand, providers and suggestion markers #698
Use only 3 colors for providers to indicate availability: shortage, at capacity or excess
Change the style and improve the suggestion icons: add the rank for ranked suggestions (locations) or an icon
Remove green areas indicating satisfied demand and render them transparent instead; adjust color scale
Use two MapBox tile maps to compose with the raster demand: one base layer and one only with labels to render on top of the demand; this also removes the need to apply CSS multiply blend which does not perform well when zooming and also distorts the final colors
Add required MapBox attributions
Fix the z-order of the markers: sources are always rendered first, then providers, then providers with changes, then suggestions
Adjust the style of the icons for sources (when using punctual sources)
Replace the map legend with the new reference table as proposed in the mockups
Closes #687 and #694