Skip to main content

Adding gpx track to Airtable Map

  • March 18, 2018
  • 2 replies
  • 16 views

Hi, I’m learning to use the new Maps block and would like to be able to add a track from a GPX file to my Map block. Is this possible? Thanks!

2 replies

Forum|alt.badge.img+17
  • Inspiring
  • 1124 replies
  • March 20, 2018

The block gets the addresses from the Records and display them. I don’t understand what you would use a GPX for.

Also, a track is a route, but the map only represents points of the address.


  • New Participant
  • 1 reply
  • April 5, 2018

I figured out how to do this today. GPX are actually just XML files. If you change the extension of the file to “.xml” you can you the XML Block to import the data, and then use the Maps block to plot the coordinates of the waypoints on a map.