Ignore:
Timestamp:
2017-04-22T18:55:26+02:00 (7 years ago)
Author:
stoecker
Message:

see #14655 - implement nearly all features in ELI sync XML output

File:
1 edited

Legend:

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

    r11913 r11975  
    197197                        "terms-of-use-text",
    198198                        "terms-of-use-url",
     199                        "permission-ref",
    199200                        "country-code",
    200201                        "icon",
     
    437438                    entry.setTermsOfUseText(accumulator.toString());
    438439                    break;
     440                case "permission-ref":
     441                    entry.setPermissionReferenceURL(accumulator.toString());
     442                    break;
    439443                case "terms-of-use-url":
    440444                    entry.setTermsOfUseURL(accumulator.toString());
Note: See TracChangeset for help on using the changeset viewer.