Issues displaying multiple tracks [elevation-track]
-
Hello,
I have successfully used the plugin to display a single track, and would like to try the multiple tracks option.
My first test with this option did not work, so I tried as a second test to replicate the example provided in https://leafext.de/multielevation/elevation/ , by downloading the data, reloading it to my site, and adapting the URLs…however this does not work either.
this is the message I get under the map, instead of seeing the tracks. I can confirm that the URLs are correct, so I do not understand where the read error is triggered from. This is the code I used:
=======================
[leaflet-map height=450 fitbounds]
[elevation-track file=”https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Schrammsteine_HoheLiebe.gpx” ]
[elevation-track file=”https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Carolafelsen_Winterberg.gpx” lat=”50.9016″ lng=”14.2167″ ]
[elevation-track file=”https://www.pibinko.org/circotest/wp-content/uploads/2024/10/test-mit-wp-dev.gpx” lat=”50.9016″ lng=”14.2171″]
[elevation-track file=”https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Hohe-Liebe.gpx”%5D
[multielevation filename]====================================
This is the output ….
[*elevation-track read error https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Schrammsteine_HoheLiebe.gpxlat= lng= name= ] [*elevation-track read error https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Carolafelsen_Winterberg.gpxlat=50.9016 lng=14.2167 name= ] [*elevation-track read error https://www.pibinko.org/circotest/wp-content/uploads/2024/10/test-mit-wp-dev.gpxlat=50.9016 lng=14.2171 name= ] [*elevation-track read error https://www.pibinko.org/circotest/wp-content/uploads/2024/10/Hohe-Liebe.gpxlat= lng= name= ]
=====================================
….any idea of why this is not working properly?
TIA for any support
- You must be logged in to reply to this topic.