Changeset 9610 in josm for trunk/data


Ignore:
Timestamp:
2016-01-24T14:42:03+01:00 (8 years ago)
Author:
stoecker
Message:

fix #12425 - add checksum based no-tile detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r9517 r9610  
    680680                                                                </xs:complexType>
    681681                                                        </xs:element>
     682                                                        <!-- list of checksums, that indicate "no tile at this zoom level" situation -->
     683                                                        <xs:element name="no-tile-checksum" minOccurs="0" maxOccurs="unbounded">
     684                                                                <xs:complexType>
     685                                                                        <xs:attribute name="type" type="xs:string" />
     686                                                                        <xs:attribute name="value" type="xs:string" />
     687                                                                </xs:complexType>
     688                                                        </xs:element>
    682689                                                        <!-- tile size provided by imagery source. Default - 256 -->
    683690                                                        <xs:element name="tile-size" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
Note: See TracChangeset for help on using the changeset viewer.