arnaudleclerc / AzureMapsControl.Components

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

Add support of GetClusterLeaves and GetClusterExpansionZoom on Datasource #95

Closed arnaudleclerc closed 6 months ago

arnaudleclerc commented 6 months ago

This PR adds two new methods on the Datasource class :

DavidThielen commented 6 months ago

For anyone upgrading to this to test - you may get the following when you run:

JSException: Could not find 'azureMapsControl.Datasource.getClusterExpansionZoom' ('getClusterExpansionZoom' was undefined).
Error: Could not find 'azureMapsControl.Datasource.getClusterExpansionZoom' ('getClusterExpansionZoom' was undefined).

If you do, you need to delete all caches (I don't know which mattered, I cleared them all):

Once you do that, the exception goes away and it finds the function.