forked from organicmaps/organicmaps
[editor] Allow 0 fields for a type, and fix a bug
This commit is contained in:
parent
dc250855b5
commit
f1e878accf
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@
|
|||
|
||||
<xs:complexType name="typeType">
|
||||
<xs:sequence>
|
||||
<xs:element name="include" minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:element name="include" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="field" type="xs:string" />
|
||||
<xs:attribute name="group" type="xs:string" />
|
||||
|
|
|
@ -349,7 +349,7 @@
|
|||
<include field="internet" />
|
||||
</type>
|
||||
<type id="amenity-charging_station">
|
||||
<include group="operator" />
|
||||
<include field="operator" />
|
||||
</type>
|
||||
<type id="craft" can_add="no">
|
||||
<include group="poi" />
|
||||
|
|
Loading…
Add table
Reference in a new issue