arnaudleclerc / ng-azure-maps

Angular wrapper around azure maps
MIT License
16 stars 14 forks source link

Map showing without style or misplaced items, like Zoom-in, Zoom-out and Pin #90

Open leomon38 opened 1 year ago

leomon38 commented 1 year ago

I am having an issue with Angular 15 stack,

"azure-maps-control": "~2.3.2", "azure-maps-drawing-tools": "~1.0.0", "azure-maps-rest": "^2.1.0", "ng-azure-maps": "7.0.0",

image

The warning message in console I think related to this is

image

But I tried to include in

It still gives me the warning and the map not showing correctly

If I use Angular 14 with this stack "azure-maps-control": "~2.3.2", "azure-maps-drawing-tools": "~1.0.0", "azure-maps-rest": "^2.1.0", "ng-azure-maps": "6.0.0",

Everything looks great