aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/map.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
-rw-r--r--src/frontend/app/routes/map.tsx12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx
index d520e5a..5a8c7a2 100644
--- a/src/frontend/app/routes/map.tsx
+++ b/src/frontend/app/routes/map.tsx
@@ -172,7 +172,17 @@ export default function StopMap() {
`stop-${region}-cancelled`,
`stop-${region}`,
],
- "icon-size": ["interpolate", ["linear"], ["zoom"], 13, 0.4, 14, 0.7, 18, 1.0],
+ "icon-size": [
+ "interpolate",
+ ["linear"],
+ ["zoom"],
+ 13,
+ 0.4,
+ 14,
+ 0.7,
+ 18,
+ 1.0,
+ ],
"icon-allow-overlap": true,
"icon-ignore-placement": true,
}}