Changeset 18881 in josm for trunk/src/org


Ignore:
Timestamp:
2023-10-27T08:34:40+02:00 (11 months ago)
Author:
stoecker
Message:

add import as other name for source

File:
1 edited

Legend:

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

    r18646 r18881  
    837837        if (uninteresting == null) {
    838838            List<String> l = new LinkedList<>(Arrays.asList(
    839                 "source", "source_ref", "source:", "comment",
     839                "source", "source_ref", "source:", "comment", "import",
    840840                "watch", "watch:", "description", "attribution", GpxConstants.GPX_PREFIX));
    841841            l.addAll(getDiscardableKeys());
Note: See TracChangeset for help on using the changeset viewer.