Skip to content

Commit

Permalink
Merge pull request #6173 from Jnction/cable_tram_documentation
Browse files Browse the repository at this point in the history
update the description of "CABLE_CAR" mode to cable tram.
  • Loading branch information
t2gran authored Oct 24, 2024
2 parents d78f547 + 52baf4d commit 953e4a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class ApiLeg {

/**
* For transit legs, the type of the route. Non transit -1 When 0-7: 0 Tram, 1 Subway, 2 Train, 3
* Bus, 4 Ferry, 5 Cable Car, 6 Gondola, 7 Funicular When equal or highter than 100, it is coded
* Bus, 4 Ferry, 5 Cable Tram, 6 Gondola, 7 Funicular When equal or highter than 100, it is coded
* using the Hierarchical Vehicle Type (HVT) codes from the European TPEG standard Also see
* http://groups.google.com/group/gtfs-changes/msg/ed917a69cf8c5bef
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ default int getAgencyTimeZoneOffset() {

/**
* For transit legs, the type of the route. Non transit -1 When 0-7: 0 Tram, 1 Subway, 2 Train, 3
* Bus, 4 Ferry, 5 Cable Car, 6 Gondola, 7 Funicular When equal or highter than 100, it is coded
* Bus, 4 Ferry, 5 Cable Tram, 6 Gondola, 7 Funicular When equal or highter than 100, it is coded
* using the Hierarchical Vehicle Type (HVT) codes from the European TPEG standard Also see
* http://groups.google.com/group/gtfs-changes/msg/ed917a69cf8c5bef
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public String enumValueDescription() {
case TRAM -> "Tram, streetcar or light rail. Used for any light rail or street level system within a metropolitan area.";
case FERRY -> "Used for short- and long-distance boat service.";
case AIRPLANE -> "Taking an airplane";
case CABLE_CAR -> "Used for street-level cable cars where the cable runs beneath the car.";
case CABLE_CAR -> "Used for street-level rail cars where the cable runs beneath the vehicle.";
case GONDOLA -> "Gondola or suspended cable car. Typically used for aerial cable cars where the car is suspended from the cable.";
case FUNICULAR -> "Used for any rail system that moves on steep inclines with a cable traction system.";
case TROLLEYBUS -> "Used for trolleybus systems which draw power from overhead wires using poles on the roof of the vehicle.";
Expand Down
2 changes: 1 addition & 1 deletion doc/user/RoutingModes.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Used for short- and long-distance bus routes.

<h4 id="CABLE_CAR">CABLE_CAR</h4>

Used for street-level cable cars where the cable runs beneath the car.
Used for street-level rail cars where the cable runs beneath the vehicle.

<h4 id="CARPOOL">CARPOOL</h4>

Expand Down

0 comments on commit 953e4a4

Please sign in to comment.