酷信息框和绘制多边形通过xml ....在bing地图,纯javascript

时间:2012-02-13 23:12:17

标签: javascript bing-maps

我刚刚开始使用bing地图,并希望为我的项目提供两件事。 a)通过xml加载数据来定义图层/形状 B)有一个像site这样的工具提示/信息框: -

check the source file here

3 个答案:

答案 0 :(得分:1)

对于Bing Maps中的自定义信息框,有两种选择。第一种是使用内置的信息框控件并设置html内容属性。我有一篇关于如何在此处执行此操作的博文:http://rbrundritt.wordpress.com/2011/11/08/simple-custom-infoboxes-in-bing-maps-v7/

第二种方法是使用我在Bing Maps V7中创建的自定义信息框模块:http://bingmapsv7modules.codeplex.com/wikipage?title=Custom%20Infobox%20Control

答案 1 :(得分:0)

对于XML数据,如果是GeoRSS或GML格式,那么您可以使用此模块: http://bingmapsv7modules.codeplex.com/wikipage?title=GeoRSS%20Plugin

如果是GPX格式,您可以使用此模块: http://bingmapsv7modules.codeplex.com/wikipage?title=GPX%20Parser

答案 2 :(得分:0)