Conversation
This make the zoom visible in https://visgl.github.io/react-map-gl/examples/interaction
|
Is this trying to add the map's position to its page's location hash? I can't seem to get the same to work with react-map-gl@7.1.6. According to #665 this was previously done with Should this work? |
I assume that is because of this...
Meaning, the docs does not list all props that are just passed to the map library. I was confused by this myself, before. |
|
And it does work 🤦. I was just being an idiot. I was running my previously compiled code with |
This make the current zoom visible in https://visgl.github.io/react-map-gl/examples/interaction and with it understanding the options that one can set easier.