GPSLog Labs Blog

GPSLog Labs Blog

Oct 12 / 8:36pm

Updates for October 13th

  • Activity maps now have milestone markers:

    Screenshot-milestones

    These are displayed every 1 km or 1 mile depending on your units setting and will automatically be hidden as you zoom out.

    Note that the milestone markers are displayed by default on shared maps you have embedded into your own site, if you don't want them displayed regenerate the embed code or edit the <iframe> src attribute and add &show_milestones=false to the end of the URL.

  • Split times are computed for the first 5km, 10km, etc. of your activity so you can compare performances regardless of the tags, routes or final distance. These are displayed on the activity "comparisons" tab and on the new splits tab for tags. This will let you find for example, the log with the fastest 10km time you have run by going to the Run tag, and sorting the splits by 10km.

    These distances are probably only useful for runners, if you have any suggestions on how this should behave for other sports please let me know.

  • Activity split tables now show the cumulative distance/elapsed time:

    Screenshot-log-split-cumulativ

  • Graphs throughout the site now have a filter that lets you display only one year at a time once you have been logging your activity for more than a year:

    Screenshot-graph-year-filter

  • I've also done a general tidy up of forms on the site, giving them a layout and improving the way they display for smaller browser windows.
-- Tom
Filed under  //  changelog   embedding   maps   milestones   splits  
Feb 9 / 11:17pm

Embedding maps and graphs in your site

In addition to sharing GPSLog Labs content via Twitter, Facebook, email and IM, another option is to embed maps and graphs of your activity in your own website.

To do this, you'll need to enable sharing for the content and then you'll be provided with a snippet of HTML you can cut and paste into your own website.

For example, to embed a map, you'll see the following on the Share Log page:

Screenshot-embed-map

You can customize the size of your map and the whether you want stop icons to be drawn or not.  You'll see a preview on the right and when you're happy with it you can cut the generated HTML code and paste it into your website. To embed a graph of your activity, follow the same steps.

Tip: It is possible to customize the size of the embedded map if the standard sizes are not appropriate by editing the HTML and adding &amp;width=1234&amp;height=1234 to the iframe src url, and also updating it's width and height attributes to match.

Note that if you Disable sharing for your activity, it will no longer be visible on your site, even if you re-enable sharing again as the secret URL will be different.

-- Tom

Filed under  //  changelog   embedding   graphs   maps   sharing