-
Hello all, can you please help me. The https://docs.mapbox.com/mapbox-gl-js/example/interactive-false/ Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Unfortunately there isn't a one stop solution for this atm (PRs welcome), so atm you would have to initialize a
That should do the trick |
Beta Was this translation helpful? Give feedback.
-
Thank you for the comment it solves it 👍 |
Beta Was this translation helpful? Give feedback.
-
will do it next time. thank you
…On Mon, Jan 11, 2021 at 7:08 PM Kid Commit ***@***.***> wrote:
feel free to ask questions like these within out gitter channel
<https://gitter.im/react-native-mapbox-gl/Lobby>, it's full of helpful
people :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/react-native-mapbox-gl/maps/discussions/1162#discussioncomment-274872>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHNOAKILJS4TAEYLWVWRP3SZMWCLANCNFSM4V5ZYTBQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Just as a side note, if you want a non interactive map it might be worth looking at Mapbox static maps api. You can do quite a lot with that API and it's less of a hit on your usage limits |
Beta Was this translation helpful? Give feedback.
Unfortunately there isn't a one stop solution for this atm (PRs welcome), so atm you would have to initialize a
MapView
and set these tofalse
.That should do the trick