<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MvcMaps - Unified Bing/Google Mapping API for ASP.NET MVC</title><link>http://mvcmaps.codeplex.com/project/feeds/rss</link><description>A single unified API for both Bing Maps and Google Maps JavaScript development within ASP.NET MVC.</description><item><title>New Post: Add pushpins via javascript</title><link>http://mvcmaps.codeplex.com/discussions/81869</link><description>&lt;div style="line-height: normal;"&gt;You can add the following sentence to the GoogleMap.js below the &amp;quot;load&amp;quot; function and you'll have a marker any time that you click in the Map. &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;GEvent.addListener(map, &amp;quot;click&amp;quot;, function (marcador, punto) {
                // Crear el nuevo marcador y mostrar sus coordenadas
                var opts = {
                    title: &amp;quot;New Marker by click&amp;quot;
                };
                var nuevoMarcador = new GMarker(punto,opts);
                GEvent.addListener(nuevoMarcador, &amp;quot;click&amp;quot;, function () {
                    this.openInfoWindowHtml(&amp;quot;Lat: &amp;quot; + this.getPoint().lat() + &amp;quot;&amp;lt;br/&amp;gt;Lon: &amp;quot; + this.getPoint().lng());
                });
                map.addOverlay(nuevoMarcador);
            });&lt;/code&gt;&lt;/pre&gt;

