Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when tapping to a waypoint from the list #445

Closed
EugeneZmeuk opened this issue Jul 29, 2024 · 1 comment
Closed

Crash when tapping to a waypoint from the list #445

EugeneZmeuk opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@EugeneZmeuk
Copy link
Member

EugeneZmeuk commented Jul 29, 2024

Steps of reproduce

  1. Create a track with waypoints
    Mon Jul 29 2024 - 2.gpx.zip

created 3 waypoints, but there are 2 waypoints on the list.

  1. click to any waypoints from this list or on the map

telegram-cloud-photo-size-2-5276436463975785172-y

  1. crash:

react-dom.production.min.js:189 TypeError: x.latlon.lat.toFixed is not a function
at hce (WptDetails.jsx:645:63)
at Sa (react-dom.production.min.js:167:137)
at As (react-dom.production.min.js:197:258)
at Sl (react-dom.production.min.js:292:88)
at bc (react-dom.production.min.js:280:389)
at vc (react-dom.production.min.js:280:320)
at fc (react-dom.production.min.js:280:180)
at ac (react-dom.production.min.js:271:88)
at rc (react-dom.production.min.js:268:429)
at w (scheduler.production.min.js:13:203)
ps @ react-dom.production.min.js:189
n.callback @ react-dom.production.min.js:189
Fr @ react-dom.production.min.js:144
xl @ react-dom.production.min.js:262
bl @ react-dom.production.min.js:260
yl @ react-dom.production.min.js:259
(anonymous) @ react-dom.production.min.js:283
wc @ react-dom.production.min.js:281
rc @ react-dom.production.min.js:270
w @ scheduler.production.min.js:13
P @ scheduler.production.min.js:14
Show 11 more frames
Show less
WptDetails.jsx:645 Uncaught TypeError: x.latlon.lat.toFixed is not a function
at hce (WptDetails.jsx:645:63)
at Sa (react-dom.production.min.js:167:137)
at As (react-dom.production.min.js:197:258)
at Sl (react-dom.production.min.js:292:88)
at bc (react-dom.production.min.js:280:389)
at vc (react-dom.production.min.js:280:320)
at fc (react-dom.production.min.js:280:180)
at ac (react-dom.production.min.js:271:88)
at rc (react-dom.production.min.js:268:429)
at w (scheduler.production.min.js:13:203)

telegram-cloud-photo-size-2-5276436463975785173-y

@alisa911
Copy link
Contributor

alisa911 commented Sep 19, 2024

  • fix wpt tab (add new wpt)
  • fix crash with latlon
  • fix click on wpt when editing track
  • fix loading address for wpt info
  • fix crash in gallery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants