Wykks/ngx-mapbox-gl

The cursorStyle is not having any effect on the page.

Lowell20 opened this issue · 1 comments

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)"
>