mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
xsd: update flags
comment for multi-mission, allows zoom of 20 for Google Maps
This commit is contained in:
parent
f311198df1
commit
dbdedc0b22
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<xs:simpleType>
|
||||
<xs:restriction base="xs:integer">
|
||||
<xs:minInclusive value="0"/>
|
||||
<xs:maxInclusive value="19"/>
|
||||
<xs:maxInclusive value="20"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
@ -119,6 +119,7 @@
|
|||
<xs:attribute name="parameter3" type="xs:integer"/>
|
||||
<!--
|
||||
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:complexType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue