<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>bingmapsv7modules Discussions Rss Feed</title><link>http://bingmapsv7modules.codeplex.com/discussions</link><description>bingmapsv7modules Discussions Rss Description</description><item><title>New Post: Windows 8 support</title><link>http://bingmapsv7modules.codeplex.com/discussions/395572</link><description>&lt;div style="line-height: normal;"&gt;Most of these work in Windows 8 without any changes being needed. When I get a chance I plan on going through all the modules and testing them in a windows Store app and fix the ones that aren't supported.&lt;br /&gt;
&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Mon, 20 May 2013 20:20:01 GMT</pubDate><guid isPermaLink="false">New Post: Windows 8 support 20130520082001P</guid></item><item><title>New Post: How do you open InfoBoxes from outside links in Bing Map v7?</title><link>http://bingmapsv7modules.codeplex.com/discussions/406185</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have the following Bing Map v7: &lt;a href="http://new.piperrealtycompany.com/temp/test2.cfm?city=fenton"&gt;
http://new.piperrealtycompany.com/temp/test2.cfm?city=fenton&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In which I have a set of pushpins, with InfoBoxes associated with each one.&lt;/p&gt;
&lt;p&gt;I'd have a list of corresponding links that are outside if the map.&lt;/p&gt;
&lt;p&gt;I need the links in the list to open the corresponding InfoBoxes in the map and rolling over pushpins to highlight the corresponding link in list.&lt;/p&gt;
&lt;p&gt;I'm trying to achieve something like this!&amp;nbsp; &lt;a href="http://www.zillow.com/flint-township-mi/"&gt;
http://www.zillow.com/flint-township-mi/&lt;/a&gt;&lt;br&gt;
.&lt;br&gt;
How can this be done?&lt;/p&gt;
&lt;/div&gt;</description><author>AndrewVH</author><pubDate>Mon, 10 Dec 2012 06:57:39 GMT</pubDate><guid isPermaLink="false">New Post: How do you open InfoBoxes from outside links in Bing Map v7? 20121210065739A</guid></item><item><title>New Post: Heat Map and the new BingTheme module</title><link>http://bingmapsv7modules.codeplex.com/discussions/405698</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;using a Heat map with Bing theme module applied is causing a mismatch in position when zooming.&lt;/p&gt;
&lt;/div&gt;</description><author>tiaroque</author><pubDate>Wed, 05 Dec 2012 18:12:10 GMT</pubDate><guid isPermaLink="false">New Post: Heat Map and the new BingTheme module 20121205061210P</guid></item><item><title>New Post: Shape ToolBox and callback</title><link>http://bingmapsv7modules.codeplex.com/discussions/401566</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there any example which shows how to get a callback once the shape is created or edited.&lt;/p&gt;
&lt;p&gt;Any pointers in attaching a bind and trigger to module is much appreciated&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>admirer</author><pubDate>Thu, 01 Nov 2012 15:57:37 GMT</pubDate><guid isPermaLink="false">New Post: Shape ToolBox and callback 20121101035737P</guid></item><item><title>New Post: Windows 8 support</title><link>http://bingmapsv7modules.codeplex.com/discussions/395572</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Are there any plans to add windows 8 support for these?&lt;/p&gt;
&lt;/div&gt;</description><author>chadit</author><pubDate>Fri, 14 Sep 2012 16:36:54 GMT</pubDate><guid isPermaLink="false">New Post: Windows 8 support 20120914043654P</guid></item><item><title>New Post: Shape Toolbox - making programatically created shapes editable</title><link>http://bingmapsv7modules.codeplex.com/discussions/362944</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It should be noted that the rectangle and the circle classes will be turned into polygons by the WKT writer. What you can do is store the shape type info and additional properties such as radius for the circle case.&lt;/p&gt;
&lt;p&gt;As for making shapes edittable at a later date. I'll take a look at adding a method that you can use to pass in a shape to make it edittable.&lt;/p&gt;&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Tue, 24 Jul 2012 07:58:49 GMT</pubDate><guid isPermaLink="false">New Post: Shape Toolbox - making programatically created shapes editable 20120724075849A</guid></item><item><title>New Post: Shape Toolbox - making programatically created shapes editable</title><link>http://bingmapsv7modules.codeplex.com/discussions/362944</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello everybody!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using the Shape Toolbox to let a user draw shapes. The shapes are then sent off to a web server to be saved.&lt;strong&gt; When the user re-loads the page, I want the shapes to reappear, and be editable.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I know I can draw shapes on the map using the bing map API, however I also need them to be editable and am struggling.&lt;/p&gt;
&lt;p&gt;I have tried digging into the souce code for the shape toolbox module and mimicking what goes on when the user creates a shape but have had no success.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anybody give me a hand or point me in the right direction?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br&gt;
Max.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>maxmumford</author><pubDate>Thu, 12 Jul 2012 10:58:29 GMT</pubDate><guid isPermaLink="false">New Post: Shape Toolbox - making programatically created shapes editable 20120712105829A</guid></item><item><title>New Post: Well Known Text Reader/Writer with Shape Toolbox Module</title><link>http://bingmapsv7modules.codeplex.com/discussions/360113</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thanks for the info. The drawing tools module has now been updated to work with Advance Polygons.&lt;/p&gt;
&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Tue, 19 Jun 2012 11:25:42 GMT</pubDate><guid isPermaLink="false">New Post: Well Known Text Reader/Writer with Shape Toolbox Module 20120619112542A</guid></item><item><title>New Post: Well Known Text Reader/Writer with Shape Toolbox Module</title><link>http://bingmapsv7modules.codeplex.com/discussions/360113</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;if you try and use these two scripts together then&amp;nbsp; when a polygon is drawn upon ending the edit the polygon will not be closed, to&amp;nbsp; correct this the&amp;nbsp; following needs to be changed in the shape Toolbox
 module&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;function&lt;/span&gt;&lt;span style="font-size:9.5pt"&gt; _Dispose() {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt"&gt;&lt;span style="color:blue"&gt;if&lt;/span&gt; (_shape &amp;amp;&amp;amp; (_shape.toString() ==
&lt;span style="color:maroon"&gt;'[Polygon]'&lt;/span&gt;)) {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt"&gt;to&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:blue; font-size:9.5pt"&gt;function&lt;/span&gt;&lt;span style="font-size:9.5pt"&gt; _Dispose() {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size:9.5pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;span style="color:blue"&gt;if&lt;/span&gt; (_shape &amp;amp;&amp;amp; (_shape.toString() == &lt;span style="color:maroon"&gt;
'[AdvancedShapes.Polygon]'&lt;/span&gt; |_shape.toString() == &lt;span style="color:maroon"&gt;
'[Polygon]'&lt;/span&gt;)) {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.5pt"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>PDurrant</author><pubDate>Tue, 19 Jun 2012 09:31:18 GMT</pubDate><guid isPermaLink="false">New Post: Well Known Text Reader/Writer with Shape Toolbox Module 20120619093118A</guid></item><item><title>New Post: Ideas Modules</title><link>http://bingmapsv7modules.codeplex.com/discussions/269691</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;drazic19 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great idea for a community project. My ideas would be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Custom Map Type Module&amp;nbsp; -&amp;nbsp;hiding standard and&amp;nbsp;adding custom map types including OpenStreetMap, OpenCycleMap, etc. Unless this already exists&amp;nbsp;- if so point me at it :-) &lt;/li&gt;
&lt;li&gt;Elevation Data Module - reference a known elevation data provider and add data to existing points &lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;The Custom Map Type module can be done by setting the map style to mercator which will disable th ebase tile layer, and then add your custom tile layer to the map.&lt;/p&gt;&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Thu, 01 Mar 2012 16:38:04 GMT</pubDate><guid isPermaLink="false">New Post: Ideas Modules 20120301043804P</guid></item><item><title>New Post: Custom Infobox html content and jQuery</title><link>http://bingmapsv7modules.codeplex.com/discussions/346771</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The reason you can't get your tabs to work is that the infobox re-renders as you move the map around. This results in click events being released. To get around this you can add a click event to your div's in the form of onclick='Showtab()'&lt;/p&gt;&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Thu, 01 Mar 2012 16:36:19 GMT</pubDate><guid isPermaLink="false">New Post: Custom Infobox html content and jQuery 20120301043619P</guid></item><item><title>New Post: Custom Infobox html content and jQuery</title><link>http://bingmapsv7modules.codeplex.com/discussions/346771</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I have just started using Bing Maps and this custom infobox exactly what I needed. It works great and I can css my html content. One thing I can't do is use jQuery to show and hide tabs inside the info box. Is this something I should be able to do or
 will custon infobox not allow this?&lt;/p&gt;
&lt;p&gt;I have the follwing html:&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&amp;nbsp;//Define the layout contents in the infobox&lt;br&gt;
&amp;nbsp;var html = [&amp;quot;&amp;lt;div id='tabs' style='padding:10px'&amp;gt;&amp;quot;];&lt;br&gt;
&amp;nbsp;html.push(&amp;quot;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href='#tab-1'&amp;gt;tab 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href='#tab-2'&amp;gt;more stuff&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href='#tab-3'&amp;gt;even more stuff&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;quot;);&lt;br&gt;
&amp;nbsp;html.push(&amp;quot;&amp;lt;div id='tab-1'&amp;gt;&amp;lt;p&amp;gt;&amp;quot;, e.target.description, &amp;quot;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;);&lt;br&gt;
&amp;nbsp;html.push(&amp;quot;&amp;lt;div id='tab-2'&amp;gt;&amp;lt;p&amp;gt;more&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;);&lt;br&gt;
&amp;nbsp;html.push(&amp;quot;&amp;lt;div id='tab-3'&amp;gt;&amp;lt;p&amp;gt;stuff&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;);&lt;br&gt;
&amp;nbsp;html.push(&amp;quot;&amp;lt;/div&amp;gt;&amp;quot;);&lt;/p&gt;
&lt;p&gt;These 3 div and the tab list display&amp;nbsp;but the jQuery below just does not work:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;jQuery(document).ready(function($){&lt;br&gt;
&amp;nbsp;$('#myMap_infobox').hide(); // Hide all divs&lt;br&gt;
&amp;nbsp;$('#tabs div:first').show(); // Show the first div&lt;br&gt;
&amp;nbsp;$('#tabs ul li:first').addClass('active'); // Set the class of the first link to active&lt;br&gt;
&amp;nbsp;$('#tabs ul li a').click(function(){ //When any link is clicked&lt;br&gt;
&amp;nbsp;$('#tabs ul li').removeClass('active'); // Remove active class from all links&lt;br&gt;
&amp;nbsp;$(this).parent().addClass('active'); //Set clicked link class to active&lt;br&gt;
&amp;nbsp;var currentTab = $(this).attr('href'); // Set variable currentTab to value of href attribute of clicked link&lt;br&gt;
&amp;nbsp;$('#tabs div').hide(); // Hide all divs&lt;br&gt;
&amp;nbsp;$(currentTab).show(); // Show div with id equal to variable currentTab&lt;br&gt;
&amp;nbsp;return false; &lt;br&gt;
&amp;nbsp;});&lt;/p&gt;
&lt;p&gt;This jQuery works fine in the html tabs outside the infobox&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks, Dan&lt;/p&gt;
&lt;/div&gt;</description><author>danpatterson</author><pubDate>Wed, 29 Feb 2012 20:17:33 GMT</pubDate><guid isPermaLink="false">New Post: Custom Infobox html content and jQuery 20120229081733P</guid></item><item><title>New Post: Ideas Modules</title><link>http://bingmapsv7modules.codeplex.com/discussions/269691</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@drazic19:&lt;/p&gt;
&lt;p&gt;Custom map layers can be added fairly easily &lt;a href="http://msdn.microsoft.com/en-us/library/gg427598.aspx"&gt;http://msdn.microsoft.com/en-us/library/gg427598.aspx&lt;/a&gt;. Disabling the base layer can be done by setting it to type&amp;nbsp;"mercator".&lt;/p&gt;&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Thu, 19 Jan 2012 18:13:33 GMT</pubDate><guid isPermaLink="false">New Post: Ideas Modules 20120119061333P</guid></item><item><title>New Post: Calculating long routes with Bing Maps V7</title><link>http://bingmapsv7modules.codeplex.com/discussions/274828</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Use a callback when loading the module and then calculate the route after the module has loaded.&lt;/p&gt;&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Thu, 19 Jan 2012 18:11:33 GMT</pubDate><guid isPermaLink="false">New Post: Calculating long routes with Bing Maps V7 20120119061133P</guid></item><item><title>New Post: GeoRSS on Android</title><link>http://bingmapsv7modules.codeplex.com/discussions/277339</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Has anyone tried the GeoRSS module on Android? I am getting the error:&lt;/p&gt;
&lt;p&gt;&amp;quot;E/browser ( &amp;nbsp;279): Console: ReferenceError: Can't find variable: GeoRSSLayer http://192.168.1.103/georss/index.html : 38&amp;quot; in the adb console.&lt;/p&gt;
&lt;p&gt;Which is the call to &amp;quot;new GeoRSSLayer()&amp;quot; in the index.html.&lt;/p&gt;
&lt;p&gt;Everything is working fine in desktop browsers.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;/div&gt;</description><author>adamhill</author><pubDate>Wed, 26 Oct 2011 22:02:17 GMT</pubDate><guid isPermaLink="false">New Post: GeoRSS on Android 20111026100217P</guid></item><item><title>New Post: Ideas Modules</title><link>http://bingmapsv7modules.codeplex.com/discussions/269691</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Another idea:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Module for integrating Map services, Geometry services, and possibly other services from ArcGIS Server, perhaps through the ArcGIS Server REST API&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><author>ginnis</author><pubDate>Fri, 07 Oct 2011 20:24:08 GMT</pubDate><guid isPermaLink="false">New Post: Ideas Modules 20111007082408P</guid></item><item><title>New Post: Ideas Modules</title><link>http://bingmapsv7modules.codeplex.com/discussions/269691</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great idea for a community project. My ideas would be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Custom Map Type Module&amp;nbsp; -&amp;nbsp;hiding standard and&amp;nbsp;adding custom map types including OpenStreetMap, OpenCycleMap, etc. Unless this already exists&amp;nbsp;- if so point me at it :-)&lt;/li&gt;
&lt;li&gt;Elevation Data Module - reference a known elevation data provider and add data to existing points&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><author>drazic19</author><pubDate>Thu, 06 Oct 2011 14:10:16 GMT</pubDate><guid isPermaLink="false">New Post: Ideas Modules 20111006021016P</guid></item><item><title>New Post: Calculating long routes with Bing Maps V7</title><link>http://bingmapsv7modules.codeplex.com/discussions/274828</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanx for nice solution(&lt;a href="http://bingmapsv7modules.codeplex.com/wikipage?title=Route%20Service%20Helper"&gt;Route Service Helper&lt;/a&gt;) and code,&lt;/p&gt;
&lt;p&gt;refer : &lt;a href="http://bingmapsv7modules.codeplex.com/wikipage?title=Route%20Service%20Helper"&gt;http://bingmapsv7modules.codeplex.com/wikipage?title=Route%20Service%20Helper&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1) I'm trying to eliminate "Calculate Route" button click so that page can display Route on very first page load by calling CalculateRoute() in function GetMap() 's last line. but getting error "RouteServiceHelper" not Initialized.&lt;/p&gt;
&lt;p&gt;How I can achieve this functionality?&lt;/p&gt;&lt;/div&gt;</description><author>vikasvirgo</author><pubDate>Wed, 05 Oct 2011 11:03:21 GMT</pubDate><guid isPermaLink="false">New Post: Calculating long routes with Bing Maps V7 20111005110321A</guid></item><item><title>New Post: Ideas Modules</title><link>http://bingmapsv7modules.codeplex.com/discussions/269691</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Lets use this thread to list ideas for modules to be created. If you have an idea add it to the thread. If you find an idea on here you want to build out, go for it. HEre are some ideas to get us started:&lt;/p&gt;
&lt;p&gt;Social Media ideas&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Twitter Module - Wrap the twitter services to make displaying tweets on the map easy.
&lt;a href="https://dev.twitter.com/docs"&gt;https://dev.twitter.com/docs&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Four Square Module - Wrap Four Square services &lt;a href="https://developer.foursquare.com/index"&gt;
https://developer.foursquare.com/index&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Toptable Module - Wrap toptable web services &lt;a href="http://webservices.toptable.com/Help/index.html"&gt;
http://webservices.toptable.com/Help/index.html&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Useful data ideas&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;London Underground Module - Wrap the free feeds to add London Underground data on the map:
&lt;a href="http://www.tfl.gov.uk/businessandpartners/syndication/16492.aspx"&gt;http://www.tfl.gov.uk/businessandpartners/syndication/16492.aspx&lt;/a&gt;&amp;nbsp;Maybe extracting the rail line information so we can overlay the routes on the map would be good too.
&lt;/li&gt;&lt;li&gt;Standard RSS/ATOM feed parsing module. Possibly integrate with GeoRSS module, or rewrite GeoRSS module to extend this module.
&lt;/li&gt;&lt;li&gt;Photosynth module - Create a module that makes integrating photosynth with Bing Maps as easy.
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description><author>rbrundritt</author><pubDate>Fri, 19 Aug 2011 12:05:43 GMT</pubDate><guid isPermaLink="false">New Post: Ideas Modules 20110819120543P</guid></item></channel></rss>