osmlab / field-data-collection

A mobile application for collecting both OSM & private data in the field.
10 stars 7 forks source link

Feature/275 #291

Closed kamicut closed 6 years ago

kamicut commented 6 years ago

275 is a bug where there will be an empty list if there are no features around the user when clicking through to create a new observation. For me this actually crashed the app because we're calculating the center of features to display a map marker, but this breaks if there are no visibleFeatures in the state.

This closes #275 by changing the behavior of the + button and side menu button:

sethvincent commented 6 years ago

:+1: