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-04 17:15:16 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:26 +0300
commitaca1e1000bbd993292e5123bdedd924c0ebd1c2e (patch)
tree1713e8b0b022b7e2110ad75381cf444fd7f4adfd /data/editor.config
parent7e0fc7ea184a61c2c7d168133446a606ef352ef1 (diff)
[editor] Fixed building addresses editing.
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/editor.config b/data/editor.config
index b356a7a2a6..deabb0ba29 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -124,6 +124,12 @@
</fields>
<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" />