Changeset 8349 in josm for trunk/data


Ignore:
Timestamp:
2015-05-14T13:26:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #11419 - support different tile sizes better (patch by wiktorn)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r8344 r8349  
    671671                                                                </xs:complexType>
    672672                                                        </xs:element>
     673                                                        <!-- list of HTTP headers, that indicate "no tile at this zoom level" situation -->
    673674                                                        <xs:element name="no-tile-header" minOccurs="0" maxOccurs="unbounded">
    674675                                                                <xs:complexType>
     
    677678                                                                </xs:complexType>
    678679                                                        </xs:element>
     680                                                        <!-- tile size provided by imagery source. Default - 256 -->
     681                                                        <xs:element name="tile-size" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
    679682                                                </xs:choice>
    680683                                        </xs:sequence>
Note: See TracChangeset for help on using the changeset viewer.