Skip to content

Commit

Permalink
Decrease min zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Dec 1, 2023
1 parent f8cabaf commit 4155a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RouteMap/RouteMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type LineType = "mixed" | "line" | "dot";

const MAPBOX_TOKEN = import.meta.env.VITE_MAPBOX_KEY;
const MAX_ZOOM = 13;
const MIN_ZOOM = 6;
const MIN_ZOOM = 3;
const KEY_ROUTE_MAP_LINE = "route_map_line";

export default function RouteMap(props: { chain: Chain; route: UID[] }) {
Expand Down

0 comments on commit 4155a38

Please sign in to comment.