[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:
Konstantin Pastbin 2022-06-23 19:34:18 +03:00 committed by Alexander Borsuk
parent d4b1f932cf
commit 1981897413

View file

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