Ignore:
Timestamp:
2014-05-29T08:49:43+02:00 (12 years ago)
Author:
bastiK
Message:

see #9914 - automatic update for imagery entries using id

File:
1 edited

Legend:

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

    r7083 r7186  
    112112                if (Arrays.asList(new String[] {
    113113                        "name",
     114                        "id",
    114115                        "type",
    115116                        "default",
     
    204205                    entry.setTranslatedName(accumulator.toString());
    205206                    break;
     207                case "id":
     208                    entry.setId(accumulator.toString());
     209                    break;
    206210                case "type":
    207211                    boolean found = false;
Note: See TracChangeset for help on using the changeset viewer.