Powerbi azureMap multi-select not working anymore
Hello. Recently, the default Powerbi visual "azureMap" seems to have lost the ability to multi-select different states by holding down the CTRL key and clicking. I have checked the "Filled Map" and that default visual still allows me…
When large number shapes plotted on Map then performance issue
Hi, We are using the Bing Maps V8 control to plot shapes on the map. When we plot around 15,000 ZIP code boundaries, the map becomes less responsive. For example, zooming in takes time, and there is a delay when clicking on a shape before the click event…
Getting incorrect data when using the search boundaries
Hi guys. I am using Search for boundaries https://samples.azuremaps.com/?search=boundaries&sample=search-for-boundaries Sample code to retrieve boundaries for…
Question about Severe Weather Alerts
After calling the API to get Severe Weather Alerts, the json result has a level field, such as EXT, STD, what do these values mean? Is there a complete list of level fields?
Should we unsubscribe from event listeners for 'ready', 'click', etc... in azure-maps-control
Hello Dear All, I found a lot of examples how to deal with events we subscribed to listen to in Azure Maps event (azure-maps-control), like map.events.add('mouseover', cluster, markerHovered); map.events.add('mouseleave', cluster,…
Azure Maps - Snapping to Shapes When Using the Drawing Tools
Hi, I'm trying to replicate a feature that I have in my Bing Maps application using Azure Maps. I have created a distance measuring tool using the Azure Map's DrawingManager to draw a circle and show the distance using a Popup. It works great, but I…
Geocoding Japanese cities insert a space between characters and the city is not found
Hi, I am trying to use Azure Map for geocoding cities and it looks like I am doing something wrong because the result is not really the one wanted. Can you please help in getting a more accurate result? I tried those two : Tokyo…
Retrieving Historical Weather Data Using Azure Maps Weather API
I'm experiencing difficulties with the Azure Maps Weather API when trying to retrieve historical weather data for a specific location. Despite using the city and state in the query, I consistently receive a '400 BadRequest' error, indicating invalid or…
Congressional Boundaries in Bing Maps Spatial Data Service
Hi, We are using Bing Maps Spatial Data Service to get the congressional district boundaries, currently we are getting 111th Congress boundaries, based on 2010 Census data. We are using below link…
Azure Map - Polygons not displayed when map within IFrame
Our web application creates polygons and sends them with postMessage to Azure Map running within an IFrame. Markers display correctly but the polygons don't show up, and no errors are reported. I tested by generating an html page with inline script…
Not receiving the correct primaryKey for Azure Maps AQI
I am getting stuck here on the learn project Track global air quality with Azure Maps at unit 5 of 9. I have followed the troubleshooting on the "Exception has occurred: KeyError" since that is what is happening. I go back to copy and paste the…
Bing Maps API - I cannot view marker image/text but i can view title
I'm adding markers to my map after the event viewchangeend. Sometimes i can see my markers, other times i cant... i thought it might have been something to do with the map not fully rendered but when i added a title to my marker, i was able to see the…
Getting wrong boundaries for some locations
Hi, I am using the "Search for Boundaries" sample code from Azure Maps to get the boundaries of a desired location, but I have some questions regarding that. https://samples.azuremaps.com/?search=boundary&sample=search-for-boundaries I…
Npm support for Azure Maps extensions
Will the extensions to Azure Maps created by the Microsoft team ever be included in the azure-maps-control npm package? Some examples of extensions are the fullscreen map control, the animation module and the image exporter. Due to our tech stack, it is…
Any plans to migrate minimizeDrivingSideTurn from Bing Maps to Azure Maps?
Hi Azure Maps team, Do you have any plans to migrate minimizeDrivingSideTurn from Bing Maps to Azure Maps? It's no longer supported in Azure Maps to avoid driving side turn.
Migrate Bing Maps Distance Matrix to Azure Maps Route Matrix
We currently use Bing Maps API to get distances between points using the distance matrix. We use the following…
How can I use Control Modules with React Azure Map
Hi, We are using the react-azure-maps package. https://github.com/Azure/react-azure-maps#readme We want to use the fullscreen module: https://github.com/Azure-Samples/azure-maps-fullscreen-control Simply adding it to the map control options like below…
Replacement for Azure Maps?
Hi, As Azure Maps Creator doesn´t work for me I tried the QGIS plugin but it seems to lack something. https://azure.microsoft.com/en-us/updates/v2/azure-maps-creator-services-retirement-on-30-september-2025 Any suggestions how to set up new maps…
get elevation of a point using Azure maps
I am working on a desktop app and I have been able to bring the map in the WPF window using Azure Maps. I am trying to get the elevation of a given point. I used the API call given in this article:…
Events on the edge of the shapes are not invoking
Hi, I am using the Azure Maps Drawing Tool module. Here is the link for it https://samples.azuremaps.com/?search=Drawing%20Tools&sample=change-drawing-rendering-style I am facing an issue related to drawing layers on the map. For example, I have…