The thing is that I want enable and disable this functionality depending of the Page where I'm render. Do you know how to do it? Anyone else could help me?&lt;br /&gt;
&lt;/div&gt;</description><author>NicoMijoch</author><pubDate>Sat, 15 Jun 2013 17:52:17 GMT</pubDate><guid isPermaLink="false">New Post: Add pushpins via javascript 20130615055217P</guid></item><item><title>Commented Issue: Maps don't load when globalization culture uses 'comma' as decimal separator [4774]</title><link>http://mvcmaps.codeplex.com/workitem/4774</link><description>If you set the globalization culture of the web application to one which uses &amp;#39;comma&amp;#39; as a decimal separator, the JS code gets rendered incorrectly for numeric values.&lt;br /&gt;&amp;#160;&lt;br /&gt;To reproduce the error, add &amp;#60;globalization culture&amp;#61;&amp;#34;es-AR&amp;#34; &amp;#47;&amp;#62; to the web.config and open the home page of the InteractiveSDKwebsite.&lt;br /&gt;&amp;#160;&lt;br /&gt;I believe the problem can be solved by updating the Render method of the JsonObjectBuilder class.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks for the great app. Hope this helps.&lt;br /&gt;Comments: ** Comment from web user: NicoMijoch ** &lt;p&gt;Also you need to correct the Shapes pages. &lt;/p&gt;&lt;p&gt;The Polygon.cs needs to fix the follwing code:&lt;/p&gt;&lt;p&gt;```&lt;br&gt;  if (this.LineOpacity.HasValue)&lt;br&gt;            {&lt;br&gt;                json.Append(&amp;quot;lineopacity&amp;quot;, this.LineOpacity.Value.ToString(System.Globalization.CultureInfo.InvariantCulture));&lt;br&gt;            }&lt;br&gt;// Some funtions below&lt;/p&gt;&lt;p&gt;if (this.FillOpacity.HasValue)&lt;br&gt;            {&lt;br&gt;                json.Append(&amp;quot;fillopacity&amp;quot;, this.FillOpacity.Value.ToString(System.Globalization.CultureInfo.InvariantCulture));&lt;br&gt;            }&lt;br&gt;```&lt;br&gt;The Polyline.cs needs to fix the follwing code:&lt;/p&gt;&lt;p&gt;```&lt;br&gt; if (this.LineOpacity.HasValue)&lt;br&gt;            {&lt;br&gt;                json.Append(&amp;quot;lineopacity&amp;quot;, this.LineOpacity.Value.ToString(System.Globalization.CultureInfo.InvariantCulture));&lt;br&gt;            }&lt;br&gt;```&lt;/p&gt;</description><author>NicoMijoch</author><pubDate>Sun, 02 Jun 2013 19:36:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: Maps don't load when globalization culture uses 'comma' as decimal separator [4774] 20130602073602P</guid></item><item><title>Commented Issue: Ambiguous match found. [10669]</title><link>http://mvcmaps.codeplex.com/workitem/10669</link><description>I am getting an error in WebUtils.cs  file in below mentioned code when I am trying to run the application.&lt;br /&gt;&lt;br /&gt;Error Message &amp;#58;- Ambiguous match found&lt;br /&gt;Line &amp;#58;-  _getWebResourceUrlMethod &amp;#61; typeof&amp;#40;System.Web.Handlers.AssemblyResourceLoader&amp;#41;.GetMethod&amp;#40;&lt;br /&gt;                            &amp;#34;GetWebResourceUrlInternal&amp;#34;,&lt;br /&gt;                            BindingFlags.NonPublic &amp;#124; BindingFlags.Static&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;please refer the attached img.&lt;br /&gt;&lt;br /&gt;Thanks in Advance&lt;br /&gt;Comments: ** Comment from web user: yaqubonnet ** &lt;p&gt;I am experiencing the same issue.&lt;/p&gt;</description><author>yaqubonnet</author><pubDate>Thu, 14 Mar 2013 09:42:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Ambiguous match found. [10669] 20130314094213A</guid></item><item><title>Created Issue: Ambiguous match found. [10669]</title><link>http://mvcmaps.codeplex.com/workitem/10669</link><description>I am getting an error in WebUtils.cs  file in below mentioned code when I am trying to run the application.&lt;br /&gt;&lt;br /&gt;Error Message &amp;#58;- Ambiguous match found&lt;br /&gt;Line &amp;#58;-  _getWebResourceUrlMethod &amp;#61; typeof&amp;#40;System.Web.Handlers.AssemblyResourceLoader&amp;#41;.GetMethod&amp;#40;&lt;br /&gt;                            &amp;#38;quot&amp;#59;GetWebResourceUrlInternal&amp;#38;quot&amp;#59;,&lt;br /&gt;                            BindingFlags.NonPublic &amp;#124; BindingFlags.Static&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;please refer the attached img.&lt;br /&gt;&lt;br /&gt;Thanks in Advance&lt;br /&gt;</description><author>moinsiddiqui</author><pubDate>Mon, 17 Dec 2012 10:58:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Ambiguous match found. [10669] 20121217105859A</guid></item><item><title>Source code checked in, #80132</title><link>http://mvcmaps.codeplex.com/SourceControl/changeset/changes/80132</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://mvcmaps.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmaps.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A single unified API for both Bing Maps and Google Maps JavaScript development within ASP.NET MVC.
&lt;h2&gt;Articles/Tutorials:&lt;/h2&gt;
&lt;a href="http://pietschsoft.com/post/2009/11/02/MvcMaps-Preview-1-e28093-A-Unified-BingGoogle-Maps-API-for-ASPNET-MVC.aspx"&gt;MvcMaps Preview 1 - A Unified Bing/Google Maps API for ASP.NET MVC&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;Basic Map&lt;/h2&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;script&lt;/span&gt; &lt;span style="color:Red;"&gt;type&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;#39;text/javascript&amp;#39;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
.BingMap { width: 600px; height: 400px; border: solid 1px black; }
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;script&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="background-color:Yellow;"&gt;&amp;lt;%&lt;/span&gt; Ajax.BingMap()     &lt;span style="color:Green;"&gt;// Create a Bing Map&lt;/span&gt;
    .CssClass(&lt;span style="color:#A31515;"&gt;&amp;quot;BingMap&amp;quot;&lt;/span&gt;) &lt;span style="color:Green;"&gt;// Define the CSS Style to use. These specify the Maps Size&lt;/span&gt;
    .Render();           &lt;span style="color:Green;"&gt;// Render all the HTML / JavaScript necessary to create the Map to Server.Response&lt;/span&gt;
    &lt;span style="background-color:Yellow;"&gt;%&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;An &amp;quot;Interactive SDK&amp;quot; with many more sample usages is included with the source code download available at the link on the right side of this page.&lt;br /&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
