1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 17:55:28 +03:00

xsd: update flags comment for multi-mission, allows zoom of 20 for Google Maps

This commit is contained in:
Jonathan Hudson 2021-11-06 12:22:39 +00:00
parent f311198df1
commit dbdedc0b22

View file

@ -34,7 +34,7 @@
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:integer"> <xs:restriction base="xs:integer">
<xs:minInclusive value="0"/> <xs:minInclusive value="0"/>
<xs:maxInclusive value="19"/> <xs:maxInclusive value="20"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
@ -119,6 +119,7 @@
<xs:attribute name="parameter3" type="xs:integer"/> <xs:attribute name="parameter3" type="xs:integer"/>
<!-- <!--
flag is not strictly required unless the WP is "Flyby Home" flag is not strictly required unless the WP is "Flyby Home"
or the are multiple mission segments 'multi-mission', inav 4.0
--> -->
<xs:attribute name="flag" use="optional" type="xs:integer"/> <xs:attribute name="flag" use="optional" type="xs:integer"/>
</xs:complexType> </xs:complexType>