ASP.NET 2.0 Virtual Earth Map Control

Microsoft Virtual Earth API 3.0 中新增的一项强大的功能使用 GeoRSS  GeoRSS 提供了一种地理位置搜索与聚合的方案,并且可以用于地理分析,例如在指定地点 10 公里范围内,所有可能受地震影响的地物的信息,在自己出行道路中出现交通事故的位置点,等等。只要 RSS 包含了地理位置信息,就可以将应用进行扩展。 GeoRSS 层可以很容易的使用基于 WGS84 lat/long 坐标系,或 GeoRSS Simple 语法的 GeoRSS XML 文件,加入一组点到地图上,具体的方法可以参考这两篇文章:
[url]http://blogs.msdn.com/keithkin/archive/2006/09/19/761333.aspx[/url]
[url]http://blogs.msdn.com/keithkin/archive/2006/09/19/761573.aspx[/url]
  Keith demo 中,他实现了将鼠标停留在地图上某标注点,其相关信息就会反应出来,示例如下:
 [url]http://krkinnan.members.winisp.net/samples/georss/hurricaneivan.html[/url]
Cpdeplex 网站上有一个开源的 ASP.NET 2.0 Virtual Earth Map Control PietschSoft.VE3 is an ASP.NET 2.0 Virtual Earth v3 Server Control. The goal of this control is to allow ASP.NET developers to utilize Virtual Earth mapping within their applications with out requiring any JavaScript knowledge.
自由、创新、研究、探索……

你可能感兴趣的:(职场,asp.net,休闲,EarthMapControl)