Changeset 4749 in josm


Ignore:
Timestamp:
Dec 29, 2011 10:36:46 PM (18 months ago)
Author:
jttt
Message:

Fix #7201 combining ways screws up the order of ref tags

File:
1 edited

Legend:

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

    r4746 r4749  
    711711 
    712712        // See #7201 combining ways screws up the order of ref tags 
    713         Set<String> originalValues = getValues(); 
     713        Set<String> originalValues = getValues(key); 
    714714        if (originalValues.size() == 1) 
    715715            return originalValues.iterator().next(); 
Note: See TracChangeset for help on using the changeset viewer.