您能为 ASP.NET 推荐一些世界地图控件吗?
我需要一个网站来显示交互式世界地图。
它的工作方式必须类似于以下地图
http://www.pentasia.com/flash-map .asp
但我希望能够将鼠标悬停在每个国家/地区上,在悬停时突出显示它,然后选择它。选择后,我希望有一个单独的显示屏来显示该国家/地区的信息。
你有看到什么可能合适的吗?
谢谢
I have a requirement on a website to display an interactive map of the world.
It has to work a bit like the following map
http://www.pentasia.com/flash-map.asp
but I want to be able to hover over each individual country, highlight it as i hover, and then select it. Once selected I want to have a separate display showing information from that country.
Have you seen anything that might fit?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Telerik 有一个很好的 silverlight 地图控件可以做到这一点。以下是他们的几个演示:
http://demos.telerik.com/silverlight/weatherstation/
http://demos.telerik.com/silverlight/#Map/Shapefile/Europe
我没有专门使用他们的地图控件,所以我个人不能保证它,但我使用了他们的许多其他控件并取得了巨大的成功,并且他们的支持非常好。
Telerik have a good silverlight map control that does it. Here are a couple of their demos:
http://demos.telerik.com/silverlight/weatherstation/
http://demos.telerik.com/silverlight/#Map/Shapefile/Europe
I haven't specifically used their map control so I can't vouch for it personally, but I have used plenty of their other controls with great success and their support is pretty good.
您可以使用 ASP.NET ImageMap Control 来满足您的要求。
此处描述的示例: http://www.beansoftware.com/ASP.NET -教程/ImageMap-Control.aspx
you can using ASP.NET ImageMap Control for your requirement.
example described here : http://www.beansoftware.com/ASP.NET-Tutorials/ImageMap-Control.aspx