[editor] Fixed bug with too high priority for building type.
This commit is contained in:
parent
ebb7fa2c7f
commit
424d4d1457
1 changed files with 7 additions and 6 deletions
|
@ -123,13 +123,8 @@
|
|||
</field_group>
|
||||
</fields>
|
||||
|
||||
<!-- Types should be sorted by their priority. -->
|
||||
<types>
|
||||
<type id="building" can_add="no">
|
||||
<include field="street" />
|
||||
<include field="housename" />
|
||||
<include field="housenumber" />
|
||||
<include field="postcode" />
|
||||
</type>
|
||||
<type id="aeroway-aerodrome" editable="no">
|
||||
<include group="poi" />
|
||||
<include field="ele" />
|
||||
|
@ -694,6 +689,12 @@
|
|||
<include field="height" />
|
||||
<include field="wikipedia" />
|
||||
</type>
|
||||
<type id="building" can_add="no">
|
||||
<include field="street" />
|
||||
<include field="housename" />
|
||||
<include field="housenumber" />
|
||||
<include field="postcode" />
|
||||
</type>
|
||||
</types>
|
||||
|
||||
<preferred_types>
|
||||
|
|
Loading…
Add table
Reference in a new issue