From 49ef6f4af837d4f3f4f367fa831f1ff176036c27 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:24:51 +0100 Subject: 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 --- src/frontend/app/data/PlannerApi.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/frontend/app/data') 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 { -- cgit v1.3