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…
Does Azure Maps support the use in China?
Hello, does Azure Maps support the use in China? My company uses Bing Maps for its project, and now Bing Maps needs to be integrated into Azure Maps. According to the Azure Maps document, it does not support the use in China. What should I do then?
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
React Azure Maps - AzureMapPopup not added to DOM unless isVisible property is set to true.
I attempted to add accessible popups for each POI marker on the map, following this sample: https://samples.azuremaps.com/popups/accessible-popups, to make the map keyboard-navigable. However, I found that the popups weren't showing up when I pressed the…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Font Configuration Issues in Azure Maps – How to Specify Fonts for Mixed Chinese and English Text?
Hello, I'm facing an issue with Azure Maps when rendering GeoJSON data using a SymbolLayer. My goal is to display titles that contain both Chinese and English characters on the map. To ensure proper alignment and display, I attempted to specify custom…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Azure Maps SVG Performance Issue
Title: Issues with Rendering 1000+ Filtered CRM Records with Custom SVG Icons on Azure Map Body: I'm working on an Azure sample project where I filter CRM records based on specific criteria and then dynamically generate custom SVG icons (with new colors)…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
can you construct a choropleth map with the following labels
Construct a choropleth map with the following labels Equator Prime Meridian Europe Russia & the Near Abroad (Russia and its Periphery) Middle East and North Africa South and East Asia Oceania Sub-Saharan Africa Latin America United…
Azure Maps - Max Bounds Issue with Pitch and Rotate Button Controls
When using React Azure Maps, max bounds have been set to restrict users from panning and zooming outside the designated area, which works as intended. However, after using the pitch or rotate buttons, it becomes possible to pan and zoom beyond the max…
Find points that lie within plotted drawn boundaries.
Hi, We are using Bing Maps to plot a large number of drawn shapes, covering almost the entire USA. The coordinates are stored in string format. We have requirement to find given a latitude/longitude point, we need to determine which shape it falls…
Bing Maps not showing geographic tile/overlay, just a plain grey background in Epic Systems MyChart widget.
We use Epic Systems Corporation's MyChart health portal application. It comes with a widget to embed in our health organization's web site. We use that widget to show local clinic locations. For several years, our Epic system has been configured to…
Optimize Multiple Itineraries is done?
Hi everyone! Just to make sure, was Optimize Multiple Itineraries, which was pumped up in Bing Maps, just killed? Apparently, I misread the documentation. I was sure Optimize Multiple Itineraries would move to Azhur Maps along with all the available…
![](https://techprofile.blob.core.windows.net/images/1c21e7e9ef0e4489a0ee4cc00b604d9d.png)
Questions Regarding Bing Maps Auto Suggest API Data Formatting
Hi, We are using the Bing Maps Auto Suggest API, available at the following link: https://www.bing.com/api/maps/sdk/mapcontrol/isdk/autosuggestui#JS We are currently facing the following challenges and would appreciate your assistance: State,…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Azure Map Python Managed Identity
I failed to get my Python function to successfully call Azure Maps to return nearby locations based on Geo. Set up the managed Identity for the function and gave it access to Map ..... and could not get it to work. If anyone has a step by step guide.
Unexpected charge for not used service. None customer service can be found to deal with this issue!!!
Unexpected charge for a free service. None customer service can be found to deal with this issue!!! I have used the free trial service for a few days and stopped use it for more than a month. However, just received a bill which indicated a huge amount of…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Any tools/APIs available in Azure to convert the CAD file to GeoJSON data?
Hi All, As the Azure Maps Creator indoor map service is now deprecated and the Conversion API is not working. Is there any other tools/API available to convert the CAD drawing to Azure Maps data or GeoJSON data? Please let me know if there is any other…
Export shapes in .shp, .kml, and GeoJSON formats
Hi, We have plotted postal code boundaries on the map using Bing map and have a requirement to export them in .shp, .kml, and GeoJSON formats. Is there a way to export shapes in the mentioned formats using Bing Maps? If so, could you please provide any…
Along the route performance issues
Hi, We are currently using Bing Maps to plot routes and identify records along the route. To achieve this, we are utilizing the following method: Microsoft.Maps.SpatialMath.Geometry.buffer(routePath, parseFloat(alongRouteDist), alongRouteDistUnit); While…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
how do i get a Bing Maps key to use with ArcGIS?
Maps I made in ArcGIS no longer have a Bing basemap. Esri says I can get a Bing Maps key to get the maps to display properly. How do I get the Bing Maps key?
How to get the same result from atlas.microsoft.com what I get from dev.virtualearth.net?
I have the Azure maps subscription and use the endpoint: ttps://atlas.microsoft.com/search/address/reverse/json?api-version=1.0 for the reverse geocoding but this endpoint gives me a different result than https://dev.virtualearth.net/REST/v1/Locations…
How to continue use Microsoft Maps SDK
Hi there, My company has been using the Microsoft Maps Unity SDK (https://www.microsoft.com/en-us/garage/profiles/maps-sdk/) to build mission planning tools in VR. Unfortunately, that project will not be supported beyond March 2025. So I am looking for…
Alternative to Spacial Great Circle Distance API
I am currently attempting to utilize the Spacial Great Circle Distance API to calculate the distance between two points. However, I have noticed that this API has been deprecated. Could you please advise if there is an alternative solution available?