react-azure-maps icon indicating copy to clipboard operation
react-azure-maps copied to clipboard

React Wrapper for azure-maps-control

Results 19 react-azure-maps issues
Sort by recently updated
recently updated
newest added

Hi, As my react app is in js and when I use the library, most of the time I get into not found errors while importing typescript interfaces or types....

Hi, I did a very simple implementation for react-azure-maps as below : ``` import * as azureMap from "react-azure-maps"; import { ControlOptions, AuthenticationType as auth } from "azure-maps-control"; import "./App.css";...

bug
question

Ask: Specifically I want to do this: https://docs.microsoft.com/en-us/azure/azure-maps/map-add-shape#add-a-circle-to-the-map I want a geospatially correct circle as the user zooms in and out. Alternatives I've tried: Bubble layer gets me a circle...

question

Is there a way to add indoor maps to this wrapper?

enhancement

I have a problem adding the azure-map-animation library and combining them with react-azure-map. Can they work together? Thank you!

NVDA is not announcing the information of coordinates tooltips of the map using Tab/arrow keys - https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html. This issue is also observed with the "Chromium Edge+ Narrator". NVDA should announce...

question

Environment: Windows Version: Win10, Chrome Version: 87.0.4280.88 (Official Build) (64-bit) On React Azure Maps, Keyboard focus is moving on the coordinates tooltip present on the map more than one time...

bug

`Uncaught error 'source-id' is already added to the map` I can trigger this error by toggling a rendered data source and layer. For example by toggling the value of showLayer...

question

ES5 Targeting in react-azure-maps causes an issue when you try to combine react-azure-maps with the HtmlMapLayer SDK available from Microsoft. (https://github.com/Azure-Samples/azure-maps-html-marker-layer) In the Azure Maps SDK EventManager.Invoke method, the code...

question

I have something like this ``` ``` where featureCollection is a state. Is it possible for the map to update the data points if featureCollection changes? or what's the correct...

question