如何在 Mapbox 底图中使用另一个底图的图层
我在我的网站上使用 Mapbox 地图板。我还想将 bing-maps 或 yandex-maps 等地图的页脚添加到我的 Mapbox 图层中,以便为用户提供更多选择。所以我想在继续使用mapbox的同时使用其他地图的图层,这可能吗?
I am using a Mapbox map pad on my website. I would also like to add the footers of maps such as bing-maps or yandex-maps to my mapbox layers to give the user more options. So I want to use layers of other maps while continuing to use mapbox is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bing 地图可以添加为栅格图块图层。有关如何直接访问 Bing 地图图块的详细信息,请参阅此处:https://learn.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles
如果您想要来自Microsoft,还有 Azure Maps(它们也提供矢量和栅格格式的交通数据图块):
请注意,Azure Maps Web SDK 在底层使用 MapLibre(Mapbox 的一个分支)并将其包装为更易于使用的开发者 API。 https://learn.microsoft。 com/en-us/azure/azure-maps/如何使用-map-control
Bing Maps can be added as a raster tile layer. Details on how to directly access Bing Maps tiles is documented here: https://learn.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles
If you want vector tiles from Microsoft, there is also Azure Maps (they have traffic data tiles available in vector and raster format too):
Note that the Azure Maps Web SDK, uses MapLibre under the hood (a fork of Mapbox) and wraps it with an easier to use developer API. https://learn.microsoft.com/en-us/azure/azure-maps/how-to-use-map-control