MvcMaps can only be implemented within an ASP.NET MVC Web Application Project, and has the following requirements:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ASP.NET 3.5 or later&lt;/li&gt;
&lt;li&gt;ASP.NET MVC 1.0 or later&lt;/li&gt;
&lt;li&gt;jQuery Library v1.3.2 or later&lt;/li&gt;&lt;/ul&gt;
&lt;i&gt;If you are looking for a control to simplify Bing Maps mapping development within an ASP.NET WebForms Application, go check out &lt;a href="http://simplovation.com"&gt;Web.Maps.VE from Simplovation&lt;/a&gt;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Before you can add Maps to your ASP.NET MVC Views, you must first Add a Reference to the &amp;quot;MvcMaps.dll&amp;quot; to your ASP.NET MVC Web Application Project. Then, you must also Import it&amp;#39;s namespace into each View, as below:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="background-color:Yellow;"&gt;&amp;lt;%&lt;/span&gt;&lt;span style="color:Blue;"&gt;@&lt;/span&gt; &lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Namespace&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;quot;MvcMaps&amp;quot;&lt;/span&gt; &lt;span style="background-color:Yellow;"&gt;%&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;Alternatively to Importing the Namespace within every View/Page, you can add it to the Web.Config to be included within All Views/Pages:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
 &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;pages&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namespaces&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;add&lt;/span&gt; &lt;span style="color:Red;"&gt;namespace&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;MvcMaps&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namespaces&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;pages&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;This project is maintained by &lt;a href="http://pietschsoft.com"&gt;Chris Pietschmann&lt;/a&gt;. He is a Microsoft MVP for Bing Maps, a Co-Founder of &lt;a href="http://carto.com"&gt;Carto LLC&lt;/a&gt;, and the Owner of &lt;a href="http://simplovation.com"&gt;Simplovation LLC&lt;/a&gt; a software development consulting company that specializes in Mapping/GIS related application development.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>crpietschmann</author><pubDate>Fri, 04 May 2012 14:20:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120504022006P</guid></item><item><title>New Post: Add pushpins via javascript</title><link>http://mvcmaps.codeplex.com/discussions/81869</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="border: solid .1em #ccc; font-style: italic; margin: .25em 1em 0 1em; padding: 0 .25em 0 .25em;"&gt;&lt;strong&gt;bckspc wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Hi all!&lt;/p&gt;
&lt;p&gt;Is it possible to add / remove pushpins via javascript?&lt;/p&gt;
&lt;p&gt;If not, this would be a great functionality to add. :)&lt;/p&gt;
&lt;p&gt;Keep up this excellent code!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Hi, Are you got Solution to this discussion?. If yes, Please give me the details!&lt;/p&gt;&lt;/div&gt;</description><author>rprabhuit</author><pubDate>Thu, 12 Apr 2012 05:37:26 GMT</pubDate><guid isPermaLink="false">New Post: Add pushpins via javascript 20120412053726A</guid></item><item><title>New Post: Add pushpin using Javascript</title><link>http://mvcmaps.codeplex.com/discussions/352000</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;how to add pushpin to google map using javascript?&lt;/p&gt;&lt;/div&gt;</description><author>rprabhuit</author><pubDate>Thu, 12 Apr 2012 05:29:26 GMT</pubDate><guid isPermaLink="false">New Post: Add pushpin using Javascript 20120412052926A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcmaps.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A single unified API for both Bing Maps and Google Maps JavaScript development within ASP.NET MVC.
&lt;h2&gt;Articles/Tutorials:&lt;/h2&gt;
&lt;a href="http://pietschsoft.com/post/2009/11/02/MvcMaps-Preview-1-e28093-A-Unified-BingGoogle-Maps-API-for-ASPNET-MVC.aspx" class="externalLink"&gt;MvcMaps Preview 1 - A Unified Bing/Google Maps API for ASP.NET MVC&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;Basic Map&lt;/h2&gt;&lt;pre&gt;
&amp;lt;script type=&amp;#39;text/javascript&amp;#39;&amp;gt;
.BingMap { width: 600px; height: 400px; border: solid 1px black; }
&amp;lt;/script&amp;gt;

&amp;lt;% Ajax.BingMap()     // Create a Bing Map
    .CssClass(&amp;quot;BingMap&amp;quot;) // Define the CSS Style to use. These specify the Maps Size
    .Render();           // Render all the HTML / JavaScript necessary to create the Map to Server.Response
    %&amp;gt;
