forked from organicmaps/organicmaps
[editor] Allow creating some health and education amenities
This commit is contained in:
parent
f1e878accf
commit
edb47e1ad5
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue