Expression for pitch?
#4207
-
Hi All! |
Beta Was this translation helpful? Give feedback.
Answered by
HarelM
Jun 4, 2024
Replies: 1 comment 5 replies
-
I think you can do it programmatically, but not using any expression. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this example:
https://maplibre.org/maplibre-gl-js/docs/examples/color-switcher/
But using
map.on('move', () => ...)
ormap.on('pitch', () => ...)