&lt;/pre&gt;&lt;br /&gt;An &amp;quot;Interactive SDK&amp;quot; with many more sample usages is included with the source code download available at the link on the right side of this page.&lt;br /&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
MvcMaps can only be implemented within an ASP.NET MVC Web Application Project, and has the following requirements:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ASP.NET 3.5 or later&lt;/li&gt;
&lt;li&gt;ASP.NET MVC 1.0 or later&lt;/li&gt;
&lt;li&gt;jQuery Library v1.3.2 or later&lt;/li&gt;&lt;/ul&gt;
&lt;i&gt;If you are looking for a control to simplify Bing Maps mapping development within an ASP.NET WebForms Application, go check out &lt;a href="http://simplovation.com" class="externalLink"&gt;Web.Maps.VE from Simplovation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Before you can add Maps to your ASP.NET MVC Views, you must first Add a Reference to the &amp;quot;MvcMaps.dll&amp;quot; to your ASP.NET MVC Web Application Project. Then, you must also Import it&amp;#39;s namespace into each View, as below:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
&amp;lt;%@ Import Namespace=&amp;quot;MvcMaps&amp;quot; %&amp;gt; &lt;/pre&gt;&lt;br /&gt;Alternatively to Importing the Namespace within every View/Page, you can add it to the Web.Config to be included within All Views/Pages:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt; &amp;lt;pages&amp;gt;
    &amp;lt;namespaces&amp;gt;
        &amp;lt;add namespace=&amp;quot;MvcMaps&amp;quot; /&amp;gt;
    &amp;lt;/namespaces&amp;gt;
