We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101aba1 commit 46955e0Copy full SHA for 46955e0
1 file changed
src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/StopUtils.java
@@ -35,8 +35,10 @@ public static boolean isStopPosition(final OsmPrimitive p) {
35
}
36
37
/**
38
+ * Check if node is a highway or railway stop
39
+ *
40
* @param n the node that is checked
- * @return true iff one of the tags `highway=bus_stop`, `railway=tram_stop`
41
+ * @return true if one of the tags `highway=bus_stop`, `railway=tram_stop`
42
* or the combination of `public_transport=stop_position` and either `highway=*` or `railway=*` is present
43
*/
44
public static boolean isHighwayOrRailwayStopPosition(final Node n) {
0 commit comments