pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
114 stars 46 forks source link

Increase maximum zoom #41

Open sergiosgd01 opened 7 months ago

sergiosgd01 commented 7 months ago

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.

liuktc commented 4 months ago

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.