Ignore:
Timestamp:
2017-03-29T22:50:22+02:00 (7 years ago)
Author:
bastiK
Message:

fixed #14590 - WMTS: Show layer title, not layer identifier in layer selection dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/GetCapabilitiesParseHelper.java

    r11747 r11792  
    6464    static final QName QN_OWS_OPERATIONS_METADATA = new QName(OWS_NS_URL, "OperationsMetadata");
    6565    static final QName QN_OWS_SUPPORTED_CRS       = new QName(OWS_NS_URL, "SupportedCRS");
     66    static final QName QN_OWS_TITLE               = new QName(OWS_NS_URL, "Title");
    6667    static final QName QN_OWS_VALUE               = new QName(OWS_NS_URL, "Value");
    6768    // CHECKSTYLE.ON: SingleSpaceSeparator
Note: See TracChangeset for help on using the changeset viewer.