From b24bfb5c4a5914b586f7c216d4e95b6df628c3e0 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:10:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2999f7c4..012bba25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add event system to the map. - Add and remove sources to the active map style programmatically. - Add and remove layers to the active map style programmatically. +- Add `minZoom`, `maxZoom`, `minTilt`, `maxTilt` and `maxBounds` parameter. - Add `duration` parameter to `flyTo()`. - `flyTo()` returns after the animation completes or throws an exception if it has been cancelled.