Open PATTE7556 opened 2 years ago
I am having same 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",
The Map shows similar to what @PATTE7556 reported
The warning message in console I think related to this is
But I tried to include in
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v2.15.0/mapbox-gl.css' rel='stylesheet' />
It still gives me the warning and the map not showing correctly
Hi! This code is giving me this layout:
<azure-map id="map" [showLogo]=false (onReady)="mapReady()" > <map-zoom-control [position]="controlPosition.TopLeft">
Why is it not working??