WPIntell

Source evidence

Trouble loading gpx

Spotmap · support · 2023-06-03T18:34:00+00:00

neutralsentiment
mediumseverity
0.48relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
nwagers resolved
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="http://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 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 http:// 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 2 years, 11 months ago by techtimo .

Comments

1 shown
techtimo 2023-06-05T20:49:00+00:00

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 http:// 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 2 years, 11 months ago by techtimo .