Commit e66da11 1 parent fbfa552 commit e66da11 Copy full SHA for e66da11
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default function TarmoMap({ setPopupInfo }: TarmoMapProps): JSX.Element {
106
106
[
107
107
LayerId . DigiTransitPoint ,
108
108
{
109
- url : "https://api.digitransit.fi/routing/v1/routers/ waltti/index/graphql " ,
109
+ url : "https://api.digitransit.fi/routing/v2/ waltti/gtfs/v1 " ,
110
110
headers : {
111
111
"digitransit-subscription-key" : `${ process . env . API_KEY_DIGITRANSIT } `
112
112
} ,
@@ -133,7 +133,7 @@ export default function TarmoMap({ setPopupInfo }: TarmoMapProps): JSX.Element {
133
133
[
134
134
LayerId . DigiTransitBikePoint ,
135
135
{
136
- url : "https://api.digitransit.fi/routing/v1/routers/ waltti/index/graphql " ,
136
+ url : "https://api.digitransit.fi/routing/v2/ waltti/gtfs/v1 " ,
137
137
headers : {
138
138
"digitransit-subscription-key" : `${ process . env . API_KEY_DIGITRANSIT } `
139
139
} ,
You can’t perform that action at this time.
0 commit comments