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-03-22 13:23:07 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:59:26 +0300
commit36fc19a3d2554bdc931b79bbf20d7d0b3a5b8213 (patch)
tree9eb4b9f9e72a6e42ecb6a11bc3b56d4a79f2294e /data/editor.config
parent43b2dcf3b6b50a3de547eab997449cffee3494aa (diff)
[editor] Remove atm fields
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/editor.config b/data/editor.config
index c9d1273757..d66b43ad97 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -135,14 +135,15 @@
<include field="ele" />
<include field="operator" />
</type>
- <type id="amenity-atm" group="banking">
+ <type id="amenity-atm" group="banking" priority="low">
<include field="opening_hours" />
<include field="operator" />
</type>
<type id="amenity-bank" group="banking">
<include group="poi" />
<include field="operator" />
- <include field="atm" />
+ <!-- Uncomment this and other atm fields when the code supports it. -->
+ <!--include field="atm" /-->
</type>
<type id="amenity-bar" group="food">
<include group="poi" />
@@ -157,7 +158,7 @@
<type id="amenity-bureau_de_change" group="banking">
<include group="poi" />
<include field="operator" />
- <include field="atm" />
+ <!--include field="atm" /-->
</type>
<type id="amenity-bus_station">
<include group="poi" />