Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 982 Bytes

routeRelationCheck.md

File metadata and controls

20 lines (14 loc) · 982 Bytes

Description:

This check handles the five classes in Osmose#1260:

Class 1 "The track of this route contains gaps" Class 2 "The stop or platform is too far from the track of this route" Class 3 "Non route relation member in route_master relation" Class 4 "Public transport relation route not in route_master relation" Class 5 "network, operator, ref, colour tag should be the same on route and route_master relations"

Live Example

An example for route track containing gaps.

An example for public transport route track not contained in a route master relation.

Code Review

Please see the source code for the check at: RouteRelationCheck.java