&amp;lt;/pages&amp;gt; &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;b&gt;Chris Pietschmann&lt;/b&gt; - Chris is a Microsoft MVP for Bing Maps, and the Owner of &lt;a href="http://simplovation.com" class="externalLink"&gt;Simplovation LLC&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; a software development consulting company that specializes in Mapping/GIS related application development. You can view Chris&amp;#39; blog at &lt;a href="http://pietschsoft.com" class="externalLink"&gt;http://pietschsoft.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/download?ProjectName=virtualrouter&amp;amp;DownloadId=195838" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>crpietschmann</author><pubDate>Tue, 06 Mar 2012 13:30:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120306013056P</guid></item><item><title>New Post: Tutorial needed</title><link>http://mvcmaps.codeplex.com/discussions/346627</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;You have done a great job, and thanks for that :)&lt;/p&gt;
&lt;p&gt;I'm in a situation where I will be working with both Bing and Google maps. So this project suits my needs to fine.&lt;/p&gt;
&lt;p&gt;However I'm not sure I have understood how to use it. I have read what you have written, however I'm still unsure.&lt;/p&gt;
&lt;p&gt;Would you be making some kind of tutorial on how to get started with this project. I mean something like the nerd dinner tutorial.&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>samarmir</author><pubDate>Tue, 28 Feb 2012 21:26:27 GMT</pubDate><guid isPermaLink="false">New Post: Tutorial needed 20120228092627P</guid></item><item><title>New Post: Address Lookup?</title><link>http://mvcmaps.codeplex.com/discussions/248809</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hey...did you ever get an answer back on this one??...I would like to know the where the Bing keys get added too! Thanks for sharing!!&lt;/p&gt;
&lt;p&gt;__________________________________&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.legacylegal.com/info_improvemycreditscore.asp"&gt;http://www.legacylegal.com/info_improvemycreditscore.asp&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>candiceslegacy</author><pubDate>Mon, 06 Feb 2012 21:08:42 GMT</pubDate><guid isPermaLink="false">New Post: Address Lookup? 20120206090842P</guid></item><item><title>Created Issue: Maps don't paint the pushpin when i load a model with a property as a IEnumerable&lt;Pushpin&gt; [9725]</title><link>http://mvcmaps.codeplex.com/workitem/9725</link><description>I render my map this way&amp;#58;&lt;br /&gt;&lt;br /&gt;Html.RenderPartial&amp;#40;&amp;#34;MapDisplay&amp;#34;, new ViewDataDictionary&amp;#40;&amp;#41;&lt;br /&gt;                                                                 &amp;#123;&lt;br /&gt;                                                                     &amp;#123;&lt;br /&gt;                                                                         &amp;#34;Bing&amp;#34;, Ajax.BingMap&amp;#40;&amp;#41;&lt;br /&gt;                                                                         .CssClass&amp;#40;&amp;#34;BingMap&amp;#34;&amp;#41;&lt;br /&gt;                                                                         .AddPushpin&amp;#40;Model.Positions&amp;#41;&lt;br /&gt;                                                                         &amp;#125;&lt;br /&gt;                                                                 &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;And &amp;#34;Model.Positions&amp;#34; is a &amp;#34;public IEnumerable&amp;#60;Pushpin&amp;#62; Positions &amp;#123; get&amp;#59; set&amp;#59; &amp;#125;&amp;#34; propertie from the model...&lt;br /&gt;&lt;br /&gt;What can i do to show a pushpin list&amp;#63;  Exist another way to do that&amp;#63;  Anybody can help me&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks people&amp;#33;&lt;br /&gt;</description><author>Mocolete</author><pubDate>Fri, 16 Dec 2011 16:38:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Maps don't paint the pushpin when i load a model with a property as a IEnumerable&lt;Pushpin&gt; [9725] 20111216043844P</guid></item><item><title>New Post: Add marker to mvcmap</title><link>http://mvcmaps.codeplex.com/discussions/233150</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@&lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/crpietschmann"&gt;crpietschmann&lt;/a&gt;&amp;nbsp;how about adding a pushpin by clicking directly on the map, is it possible using the API&lt;/p&gt;&lt;/div&gt;</description><author>jeneral</author><pubDate>Mon, 19 Sep 2011 19:09:01 GMT</pubDate><guid isPermaLink="false">New Post: Add marker to mvcmap 20110919070901P</guid></item><item><title>New Post: ASP.NET MVC3 and Razor</title><link>http://mvcmaps.codeplex.com/discussions/256973</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/abhikchowdhury"&gt;abhikchowdhury&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've since abandoned MvcMaps and am currently working with the Bing Maps api directly.&lt;/p&gt;
&lt;p&gt;It's quite easy to use but there are major differences between versions 6 and 7 so you have to be mindful of that when you are reading through code samples and examples.&lt;/p&gt;
&lt;p&gt;With v7, even though it is lightweight, I found it more verbose to add popup boxes to pins and get things to align up the way I wanted them to so I currently am using v6.&lt;/p&gt;
&lt;p&gt;Google maps api is also easy to use and the roof top accuracy of the returned location from an address query is amazing.&lt;/p&gt;
&lt;p&gt;Sorry I couldn't help you out.&lt;/p&gt;&lt;/div&gt;</description><author>fabze</author><pubDate>Tue, 06 Sep 2011 03:29:18 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC3 and Razor 20110906032918A</guid></item><item><title>New Post: needed change for ASP.NET MVC3</title><link>http://mvcmaps.codeplex.com/discussions/253701</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Credit where its due. Thanks a lot. Worked for me&lt;/p&gt;&lt;/div&gt;</description><author>jeneral</author><pubDate>Sun, 04 Sep 2011 13:07:09 GMT</pubDate><guid isPermaLink="false">New Post: needed change for ASP.NET MVC3 20110904010709P</guid></item><item><title>New Post: ASP.NET MVC3 and Razor</title><link>http://mvcmaps.codeplex.com/discussions/256973</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;fabze - I am facing the same issue as drazic19 and moving the @using MvcMaps statement to the top of the View page doesn't solve the problem for me. Any idea why it may have worked for you?&lt;/p&gt;
&lt;p&gt;drazic19 - did this work for you?&lt;/p&gt;&lt;/div&gt;</description><author>abhikchowdhury</author><pubDate>Thu, 01 Sep 2011 21:12:27 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC3 and Razor 20110901091227P</guid></item><item><title>New Post: ASP.NET MVC3 and Razor</title><link>http://mvcmaps.codeplex.com/discussions/256973</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;drazic19 - I had the same issue but then I moved the @&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; color: #0000ff; font-size: x-small;"&gt;using &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;MvcMaps; &lt;/span&gt;&lt;/span&gt;statement to the top so that it is the first statement of the page.&lt;/p&gt;
&lt;p&gt;chur - chur chur brother.&amp;nbsp; The directions that CtrlAltDel gave address this problem perfectly.&amp;nbsp; Go to the JsonObjectBuilder In the&amp;nbsp;Utils directory of the MvcMaps project and replace what you find&amp;nbsp;on line 61 with:&lt;br /&gt;&lt;br /&gt;sb.Append(string.Format("\"{0}\":{1}", val.Key, strVal));&lt;/p&gt;&lt;/div&gt;</description><author>fabze</author><pubDate>Mon, 08 Aug 2011 10:05:46 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC3 and Razor 20110808100546A</guid></item><item><title>New Post: ASP.NET MVC3 and Razor</title><link>http://mvcmaps.codeplex.com/discussions/256973</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I still can't seem to get DynamicMap working. Anyone got any ideas? I'm using MVC 3 Razor and jQuery 1.5.1&lt;/p&gt;
&lt;p&gt;My Razor code is as follows&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;@{Ajax
    .BingMap()
    .CssClass(&lt;span style="color: #a31515;"&gt;"BingMap"&lt;/span&gt;)
    .Center(-27.2271500523225, 153.011671421674)
    .Zoom(16)
    .MapType(MapType.Aerial)
    &lt;span style="color: green;"&gt;//.AddPushpin(new Pushpin(-27.2271500523225, 153.011671421674))&lt;/span&gt;
    .DynamicMap(&lt;span style="color: blue;"&gt;new&lt;/span&gt; { controller = &lt;span style="color: #a31515;"&gt;"Round"&lt;/span&gt;, action = &lt;span style="color: #a31515;"&gt;"ShotsPushpins"&lt;/span&gt; })
    .Render();}
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;And my controller code:&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;[AcceptVerbs(HttpVerbs.Post)]
&lt;span style="color: blue;"&gt;public&lt;/span&gt; ActionResult ShotsPushpins(&lt;span style="color: blue;"&gt;double&lt;/span&gt; minLat, &lt;span style="color: blue;"&gt;double&lt;/span&gt; maxLat, &lt;span style="color: blue;"&gt;double&lt;/span&gt; minLng, &lt;span style="color: blue;"&gt;double&lt;/span&gt; maxLng)
{
      &lt;span style="color: blue;"&gt;var&lt;/span&gt; shots = &lt;span style="color: blue;"&gt;from&lt;/span&gt; s &lt;span style="color: blue;"&gt;in&lt;/span&gt; db.Shots &lt;span style="color: blue;"&gt;select&lt;/span&gt; s;
      List&amp;lt;MvcMaps.Pushpin&amp;gt; ps = &lt;span style="color: blue;"&gt;new&lt;/span&gt; List&amp;lt;Pushpin&amp;gt;();

      &lt;span style="color: blue;"&gt;foreach&lt;/span&gt; (Shot s &lt;span style="color: blue;"&gt;in&lt;/span&gt; shots)
      {
          Pushpin p = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Pushpin(s.StartLat, s.StartLong);
          ps.Add(p);
      }
      &lt;span style="color: blue;"&gt;return&lt;/span&gt; &lt;span style="color: blue;"&gt;new&lt;/span&gt; MapDataResult()
      {
          Pushpins = ps
      };
}
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>chur</author><pubDate>Sat, 06 Aug 2011 13:52:06 GMT</pubDate><guid isPermaLink="false">New Post: ASP.NET MVC3 and Razor 20110806015206P</guid></item><item><title>New Post: Can not make it work .Can You help?</title><link>http://mvcmaps.codeplex.com/discussions/262164</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have an asp.net mvc3 project using jquery 1.5.1.js. I have followed the instructions but I get an error.&lt;/p&gt;
&lt;p&gt;Has anybody got a noddy example that works with the jquery version that ships with vs2010.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks a lot&lt;/p&gt;
&lt;/div&gt;</description><author>brix</author><pubDate>Tue, 21 Jun 2011 12:35:06 GMT</pubDate><guid isPermaLink="false">New Post: Can not make it work .Can You help? 20110621123506P</guid></item></channel></rss>