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-15 12:50:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:53:25 +0300
commitc58af5c51432fa8405483f1100969237d8fdd402 (patch)
tree643a7f3ad3db521887e2418b318b247aeeea9898 /data/editor.config
parent2d12eafb5b8677cac159c6b275c4d809ac26e19e (diff)
[editor] Remove extra fields for some types
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config21
1 files changed, 11 insertions, 10 deletions
diff --git a/data/editor.config b/data/editor.config
index eb1b1fe7a2..b0e6e65337 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -136,7 +136,7 @@
<include field="operator" />
</type>
<type id="amenity-atm" group="banking">
- <include group="poi" />
+ <include field="opening_hours" />
<include field="operator" />
</type>
<type id="amenity-bank" group="banking">
@@ -149,7 +149,8 @@
<include field="internet" />
</type>
<type id="amenity-bicycle_rental">
- <include group="poi" />
+ <include field="website" />
+ <include field="opening_hours" />
<include field="operator" />
</type>
<type id="amenity-bureau_de_change" group="banking">
@@ -368,7 +369,7 @@
<include group="poi" />
</type>
<type id="highway-bus_stop">
- <include group="poi" />
+ <include field="name" />
<include field="operator" />
</type>
<type id="historic-archaeological_site" group="historic" can_add="no">
@@ -380,15 +381,15 @@
<include field="wikipedia" />
</type>
<type id="historic-memorial" group="historic">
- <include group="poi" />
+ <include field="name" />
<include field="wikipedia" />
</type>
<type id="historic-monument" group="historic">
- <include group="poi" />
+ <include field="name" />
<include field="wikipedia" />
</type>
<type id="historic-ruins" group="historic" can_add="no">
- <include group="poi" />
+ <include field="name" />
<include field="wikipedia" />
</type>
<type id="landuse-cemetery" can_add="no">
@@ -449,15 +450,15 @@
<include field="wikipedia" />
</type>
<type id="place-hamlet" can_add="no">
- <include group="poi" />
+ <include field="name" />
<include field="wikipedia" />
</type>
<type id="place-village" can_add="no">
- <include group="poi" />
+ <include field="name" />
<include field="wikipedia" />
</type>
<type id="railway-halt" editable="no" can_add="no">
- <include group="poi" />
+ <include field="name" />
</type>
<type id="railway-station" editable="no" can_add="no">
<include group="poi" />
@@ -541,7 +542,7 @@
<include field="operator" />
<include field="internet" />
</type>
- <type id="shop-doityourself" group="shop">
+ <type id="shop-doityourself" group="shop" can_add="no">
<include group="poi" />
<include field="operator" />
<include field="internet" />