@@ -30,47 +30,6 @@ the only tool for doing this is the "Graph Visualizer", which is not particularl
30
30
and is intended for use by software developers familiar with OTP who can patch up the code as
31
31
needed.
32
32
33
- ## Debug layers
34
-
35
- OpenTripplanner has option to ease debugging problems with graph. Older option is graph visualizer.
36
- Which you can enable with ` --visualize ` parameter instead of ` --server ` when starting OTP. There you
37
- can see whole graph. You can click on edges and vertices and see the metadata. It is useful to see
38
- if street has expected options. And if connections are where they are expected.
39
-
40
- It can be hard to use on large graphs since, whole graph is displayed at once. And it can be hard to
41
- search for specific streets since only street graph is shown without the rest of information.
42
-
43
- Another option is to use debug layers, which shows extra layers on top of the
44
- normal [ debug UI map] ( http://localhost:8080 ) . If you want to see them you need to open the map layer
45
- selector on the top left hand side and choose the requested layer.
46
-
47
- Currently you can choose between:
48
-
49
- - Wheelchair access (which colors street edges red if they don't allow wheelchair or green
50
- otherwise)
51
- - [ Bicycle safety] ( Troubleshooting-Routing.md#Bicycle-safety-factor ) (colors street edges based on
52
- how good are for cycling [ smaller is better] )
53
- - Traversal permissions (colors street edges based on what types of transit modes are allowed to
54
- travel on them (Pedestrian, cycling, car are currently supported)) Traversal permissions layer
55
- also draws links from transit stops/vehicle rentals and P+R to graph. And also draws transit
56
- stops, vehicle rentals and P+R vertices with different color.
57
- - No thru traffic - streets are colored if the edge has thru traffic restrictions (car and bicycle
58
- = ` red ` , car only = ` orange ` , bicycle only = ` blue ` , and no-restriction = ` light gray ` )
59
-
60
- ### Interpretation Traversal permissions layer
61
-
62
- A sample traversal permissions layer looks like the following
63
- ![ screen shot 2015-06-26 at 11 45 22] ( https://cloud.githubusercontent.com/assets/4493762/8374829/df05c438-1bf8-11e5-8ead-c1dea41af122.png )
64
-
65
- * Yellow lines is the link between a stop and the street graph.
66
- * Grey lines are streets one can travel with the mode walk, bike, or car
67
- * Green lines are paths one can travel with the mode walk only
68
- * Red lines are streets one can travel with the mode car only
69
- * Grey dots vertices where edges are connected. If two edges are crossing w/o a vertice at the
70
- intersection point, users will not be able to go from one street to the other. But this can be
71
- valid in case of over/under pass for example. If it's an error, it's usually caused by improperly
72
- connected OSM data (a shared OSM node is required).
73
-
74
33
## OpenStreetMap Data
75
34
76
35
### Tags affecting permissions and bicycle safety
@@ -159,9 +118,6 @@ you browse through the rules.
159
118
160
119
To enable it activate the [ Report API sandbox feature] ( sandbox/ReportApi.md ) .
161
120
162
- To view the output of the bicycle safety calculation on a map, check
163
- the [ debug layers] ( Troubleshooting-Routing.md#Debug-layers ) .
164
-
165
121
### Railway Platforms
166
122
167
123
OTP users in Helsinki have documented their best practices for coding railway platforms in
0 commit comments