Changeset 8418 in josm for trunk/data


Ignore:
Timestamp:
2015-05-23T00:46:21+02:00 (9 years ago)
Author:
wiktorn
Message:

Add posibility to display HTTP headers in Show Tile Info dialog. Closes #11456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r8350 r8418  
    681681                                                        <!-- tile size provided by imagery source. Default - 256 -->
    682682                                                        <xs:element name="tile-size" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
     683                                                        <!--  HTTP headers that contain valuable informatin and that will be shown on "Shown Tile Info" dialog -->
     684                                                        <xs:element name="metadata-header" minOccurs="0" maxOccurs="unbounded">
     685                                                                <xs:complexType>
     686                                                                        <xs:attribute name="header-name" type="xs:string" />
     687                                                                        <xs:attribute name="metadata-key" type="xs:string" />
     688                                                                </xs:complexType>
     689                                                        </xs:element>
    683690                                                </xs:choice>
    684691                                        </xs:sequence>
Note: See TracChangeset for help on using the changeset viewer.