[editor] Fixed bug with too high priority for building type.

This commit is contained in:
Alex Zolotarev 2016-03-11 18:58:56 +03:00 committed by Sergey Yershov
parent ebb7fa2c7f
commit 424d4d1457

View file

@ -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>