[editor] Allow creating some health and education amenities

This commit is contained in:
Ilya Zverev 2016-04-07 13:21:51 +03:00 committed by Alex Zolotarev
parent f1e878accf
commit edb47e1ad5

View file

@ -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>