Ignore:
Timestamp:
2019-10-05T15:59:56+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #2760 - simplify track during GPX layer -> data layer conversion (patch by Bjoeni)

File:
1 edited

Legend:

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

    r15014 r15419  
    2121import java.util.function.BiPredicate;
    2222
     23import org.openstreetmap.josm.data.gpx.GpxConstants;
    2324import org.openstreetmap.josm.spi.preferences.Config;
    2425import org.openstreetmap.josm.tools.Utils;
     
    741742            List<String> l = new LinkedList<>(Arrays.asList(
    742743                "source", "source_ref", "source:", "comment",
    743                 "watch", "watch:", "description", "attribution"));
     744                "watch", "watch:", "description", "attribution", GpxConstants.GPX_PREFIX));
    744745            l.addAll(getDiscardableKeys());
    745746            l.addAll(getWorkInProgressKeys());
Note: See TracChangeset for help on using the changeset viewer.