Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-03-11 18:58:56 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:53:03 +0300
commit424d4d14571dfd154b183cd4820d106344745dd2 (patch)
tree58036fd84e548a72998cf850deba110d50c12c26 /data/editor.config
parentebb7fa2c7f67463ab3e2a9c4dc9871bdaeb15bf0 (diff)
[editor] Fixed bug with too high priority for building type.
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config13
1 files changed, 7 insertions, 6 deletions
diff --git a/data/editor.config b/data/editor.config
index deabb0ba29..2385b281e8 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -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>