Kennedy/Shannon Road Bike Trail II
This is an easier Kennedy bike trail than the one I took last week. But it still has a couple of steeeeep hills and a number of panoramic views that take your breath away. The hardest hill
is on the way back on Kennedy just after Shannon. Here is the elevation chart (the elevation chart needs to be improved). Here is the Ruby code for the map and the elevation. The data from my Garmin GPS device is in GPX 1.0. The times are in UTC and the elevations in meters. The display of distance and elevations is in feet and miles. But when you import the data the distances are in meters.
I created the elevation chart in dojo JavaScript library hoping that it would work on iPhone, but unfortunately it doesn’t. Its time to forget about client-side charting and go back to generating chart images on the server.
November 11, 2007 at 9:27 pm
[...] couldn’t go riding so instead I created a Flex version of the elevation chart for the October 14th ride on Kennedy Shannon Roads Trail. The Flex chart was surprisingly easy to create. What I want to [...]