arnaudleclerc / AzureMapsControl.Components

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

Satellite map style does not work #78

Open tjackenpacken opened 1 year ago

tjackenpacken commented 1 year ago

When using the MapStyle.Satellite it just shows a blank background, but showing some road number icons:

image

The same view but with MapStyle.GrayscaleLight works just fine:

image

The code used looks like this;
image

arnaudleclerc commented 1 year ago

Could it be that you are using an instance of AzureMaps with a Gen0 (S0) pricing tier ? If I am not mistaken, Satellite in only supported by Gen1 (S1) and Gen2.