Skip to content

Commit

Permalink
Merge branch 'aubin-master' into aubin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Sep 30, 2024
2 parents e7ebb73 + 252a345 commit 79e7b5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<url>https://opentripplanner.org</url>
<groupId>org.opentripplanner</groupId>
<artifactId>otp</artifactId>
<version>2.6.0-aubin-1-gqlnpetest</version>
<version>2.6.0-aubin-2-gqlnpetest</version>
<packaging>jar</packaging>

<licenses>
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -4093,18 +4093,28 @@ input InputModeWeight {
BUS: Float
"The weight of CABLE_CAR traverse mode. Values over 1 add cost to cable car travel and values under 1 decrease cost"
CABLE_CAR: Float
"The weight of CARPOOL traverse mode. Values over 1 add cost to carpool travel and values under 1 decrease cost"
CARPOOL: Float
"The weight of COACH traverse mode. Values over 1 add cost to coach travel and values under 1 decrease cost"
COACH: Float
"The weight of FERRY traverse mode. Values over 1 add cost to ferry travel and values under 1 decrease cost"
FERRY: Float
"The weight of FUNICULAR traverse mode. Values over 1 add cost to funicular travel and values under 1 decrease cost"
FUNICULAR: Float
"The weight of GONDOLA traverse mode. Values over 1 add cost to gondola travel and values under 1 decrease cost"
GONDOLA: Float
"The weight of MONORAIL traverse mode. Values over 1 add cost to monorail travel and values under 1 decrease cost"
MONORAIL: Float
"The weight of RAIL traverse mode. Values over 1 add cost to rail travel and values under 1 decrease cost"
RAIL: Float
"The weight of SUBWAY traverse mode. Values over 1 add cost to subway travel and values under 1 decrease cost"
SUBWAY: Float
"The weight of TAXI traverse mode. Values over 1 add cost to taxi travel and values under 1 decrease cost"
TAXI: Float
"The weight of TRAM traverse mode. Values over 1 add cost to tram travel and values under 1 decrease cost"
TRAM: Float
"The weight of TROLLEYBUS traverse mode. Values over 1 add cost to trolleybus travel and values under 1 decrease cost"
TROLLEYBUS: Float
}

input InputPreferred {
Expand Down

0 comments on commit 79e7b5f

Please sign in to comment.