• I’m having trouble getting the map to display a gpx. It displays my SPOT tracking points, but doesn’t display the gpx at all or give any error messages. Here is the shortcode I’m using:

    [spotmap height=600 width=full feeds="Blog" colors="yellow" gpx-name="GDMBR-2021_v2.gpx" gpx-url="https://topofusion.com/divide/GDMBR-2021_v2_10k.gpx" gpx-color="green" ]

    I just picked a track external to my site for trouble shooting. I was also not able to load a local one I uploaded.

    WordPress 6.2.2

    Apache 2.4.57

    PHP 7.4.33

    MySQL 5.6.51

Viewing 1 replies (of 1 total)
  • Plugin Author techtimo

    (@techtimo)

    Hi @nwagers

    I suppose it is not visible as your browser is blocking the download. The whole map is generated on the client side. You will access your webpage via https and then the browser will block all access to unsecure content like the linked GPX track (note the https:// in the gpx-url). All the rest look fine.

    So addinga single ‘s’ after http should do the job.

    Let me know in case this is not fixing it.

    Stay safe outside,
    Timo

    • This reply was modified 1 year, 5 months ago by techtimo.
Viewing 1 replies (of 1 total)
  • The topic ‘Trouble loading gpx’ is closed to new replies.