developmentseed / observe

Cross-platform, offline, field mapping tool for OpenStreetMap
ISC License
67 stars 5 forks source link

Fix overlap preview text #314

Closed LanesGood closed 4 years ago

LanesGood commented 4 years ago

Fixes #188

What's happening here is that the preview doesn't re-render when a node inside a way is selected after the way is selected. While this should probably be fixed by an update to the feature render method, it has been fixed just as well by a css flexbox change.

proverlaytext

... also, unclear how the app determines what feature to list at the top of the list - it seems it may always be the way, and then the node contained therein.