Ignore:
Timestamp:
2007-10-12T01:28:49+02:00 (17 years ago)
Author:
framm
Message:
  • changed appearance of tagged nodes (now: dot with square around it) and untagged ways (now: have their own colour). FOr this I introduced a "tagged" flag that is only set when the primitive has "interesting" tags; currently, "created_by", "source", and "note" are deemed un-interesting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r362 r367  
    8888                        osm.user = user;
    8989                        osm.visible = visible;
     90                        osm.checkTagged();
    9091                }
    9192        }
Note: See TracChangeset for help on using the changeset viewer.