brettmarl / wct-status

0 stars 0 forks source link

GPS - half-trail crashes #107

Closed brettmarl closed 3 months ago

brettmarl commented 4 months ago

This is a pretty serious issue, but not quite sure how to fix...

  1. Configure trail to south half (eg. Nitinat->Gordon)
  2. Set GPS coordinate to somewhere on north (using override)
  3. Run a locate

App crashes.

App tries to flip to a segment page that it on the trail yet out of scope of the configured hike, so the tripPlan object doesn't have the right data in it to bind to.

I think the quick-fix is to just show 'offtrail' with a half-trip, to show an out of scope segment is a more complex fix...

brettmarl commented 3 months ago

fixed