We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe79ed commit 0260c7fCopy full SHA for 0260c7f
src/org/openstreetmap/josm/plugins/pt_assistant/gui/PTAssistantPaintVisitor.java
@@ -140,9 +140,9 @@ private void showRefs(Relation r) {
140
Double scale = MainApplication.getMap().mapView.getScale();
141
142
if (allRelations != null && scale < 0.7 ) {
143
-// for (Relation rel : allRelations) {
144
- {
145
- for (RelationMember rm : r.getMembers()) {
+ for (Relation rel : allRelations) {
+// {
+ for (RelationMember rm : rel.getMembers()) {
146
if (PTStop.isPTStop(rm) || (rm.getMember().isIncomplete()
147
&& (rm.isNode() || rm.hasRole("PUBLIC_TRANSPORT_NODE_ROLES")))) {
148
0 commit comments