Nebojsa Veron
Nebojsa Veron

Reputation: 1615

Bing Maps in an MVC2 web application

I'm trying to find the best way to implement Bing maps into my ASP.NET MVC2 web application.

I came accross MvcMaps Preview1 on Codeplex but it doesn't work good, at least for me. Maybe that's because it's for .NET 3.5 and VS2008, I don't know.

I'd like to avoid Silverlight. What's your suggestion, what should I use and what's the easiest way to get a Bing Map show some data on it?

Thanks!

Upvotes: 0

Views: 1120

Answers (2)

BenCr
BenCr

Reputation: 6052

I've written an MVC mapping application (all be it in PHP) and used OpenLayers for mapping. It's a client side Javascript library for mapping.

http://openlayers.org/

Upvotes: 0

JasCav
JasCav

Reputation: 34652

Check out the NerdDinner Tutorial. Part of the tutorial is the integration of maps within your web application.

Upvotes: 2

Related Questions