Changeset 8695 in josm


Ignore:
Timestamp:
2015-08-27T20:34:36+02:00 (9 years ago)
Author:
wiktorn
Message:

Allow zoom levels up to zoom level 24. Addresses: #11808

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r8605 r8695  
    3939                <xs:restriction base="xs:integer">
    4040                        <xs:minInclusive value="1" />
    41                         <xs:maxInclusive value="22" />
     41                        <xs:maxInclusive value="24" />
    4242                </xs:restriction>
    4343        </xs:simpleType>
Note: See TracChangeset for help on using the changeset viewer.