Quantcast
Channel: mvcmaps Discussions Rss Feed
Browsing latest articles
Browse All 20 View Live

New Post: Address Lookup?

Hello!  Great control!  Simple and clean.Any way an address lookup can be added to the control?.PushPins.Add( new PushPin() { Address="123 Simple St.", Zip=12345});  or something to that affect?Also,...

View Article



New Post: needed change for ASP.NET MVC3

Hi,to get your code working I had to change the property MvcMaps.Map<T>.writer from:        protected TextWriter writer        {            get            {                return...

View Article

New Post: ASP.NET MVC3 and Razor

Has anyone got this working under Razor yet? I tried the following:@Ajax .GoogleMap() .CssClass("GoogleMap") .Render();but it just renders literally to the screen...

View Article

New Post: ASP.NET MVC3 and Razor

Ah, I've got it. If you're going to split the expression across multiple lines, you need to surround with curly braces:@{Ajax .GoogleMap() .CssClass("GoogleMap") .Render();} Now it works just fine.

View Article

New Post: ASP.NET MVC3 and Razor

At least, it works until I try to use a DynamicMap. If I manually add a pushpin then it renders properly, no problem. Following the example, I've returned a dataset to the control, but code I've added...

View Article


New Post: ASP.NET MVC3 and Razor

Digging into the JavaScript in Map.js, I've put a breakpoint inside the loadDynamicMapData function, and it gets hit, at least as far as the getDynamicMapViewData call inside the jQuery.post call....

View Article

New Post: ASP.NET MVC3 and Razor

OK, I've found the problem - MvcMaps does not support jQuery 1.4.2. Earlier versions of jQuery did not follow the JSON spec too well, so MvcMaps is currently producing invalid JSON, which is being...

View Article

New Post: ASP.NET MVC3 and Razor

I have the same issues with MVC3 and Razor.@{Ajax .BingMap() .CssClass("BingMap") .Render();}Results in:Microsoft JScript runtime error: The value of the property '$' is null or undefined, not a...

View Article


New Post: Can not make it work .Can You help?

Hi all,I have an asp.net mvc3 project using jquery 1.5.1.js. I have followed the instructions but I get an error.Has anybody got a noddy example that works with the jquery version that ships with...

View Article


New Post: ASP.NET MVC3 and Razor

I still can't seem to get DynamicMap working. Anyone got any ideas? I'm using MVC 3 Razor and jQuery 1.5.1My Razor code is as follows@{Ajax .BingMap() .CssClass("BingMap") .Center(-27.2271500523225,...

View Article

New Post: ASP.NET MVC3 and Razor

drazic19 - I had the same issue but then I moved the @using MvcMaps; statement to the top so that it is the first statement of the page.chur - chur chur brother.  The directions that CtrlAltDel gave...

View Article

New Post: ASP.NET MVC3 and Razor

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?drazic19 -...

View Article

New Post: needed change for ASP.NET MVC3

Credit where its due. Thanks a lot. Worked for me

View Article


New Post: ASP.NET MVC3 and Razor

abhikchowdhuryI've since abandoned MvcMaps and am currently working with the Bing Maps api directly.It's quite easy to use but there are major differences between versions 6 and 7 so you have to be...

View Article

New Post: Add marker to mvcmap

@crpietschmann how about adding a pushpin by clicking directly on the map, is it possible using the API

View Article


New Post: Address Lookup?

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...

View Article

New Post: Tutorial needed

Hi!You have done a great job, and thanks for that :)I'm in a situation where I will be working with both Bing and Google maps. So this project suits my needs to fine.However I'm not sure I have...

View Article


New Post: Add pushpin using Javascript

how to add pushpin to google map using javascript?

View Article

New Post: Add pushpins via javascript

bckspc wrote:Hi all!Is it possible to add / remove pushpins via javascript?If not, this would be a great functionality to add. :)Keep up this excellent code!Hi, Are you got Solution to this...

View Article

New Post: Add pushpins via javascript

You can add the following sentence to the GoogleMap.js below the "load" function and you'll have a marker any time that you click in the Map. GEvent.addListener(map, "click", function (marcador, punto)...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images