From 79cc8a8cd26a17ff8c056e616bdabb9e1458ec3b Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Thu, 9 Jan 2025 15:05:16 -0500 Subject: [PATCH] fix: Decrease min zoom on the map to allow riders to zoom out further (#2319) Co-authored-by: Cristen Jones --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index fa13f20aa4..393e383236 100644 --- a/config/config.exs +++ b/config/config.exs @@ -51,7 +51,7 @@ end config :mbta_metro, :map, %{ center: [-71.0589, 42.3601], maxZoom: 18, - minZoom: 12, + minZoom: 8, style: %{ "version" => 8, "sources" => %{