react-native-leaflet
react-native-leaflet copied to clipboard
Increase maximum zoom
Hello,
Is it possible to increase maximum zoom level?
I have been testing with these parameters: mapZoom={25}, maxZoom={25}, but I think I have reached the maximum zoom. Has anyone managed to get more zoom?
Thank you.
Have a nice day.
Hi, unfortunately I'm stuck on the same error. It seems like the maximum zoom possible for the component LeafletView is 17. When I pinch to zoom over this value, the map loads the map tiles with zoom 18 and 19, but as soon as I release my fingers from the screen the zoom gets back to 17. I also tried with different map tiles but got no luck.
It would be very nice if somebody finds a workaround for this.