SilverlightShow: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 <p>Wonder if there is a way to change the color of the buttons added to the navigation bar to make them more visible.  Or just add a button to the right hand corner of the map.</p> http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment4801 John http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Tue, 02 Nov 2010 19:41:33 GMT RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 <p>Hi,</p> <p>part 2 is already on board ;-)</p> <p><a href="http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-second-part.aspx">http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-second-part.aspx</a><a href="http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-second-part.aspx"></a></p> http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment3288 walterf http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Mon, 22 Mar 2010 19:01:37 GMT RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 <p>Hi,</p> <p>Great article. I've been looking for ages how to add to the Map Mode nav bar. Looking forward to part 2.</p> <p>Cheers</p> http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment3287 Michael http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Mon, 22 Mar 2010 18:47:28 GMT RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 We (<a href="http://www.aspenware.com/" target="_blank">Aspenware</a>) built a very similar solution 18 months or so ago for an activity trackign application we were developing. We also provide it to <a href="http://www.ridetherockies.com/" target="_blank">Ride The Rockies</a> to display the overall race route and the individual legs. For the 2010 Ride The Rockies web site, we upgrade the control to leverage Bing Maps Silverlight control. You can view it here: <a href="http://www.ridetherockies.com/about-the-tour/route/" target="_blank">Ride The Rockies 2010 Route</a>. We too use external sources to cross reference latitude and longitude to obtain altitude information. The Silverlight control for Bing Maps is a powerful control that provides a lot of opportunity for developing interesting applications with great data visualization. http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment3207 Daren May http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Wed, 10 Mar 2010 18:20:37 GMT RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 <p>Hi Carl,<br /> I'm happy to know that someone else is developing a similar application for more or less the same purpose. In fact I was thinking to something for cycling fanatics :-)</p> <p>Regarding the elevation I not used the "Altitute" property of the ItineraryItem, because, as I read somewhere on msdn, it is reserved for future use. Instead, I use some free web services which provide elevation data coming from various GDEM  (Global Digital Elevation Model) like ASTAR, STRM ecc.</p> <p>The Part 2 of the article should be ready by the end of this week and in there you will find all the details of the method I used.</p> <p> </p> http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment3197 walterf http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Tue, 09 Mar 2010 16:12:56 GMT RE: How to extend Bing Maps Silverlight with an elevation profile graph - Part 1 <p>Hi</p> <p>What a coincidence I was writing a similar app this lunchtime as I want to track elevation for a community bike ride I'm doing. I'm using the routservice and was hoping to use the Altitude from each ItineraryItem within the Routleg collection but it looks like all values are zero. Is this the approach you are proposing to use?</p> http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx#comment3196 Carl http://www.silverlightshow.net/items/How-to-extend-Bing-Maps-Silverlight-with-an-elevation-profile-graph-ndash-Part-1.aspx Tue, 09 Mar 2010 15:33:55 GMT