diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-21 13:49:43 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-21 16:38:54 -0700 |
commit | ca8212de92737c084fda5edfacf0cdd899e03104 (patch) | |
tree | e8b9ea392557f5910ad088ab049dba77167d9042 /CHANGELOG.md | |
parent | a6012a1cb5661683dea30f0f2fbcd80894791d21 (diff) | |
download | qtlocation-mapboxgl-ca8212de92737c084fda5edfacf0cdd899e03104.tar.gz |
[all] Set maximum maxZoom to 21
Numbers greater than 21 trigger various bugs.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecfd02009..5940999e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ Known issues: - The user dot no longer lags when panning the map. ([#3683](https://github.com/mapbox/mapbox-gl-native/pull/3683)) - The Improve This Map tool now uses the same zoom level that is currently being shown in the map view. ([#4068](https://github.com/mapbox/mapbox-gl-native/pull/4068)) - Fixed a formatting issue in the documentation for `MGLCoordinateBoundsIsEmpty()`. ([#3958](https://github.com/mapbox/mapbox-gl-native/pull/3958)) +- The maximum maximum zoom level is now 21. ([#4417](https://github.com/mapbox/mapbox-gl-native/pull/4417))) ## iOS 3.1.2 |