开发者

Bing Maps in an MVC2 web application

开发者 https://www.devze.com 2023-02-19 03:31 出处:网络
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 bec

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!


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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消