WPIntell

Source evidence

Dynamic Map Create & Update

Waymark · support · 2025-03-28T20:15:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 18 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
taod86 resolved
Hi, Is there any way to create a map that pulls track data from a gpx file served by a web server? I am trying to create a live tracking app where the .gpx tracks from a gps or phone are uploaded to the cloud and then made available through a web app so as to be displayed on an online map. Thank you! Hi @taod86 , Thanks for reaching out. Yes – using the file_url Shortcode attribute like this: [Waymark file_url="https://www.waymark.dev/assets/geo/track-ele-only.gpx"] More information available on the Docs . Let me know if you run in to any issues. Cheers, Joe Thank you Joe for answering so promptly and my apologies for missing that part in the Docs! Your plugin is really great. I’m building the app with Google App Script as a backend and unfortunately I think that since accessing the web app ( https://script.google.com/macros/s/AKfycbwAZb_67qsgy009l-zv8rU5nSOBq2PfimoKRFJmo2LxfU9nE1x0mj_HmxiYc3vFXcMx3w/exec ) triggers a 302 – because it hits the web app, which triggers the functions on the backend which then returns the gpx it doesn’t seem to work. But it’s on me and my weird use-case, the plugin works really well otherwise.

Comments

2 shown
Joe 2025-03-28T20:30:00+00:00

Hi @taod86 , Thanks for reaching out. Yes – using the file_url Shortcode attribute like this: [Waymark file_url="https://www.waymark.dev/assets/geo/track-ele-only.gpx"] More information available on the Docs . Let me know if you run in to any issues. Cheers, Joe

taod86 2025-03-29T11:37:00+00:00

Thank you Joe for answering so promptly and my apologies for missing that part in the Docs! Your plugin is really great. I’m building the app with Google App Script as a backend and unfortunately I think that since accessing the web app ( https://script.google.com/macros/s/AKfycbwAZb_67qsgy009l-zv8rU5nSOBq2PfimoKRFJmo2LxfU9nE1x0mj_HmxiYc3vFXcMx3w/exec ) triggers a 302 – because it hits the web app, which triggers the functions on the backend which then returns the gpx it doesn’t seem to work. But it’s on me and my weird use-case, the plugin works really well otherwise.