Skip to content

Commit

Permalink
fix: Decrease min zoom on the map to allow riders to zoom out further (
Browse files Browse the repository at this point in the history
…#2319)

Co-authored-by: Cristen Jones <cjones3@mbta.com>
  • Loading branch information
joshlarson and thecristen authored Jan 9, 2025
1 parent 785a43f commit 79cc8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
config :mbta_metro, :map, %{
center: [-71.0589, 42.3601],
maxZoom: 18,
minZoom: 12,
minZoom: 8,
style: %{
"version" => 8,
"sources" => %{
Expand Down

0 comments on commit 79cc8a8

Please sign in to comment.