407 questions
0
votes
1
answer
39
views
Azure Maps throws rendering error when using grayscale_light style in Microsoft Edge
mapcontrol/3/atlas.min.js
Microsoft Edge version:146.0.3856.109
sample:https://samples.azuremaps.com/controls/map-style-picker
my sample code:
<script>
var map;
function getMap() ...
Advice
0
votes
2
replies
87
views
TypeScript 6.0.3 breaks Azure Maps SDK 5.9.3 - How to report the issue to Azure Maps
The latest version of TypeScript won't compile the latest version of Azure Maps SDK.
I contacted the TypeScript team and they said the changes were by design and the Azure Maps SDK would have to ...
0
votes
0
answers
50
views
Azure Maps plane icon not following route direction when using snakeline + moveAlongPath
I’m using Azure Maps Web SDK to animate a flight path.
The route line is drawn using snakeline, and a plane icon is animated using moveAlongPath.
The problem:
The route line animates correctly.The ...
1
vote
1
answer
71
views
PCF Control build error - [pcf-1014] [Error] Manifest validation problem: instance requires property "manifest"
I am creating a new Azure Maps PCF control.
Overview
Requirements
binds with dataverse field "address_autofill"
let user type an address input and on value change it start showing auto-...
0
votes
0
answers
105
views
Azure Maps no longer accepts requests from some apps; returns 401
Starting a few hours ago, Azure Maps no longer accepts requests from my Azure DevOps pipeline and my production Azure App Service, but still accepts requests from the dev/test app service. Example log ...
0
votes
0
answers
33
views
PowerApps ShapeGeoJSONObjects doesnt allow any input
I am trying to build a PowerApp. I have an AzureMap. I have already been able to draw points there. However, ShapeGeoJSONObjects does not allow a single input. No matter if I reference a table or try ...
-1
votes
1
answer
246
views
Error at accessing Azure Maps Geographic API Endpoints from Web query in PowerBI
I try to use the azure maps endpoint, but i am unable to access any of the endpoints from PowerBI with the Azure Maps "primary key" from my Azure Maps account instance.
https://eu.atlas....
-1
votes
1
answer
142
views
Azure maps not showing on IOS app created with capacitor
I'm using Angular with Capacitor to build a hybrid mobile app for iOS and Android. I use the azure-maps-control SDK to render a map inside a component. It works perfectly in:
Chrome / desktop browsers ...
0
votes
1
answer
2k
views
Azure Maps in Power BI - how to show lines
I got data related to streets in my city. Each street has at least 2 sets of coordinates.
My coworkers go through the city and grade the cleanliness.
I would like to show lines on the map with the ...
0
votes
1
answer
374
views
Can I use azure AD Authentication ( Microsoft Entra ID) for Azure maps in a public application?
I have a react based web application which will use azure maps for store locations. Now anybody can access this anonymously. users need not be signed in. I know subscription key is the best way for ...
0
votes
1
answer
105
views
Azure Maps API - "404 Not Found" when uploading ZIP with mapData/upload
I'm using the Azure Maps API to upload a ZIP file containing a DWG drawing and a manifest.json using the following POST request:
https://eu.atlas.microsoft.com/mapData/upload?api-version=1.0&...
0
votes
1
answer
727
views
Power BI Geo mapping; Bing maps and Azure maps
I have Power BI Pro. The sole reason is that I must publicly post Geomaps on the web.
By this, I want to share Geopmaps with a public link from Power BI services.
After being told by Powor BI that I ...
0
votes
1
answer
92
views
Black flash issue when toggle the visibility of symbol pin on azure map
So, I created a Vue project and added the azure-maps-control
npm install azure-maps-control
added the css in main.ts
import "azure-maps-control/dist/atlas.min.css";
Now, this is how I load ...
-1
votes
1
answer
133
views
Azure Maps rejecting Route Request with ZipCode
When i submit a Zip code as a location to AzureMaps, it returns bad request.
My theory is that the centralized point on the Zipcode is not a navigable point by road.
I've tried a few things:
-...
0
votes
1
answer
142
views
Angular Leaflet azure maps
With the deprecation of Bing Maps, I'm wanting to replace my Bing map layers in my angular app with a leaflet map in it with the Azure Maps. I have installed the azure-maps-leaflet library which is a ...