aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/data
diff options
context:
space:
mode:
authorCopilot <198982749+Copilot@users.noreply.github.com>2026-03-05 18:24:51 +0100
committerGitHub <noreply@github.com>2026-03-05 18:24:51 +0100
commit49ef6f4af837d4f3f4f367fa831f1ff176036c27 (patch)
tree157c5f7fbbfb4da181a3dce9fb8e4700d82b5231 /src/frontend/app/data
parent6e2d9ffe812eb1ca8fe5d04d3df2aa322e9e5760 (diff)
Show probable traffic restriction warning on Xunta legs within urban municipalities (#141)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
Diffstat (limited to 'src/frontend/app/data')
-rw-r--r--src/frontend/app/data/PlannerApi.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/app/data/PlannerApi.ts b/src/frontend/app/data/PlannerApi.ts
index 8d51ceb..43c8ae1 100644
--- a/src/frontend/app/data/PlannerApi.ts
+++ b/src/frontend/app/data/PlannerApi.ts
@@ -30,6 +30,7 @@ export interface Itinerary {
export interface Leg {
mode?: string;
+ feedId?: string;
routeName?: string;
routeShortName?: string;
routeLongName?: string;
@@ -53,6 +54,7 @@ export interface PlannerPlace {
lon: number;
stopId?: string;
stopCode?: string;
+ zoneId?: string;
}
export interface PlannerGeometry {