将外部地图与 bing 地图结合使用
我可以将 bing 地图平台与外部地图源结合使用吗? 例如,我想将 bing 地图 siverlight 客户端与我自己的地图文件而不是提供的地图一起使用。 (某些地区的覆盖范围不足以使用 bings 提供的地图) 谢谢。
can i use bing map platform with an external mapping source ?
for example, i want to use bing map siverlight client with my own map files instead of the provided maps. (some areas coverage is insufficiant with bings provided mapping)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您没有 ArcGIS Server,您可能需要使用的另一个有用工具是 MapCruncher,它将获取光栅图像,允许您对其进行地理配准并生成与 Virtual Earth 兼容的切片。
如果需要显示矢量数据,可以将其转换为 KML 等格式,也可以使用名为 SharpMap 的产品来渲染平铺图像。
Another useful tool you may want to utilize if you don't have ArcGIS Server is MapCruncher, which will take a raster image, allow you to georeference it and produce Virtual Earth compatible tiles.
If you need to display vector data, you can either convert it to a format like KML or use a product called SharpMap to render tiled images.
我假设由于它被标记为 ESRI,因此您需要一种将 ESRI 产品用于数据源的方法...您可以通过多种方式创建自己的图块并在 Bing 地图中使用它们。如果您有 ESRI ArcGIS Server,则可以使用 ESRI JS API将您自己的服务添加到 Bing 地图。
I am assuming that since this was tagged ESRI, that you want a method to use ESRI products for your data sources... There are a lot of ways you can create your own tiles and use them in Bing Maps. If you have ESRI ArcGIS Server, you can use the ESRI JS API to add your own services to Bing Maps.
您可以重写 TileSource 类并覆盖 GetUri 方法
you can rewrite TileSource class and override GetUri method