arnaudleclerc / AzureMapsControl.Components

Razor Components for azure-maps-control
MIT License
34 stars 12 forks source link

Missing "CreateIndicator" property on BubbleLayerOptions Class #97

Open aymannoob99 opened 5 months ago

aymannoob99 commented 5 months ago

Describe the bug I can't seem to add text to cluster aggregates using this sample, even though it works in js;

To Reproduce Steps to reproduce the behavior: Follow the JS sample in a Blazor Server application and use this repository to translate JS code to C#.

Expected behavior The cluster aggregates should display the count of items inside them, as per the layer on line 92 in the JS sample. I assume it's due to the setting "createIndicator:true" set on line 77, which is not an option in the C# wrapper class BubbleLayerOptions.

Screenshots The setup in JS image The same in C# image