FarhanHyder / PooledHouse

1 stars 4 forks source link

Map labels do not render properly on deployed page #127

Closed carltonwelch closed 5 years ago

carltonwelch commented 5 years ago

Map labels don't render properly when the app is deployed. Have tested this with the app deployed on both AWS s3 bucket and github pages. Cursory troubleshooting points to the React NYC Chloropleth component as the culprit, and not my data processing function. May have to rewrite our own chloropleth from scratch. Investigating.

bug can be see here

carltonwelch commented 5 years ago

Will attempt updating react-leaflet dependency in react-nyc-chloropleth to most recent version--react-nyc-chloropleth uses an old version of react-leaflet.

carltonwelch commented 5 years ago

To reduce dependencies and use a more recent version of react-leaflet, I'm going to add react-nyc-chloropleth manually as a component, which should allow me to manage it's dependencies manually, hopefully eliminating the bug we've encountered.

carltonwelch commented 5 years ago

Fixed.