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:
authorIlya Zverev <zverik@textual.ru>2016-08-09 16:22:15 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-08-19 10:24:01 +0300
commit0784b028949f0d54aeaf22b3b13f0b687282d014 (patch)
tree5cc09a1e9252a6930f1fc2295773b3e7af471f6c /data/editor.config
parent69480e75212e6a275b976ee897b4e2febd7ec687 (diff)
[editor] Allow adding waterfalls and addresses
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config11
1 files changed, 6 insertions, 5 deletions
diff --git a/data/editor.config b/data/editor.config
index 4226425b04..c6c31da1ba 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -102,6 +102,7 @@
<field_group name="address">
<field_ref name="street" />
<field_ref name="housenumber" />
+ <field_ref name="housename" />
<field_ref name="postcode" />
</field_group>
<field_group name="poi_noname">
@@ -443,7 +444,7 @@
<type id="natural-spring">
<include field="name" />
</type>
- <type id="natural-waterfall" can_add="no">
+ <type id="waterway-waterfall">
<include field="name" />
<include field="height" />
<include field="wikipedia" />
@@ -864,10 +865,10 @@
<include field="name" />
</type>
<type id="building" can_add="no">
- <include field="street" />
- <include field="housename" />
- <include field="housenumber" />
- <include field="postcode" />
+ <include group="address" />
+ </type>
+ <type id="building-address" can_add="no">
+ <include group="address" />
</type>
</types>