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

React Wrapper for azure-maps-control

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

Hi, by any chance can we add a tooltip over any layer, specifically on polygon layer?

enhancement

Based on previous #73 and #75, adds support for drawing manager, with the following details: * DrawingManagerProvider also contains DataSourceProvider for its manager datasource as a child * each customizable...

Accessibility usecase (keyboard navigation of popups) discussed in #87 uncovered the issue where `atlas.Popup` is actually never added explicitly to `PopupManager` that results in popup containers not getting added to...

Hi, A project I am working in is using this wrapper but it will require azure maps drawing and indoor modules. Will the project be open to PRs with these...

enhancement

Adds support for Azure Map Creator Indoor Manager plugin. Sample usage: ```jsx const tilesetId = "YOUR_TILESET_ID" const options = { authOptions: { authType: "subscriptionKey", subscriptionKey: "YOUR_PRIMARY_SUB_KEY", }, center: [-122.13203, 47.63645],...

React azure maps fails [SC 2.1.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-keyboard-operable.html) accessibility requirement. User is not able to move the coordinates tooltips of the map using Tab/arrow keys. When we move to the map we...

Drawing Tools requested in #70 @dandical You can start work form this PR. TODO: - Inject Datasource and Layers that Drawing Tools create by itself - Add unit tests Still...

Since this wrapper does not provide any AzureMapLayerProvider of type='OgcMapLayer', I tried to create my custom layer and use it, but in vain. It is throwing an error - 'emitValidationErrors'....

enhancement

A draft PR with suggested changes to support drawing for azure maps NOTE: Types and interfaces will be put in the correct files in the published PR

Hi, I'm using Azure Maps within a tab component on my application. While it functions well with a smaller number of markers, I'm encountering a significant performance issue when dealing...