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

No GPX data for get_moving_speed #135

Open
petermisovic opened this issue Jul 28, 2022 · 0 comments
Open

No GPX data for get_moving_speed #135

petermisovic opened this issue Jul 28, 2022 · 0 comments

Comments

@petermisovic
Copy link

petermisovic commented Jul 28, 2022

Hello,
when I use following code to display average moving speed from GPX, I do not have any data shown in console:

new L.GPX(gpx_etapa_2_den_4, { async: false, polyline_options: { color: 'red', opacity: 1, weight: 5, lineCap: 'round' }}).on('loaded', function(e) { var gpx = e.target; Console.Log(gpx.get_moving_speed()); }).addTo(mymap);

Could you please help me with this code?

thank you
Peter

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

No branches or pull requests

1 participant