Platforms
web
Version of flutter maplibre_gl
0.25
Bug Description
On the web, hovering over a symbol (from a symbol layer) should display an arrow cursor, not a hand. Here is a capture on Edge on Windows:
Is there something specific I need to do to make this happen, besides creating a MapillarySymbolLayer? If not, maybe you should use pointer_interceptor internally? I use it and it works quite well.
https://pub.dev/packages/pointer_interceptor
Note: wrapping the whole MapLibreMap widget in a pointer interceptor does not solve the issue.
Steps to Reproduce
See above description.
Expected Results
The hover cursor for symbols should be an arrow (for clicking/selecting).
Actual Results
The hover cursor for symbols is a hand (which is typically only used when moving/panning).
Code Sample
Platforms
web
Version of flutter maplibre_gl
0.25
Bug Description
On the web, hovering over a symbol (from a symbol layer) should display an arrow cursor, not a hand. Here is a capture on Edge on Windows:
Is there something specific I need to do to make this happen, besides creating a
MapillarySymbolLayer? If not, maybe you should use pointer_interceptor internally? I use it and it works quite well.https://pub.dev/packages/pointer_interceptor
Note: wrapping the whole
MapLibreMapwidget in a pointer interceptor does not solve the issue.Steps to Reproduce
See above description.
Expected Results
The hover cursor for symbols should be an arrow (for clicking/selecting).
Actual Results
The hover cursor for symbols is a hand (which is typically only used when moving/panning).
Code Sample
See above description.