在 asp.net 中的地图上显示位置
在我的 asp.net 应用程序中,我需要在地图上显示大约一千起车祸的位置(谷歌地图,但我也有道路的 shapefile)。 这是我第一次接触这个世界,我感到很困惑。 我可以看到一长串框架和库(OpenLayers、SharpMap、GoogleMaps Api 等),但我不知道哪个最适合我的用途。
你能帮我找到路吗?
谢谢。
in my asp.net application i need to display on a map (google map but i also have a shapefile of the roads ) the locations of about a thousand car accidents.
This is my very first approach with this world and i'm getting confused.
I can see a long list of framework and libraries ( OpenLayers, SharpMap, GoogleMaps Api, etc... ) but i dont' know which is the best for my pourpose.
Could you please help me to find the way?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只是想向地图添加标记,这非常简单,请查看 此页面上的标记示例。 (查看来源。)
If you're just trying to add markers to the map it's really easy, have a look at the Marker examples on this page. (View the source.)
尝试回答以下问题:
Google 地图 - ASP.Net 中的简单方法?< /a>
Google 地图或雅虎地图的最佳 .NET 包装器?
ScottGu 建议此操作方法文章。
这里有一个代码项目操作方法。
Try the answers to these questions:
Google Maps - Easy way in ASP.Net?
Best .NET Wrapper for Google Maps or Yahoo Maps?
ScottGu suggests this how-to article.
And here's a Code Project how-to.