feat: drawing tools example#42
Conversation
| import { | ||
| AzureMap, | ||
| AzureMapDataSourceProvider, | ||
| AzureMapDrawingManagerProvider, |
There was a problem hiding this comment.
we are also trying to implement the same functionality but we couldn't find this component 'AzureMapDrawingManagerProvider' could you please help us and share some infomation
There was a problem hiding this comment.
This is compatible only with Azure/react-azure-maps#75 so you need to check out from drawing-manager branch and build it locally then inject to playground to have AzureMapDrawingManagerProvider
| <div style={{ height: '300px' }}> | ||
| <AzureMap options={option}> | ||
| <AzureMapDrawingManagerProvider options={options}> | ||
| <AzureMapDataSourceProvider |
There was a problem hiding this comment.
@psrednicki: do you want this datasource to wrap the datasource that drawing manager creates right?
Since this datasource has no association with drawing manager and thus the feature defined in it won't be editable as Azure/react-azure-maps#70 (comment) mentioned here?
Drawing tools example