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-04-07 13:21:51 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-07 19:59:09 +0300
commitedb47e1ad56c42cdc9fe8dd6ceb11fd6a88c7154 (patch)
tree910095cde3807402fee635c5cc7a1c8db7498d81 /data/editor.config
parentf1e878accff330ad8398226bd8e20f1f4aef153e (diff)
[editor] Allow creating some health and education amenities
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/editor.config b/data/editor.config
index d9ee5682f2..087a679b30 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -197,11 +197,11 @@
<include field="operator" />
<include field="internet" />
</type>
- <type id="amenity-college" group="education" can_add="no">
+ <type id="amenity-college" group="education">
<include group="poi" />
<include field="operator" />
</type>
- <type id="amenity-doctors" group="health" can_add="no">
+ <type id="amenity-doctors" group="health">
<include group="poi" />
<include field="internet" />
</type>
@@ -240,7 +240,7 @@
<type id="amenity-grave_yard" can_add="no">
<include group="poi" />
</type>
- <type id="amenity-hospital" group="health" can_add="no">
+ <type id="amenity-hospital" group="health">
<include group="poi" />
<include field="internet" />
</type>
@@ -248,7 +248,7 @@
<include field="name" />
<include field="height" />
</type>
- <type id="amenity-kindergarten" group="education" can_add="no">
+ <type id="amenity-kindergarten" group="education">
<include group="poi" />
<include field="operator" />
</type>
@@ -308,7 +308,7 @@
<include field="cuisine" />
<include field="internet" />
</type>
- <type id="amenity-school" group="education" can_add="no">
+ <type id="amenity-school" group="education">
<include group="poi" />
<include field="operator" />
</type>