fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Add leaflet drawing for selecting assets #113

Closed smcalilly closed 2 years ago

smcalilly commented 2 years ago

Overview

For issue #97. Adds react-leaflet-draw for selecting dynamic polygons and rectangles.

Notes

I had trouble importing the react-leaflet-draw library. It seems to be an incompatibility between the latest version of react-leaflet and react-leaflet-draw. I tried using older versions of both libraries based on info I found in some Github issues but this didn't work for me. So I just imported the EditControl component directly from the library's GitHub and it worked with no problems. Weird!

We have these issues for some more map UX improvements:

Let me know if you have any other ideas for improvements.

Testing Instructions