Changeset 440 in josm for trunk/src


Ignore:
Timestamp:
2007-10-30T02:17:26+01:00 (18 years ago)
Author:
framm
Message:
  • (re-)added "note" to the list of uninteresting tags for teh benefit of those working in areas with lots of auto-converted unwayed segments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r438 r440  
    119119         */
    120120        public static Collection<String> uninteresting =
    121                 new HashSet<String>(Arrays.asList(new String[] {"source", "created_by"}));
     121                new HashSet<String>(Arrays.asList(new String[] {"source", "note", "created_by"}));
    122122       
    123123        /**
Note: See TracChangeset for help on using the changeset viewer.