Skip to content

[BUG] On the web, MapLibreMap symbol hover cursor should be an arrow, not a hand #834

Description

@andynewman10

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:

Image

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

See above description.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingweb

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions