Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
biswesh456 committed Aug 20, 2018
1 parent 0fe79ed commit 0260c7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ private void showRefs(Relation r) {
Double scale = MainApplication.getMap().mapView.getScale();

if (allRelations != null && scale < 0.7 ) {
// for (Relation rel : allRelations) {
{
for (RelationMember rm : r.getMembers()) {
for (Relation rel : allRelations) {
// {
for (RelationMember rm : rel.getMembers()) {
if (PTStop.isPTStop(rm) || (rm.getMember().isIncomplete()
&& (rm.isNode() || rm.hasRole("PUBLIC_TRANSPORT_NODE_ROLES")))) {

Expand Down

0 comments on commit 0260c7f

Please sign in to comment.