Azure Map- @itwin/map-layers 6.0.9 - @itwin/map-layers-formats 5.6.1 #9013
-
|
Hi, I'm trying to use the new component for version 5 @itwin/map-layers, but I'm having trouble finding the Bing key. We most likely used a basic account to create it, but now it seems things have changed and you need an Enterprise account or use Azure Maps to create it. We created Azure Maps, but we can't see the maps. From the documentation, it seems like it can be done. https://www.itwinjs.org/reference/core-frontend/maplayers/maplayeroptions/ But if I search within core-frontend version 5.6.1, it seems like the setting is disabled. exports.internalMapLayerImageryFormats = [WmsMapLayerFormat, WmtsMapLayerFormat, ArcGISMapLayerFormat, /* AzureMapsMapLayerFormat, */ BingMapsMapLayerFormat, MapBoxImageryMapLayerFormat, TileUrlMapLayerFormat]; So the question is: can I use Azure Maps, or do we have to somehow find an enterprise account to create the classic Bing Key? Thanks, Paolo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
itwin.js is moving away from Bing Maps and is now using Google Maps. That said, there is an imagery provider api that can be used to implement your custom provider.
cc @aruniverse