forked from organicmaps/organicmaps-tmp
[editor] Make single point amenity=parking addable
Add more fields to bicycle and motorcycle parkings. Closes #2781 Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
d4b1f932cf
commit
1981897413
1 changed files with 9 additions and 1 deletions
|
@ -287,8 +287,10 @@
|
|||
<include field="operator" />
|
||||
<include field="postcode" />
|
||||
</type>
|
||||
<type id="amenity-parking" can_add="no">
|
||||
<type id="amenity-parking">
|
||||
<include field="name" />
|
||||
<include field="operator" />
|
||||
<include field="opening_hours" />
|
||||
</type>
|
||||
<type id="amenity-pharmacy" group="shop">
|
||||
<include group="poi" />
|
||||
|
@ -789,6 +791,9 @@
|
|||
<include field="opening_hours" />
|
||||
</type>
|
||||
<type id="amenity-bicycle_parking">
|
||||
<include field="name" />
|
||||
<include field="operator" />
|
||||
<include field="opening_hours" />
|
||||
</type>
|
||||
<type id="amenity-biergarten" group="food">
|
||||
<include group="poi" />
|
||||
|
@ -808,6 +813,9 @@
|
|||
<include group="poi" />
|
||||
</type>
|
||||
<type id="amenity-motorcycle_parking">
|
||||
<include field="name" />
|
||||
<include field="operator" />
|
||||
<include field="opening_hours" />
|
||||
</type>
|
||||
<type id="amenity-ice_cream" group="shop">
|
||||
<include group="poi" />
|
||||
|
|
Loading…
Add table
Reference in a new issue