ohcnetwork / india-maps

Realtime map-based updates on COVID-19 cases in India using Ministry of Health and Family Welfare API
http://map.coronasafe.in/
MIT License
22 stars 21 forks source link

UI/UX Added circles for deaths,cured,cases #25

Closed divinepaul closed 4 years ago

divinepaul commented 4 years ago

Added more circle elements to the map to indicate the number of cases,deaths and recovery.

I would like the colors of the circles to match the legend colors of the popup. but this involves changing the color of cases circle to yellow.

also findRadius() method in Map.js is producing large values causing overlap. so i reduced and divided while setting the return value to the radius property of the deaths,cured and hospitalised circles.