Changeset 13757 in josm for trunk/data/maps.xsd


Ignore:
Timestamp:
2018-05-13T15:44:52+02:00 (6 years ago)
Author:
wiktorn
Message:

Change camelCase to hyphen-case for imagery attributes

See: #16249, #15940

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r13733 r13757  
    117117                    <xs:attribute name="name" type="xs:string" use="optional" />
    118118                    <xs:attribute name="style" type="xs:string" use="optional" />
    119                     <xs:attribute name="tileMatrixSet" type="xs:string" use="optional" />
     119                    <xs:attribute name="tile-matrix-set" type="xs:string" use="optional" />
    120120                </xs:complexType>
    121121            </xs:element>
     
    725725                            <!-- old unused feature, ignored -->
    726726                            <xs:element name="epsg4326to3857Supported" minOccurs="0" maxOccurs="1" type="xs:boolean" />
    727                             <xs:element name="defaultLayers" type="tns:defaultLayers" minOccurs="0" maxOccurs="1" />
     727                            <xs:element name="default-layers" type="tns:defaultLayers" minOccurs="0" maxOccurs="1" />
    728728                            <xs:element name="custom-http-header" minOccurs="0" maxOccurs="unbounded">
    729729                                <xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.