Wykks / ngx-mapbox-gl

Angular binding of mapbox-gl-js
https://wykks.github.io/ngx-mapbox-gl
MIT License
344 stars 139 forks source link

The cursorStyle is not having any effect on the page. #409

Open Lowell20 opened 10 months ago

Lowell20 commented 10 months ago

Using Angular 16, "ngx-mapbox-gl": "10.0.0"

The cursorStyle is not having any effect on the page.

I would expect the cursor to be a pointer when mousing over the map. Please let me know if it is possible to use an image in place of 'pointer'

<mgl-map [style]="mapStyle" [zoom]="[zoom]" [bearing]="[0]" [pitch]="[45]" [center]="center" [style.height.%]="100" [cursorStyle]="'pointer'" (mapClick)="onMapClick($event)"