CleverProgrammers / react-covid-tracker

202 stars 252 forks source link

map filtering upon country selection #5

Open abhinavluv opened 4 years ago

abhinavluv commented 4 years ago

how can we have the country highlighted in the map with either the popup or some other sort of highlight when a specific country is selected from the dropdown

Akr1s commented 4 years ago

You can add leaflet marker or highlight selected circle when a specific country is selected Screenshot 2020-11-07 144001 Leaflet marker is cool but it requires a lot of efforts to create. You can pass selectedCountry to a Map component and add a new property to casesTypeColors in util.js Screenshot 2020-11-07 144458 and use it when you render circles Screenshot 2020-11-07 144531