We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: