Skip to content

Commit 2d988ff

Browse files
authored
feat: last touches to maps feature (#1389)
1 parent 749284b commit 2d988ff

File tree

5 files changed

+516
-448
lines changed

5 files changed

+516
-448
lines changed

web-app/public/locales/en/feeds.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@
188188
"bodyLarge": "We’re indexing stops across the full extent. This might take a moment.",
189189
"body": "We’re indexing stops across the view to speed up filtering.",
190190
"gridTile": "Grid: {{grid}} • Tile {{tile}} / {{total}}",
191-
"percentComplete": "{{percent}}% complete"
191+
"percentComplete": "{{percent}}% complete",
192+
"cancel": "Cancel"
192193
},
193194
"fullMapView": {
194195
"disabledTitle": "Full map view disabled",
195196
"disabledDescription": "The full map view feature is disabled at the moment. Please try again later.",
196-
"dataBlurb":"Tiles are built from the GTFS feed: we read routes.txt, trips.txt, stop_times.txt, stops.txt (and shapes.txt when present), derive routes/stops to GeoJSON, compile them with Tippecanoe into pmtiles files for map rendering.",
197+
"dataBlurb":"The visualization reflects data directly from the GTFS feed. Route paths, stops, colors, and labels are all derived from the feed files (routes.txt, trips.txt, stop_times.txt, stops.txt, and shapes.txt where it's defined). If a route doesn’t specify a color, it appears in black. When multiple shapes exist for different trips on the same route, they’re combined into one for display.",
197198
"clearAll": "Clear All",
198199
"hideStops": "Hide Stops",
199200
"closePanel": "Close",

0 commit comments

Comments
 (0)