cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

Zoom limited to 18 #56

Closed dcacenabes closed 9 years ago

dcacenabes commented 10 years ago

I have been messing around with the iOS API and have not been able to set zoom values greater than 18. I don't know if this is intended, an issue or a limitation, but it would be nice to be able to zoom in further.

incanus commented 9 years ago

This is hardcoded right now per https://github.com/mapbox/mapbox-gl-native/blob/d03b7aa31ad95827672208ab363d50666b2762b5/include/mbgl/map/transform.hpp#L96 and IIRC there is no particular reason you couldn't increase it in source yourself.

Tracking in https://github.com/mapbox/mapbox-gl-native/issues/509 now.