Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lowell20 opened this issue Nov 14, 2023 · 0 comments
Open

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

Lowell20 opened this issue Nov 14, 2023 · 0 comments

Comments

@Lowell20
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant