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


Ignore:
Timestamp:
Dec 27, 2011 12:33:51 AM (17 months ago)
Author:
stoecker
Message:

fix zoom min/max values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r4713 r4717  
    2929        <xs:simpleType name="zoom"> 
    3030                <xs:restriction base="xs:integer"> 
    31                         <xs:minInclusive value="2" /> 
    32                         <xs:maxInclusive value="20" /> 
     31                        <xs:minInclusive value="1" /> 
     32                        <xs:maxInclusive value="22" /> 
    3333                </xs:restriction> 
    3434        </xs:simpleType> 
Note: See TracChangeset for help on using the changeset viewer.