Changeset 18184 in josm for trunk/resources


Ignore:
Timestamp:
2021-08-30T19:33:41+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #20711 - Add parking_space=* to internal presets (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18096 r18184  
    252252        <combo key="fee" text="Fee" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_no_i18n="true" values_sort="false" />
    253253    </chunk>
    254     <chunk id="parking_name_type_ref">
     254    <chunk id="parking_name_ref">
     255        <combo key="parking" text="Type of parking" values="carports,garage_boxes,lane,multi-storey,rooftop,sheds,street_side,surface,underground" values_context="parking" />
    255256        <text key="name" text="Name" />
    256         <combo key="parking" text="Type" values="carports,garage_boxes,lane,multi-storey,rooftop,sheds,street_side,surface,underground" values_context="parking" />
    257257        <text key="ref" text="Reference number" />
    258258    </chunk>
    259     <chunk id="parking_access_fee_operator_surface_smoothness">
     259    <chunk id="access_fee_operator_surface_smoothness">
    260260        <space />
    261261        <reference ref="POI_access" />
     
    25572557            <space />
    25582558            <key key="amenity" value="parking" />
    2559             <reference ref="parking_name_type_ref" />
     2559            <reference ref="parking_name_ref" />
    25602560            <text key="maxheight" text="Max. height (meters)" />
    25612561            <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
    2562             <reference ref="parking_access_fee_operator_surface_smoothness" />
     2562            <reference ref="access_fee_operator_surface_smoothness" />
    25632563            <space />
    25642564            <text key="capacity" text="Capacity (overall)" />
     
    25782578            <space />
    25792579            <key key="amenity" value="parking_space" />
    2580             <reference ref="parking_name_type_ref" />
     2580            <combo key="parking_space" text="Type of parking space" values="disabled,normal" />
     2581            <reference ref="parking_name_ref" />
    25812582            <text key="capacity" text="Capacity" />
    2582             <reference ref="parking_access_fee_operator_surface_smoothness" />
     2583            <reference ref="access_fee_operator_surface_smoothness" />
    25832584            <reference ref="maxstay" />
    25842585            <reference ref="supervised_lit_oh" />
     
    25892590            <space />
    25902591            <key key="amenity" value="parking_entrance" />
    2591             <reference ref="parking_name_type_ref" />
     2592            <reference ref="parking_name_ref" />
    25922593            <text key="maxheight" text="Max. height (meters)" />
    2593             <reference ref="parking_access_fee_operator_surface_smoothness" />
     2594            <reference ref="access_fee_operator_surface_smoothness" />
    25942595            <reference ref="supervised_lit_oh" />
    25952596            <check key="covered" text="Covered (with roof)" />
     
    27662767            <space />
    27672768            <key key="amenity" value="motorcycle_parking" />
    2768             <reference ref="parking_name_type_ref" />
     2769            <reference ref="parking_name_ref" />
    27692770            <text key="capacity" text="Capacity" />
    2770             <reference ref="parking_access_fee_operator_surface_smoothness" />
     2771            <reference ref="access_fee_operator_surface_smoothness" />
    27712772            <reference ref="supervised_lit_oh" />
    27722773            <reference ref="maxstay" />
     
    28052806            <text key="name" text="Name" />
    28062807            <text key="capacity" text="Capacity" />
    2807             <reference ref="parking_access_fee_operator_surface_smoothness" />
     2808            <reference ref="access_fee_operator_surface_smoothness" />
    28082809            <check key="covered" text="Covered" />
    28092810            <reference ref="supervised_lit_oh" />
Note: See TracChangeset for help on using the changeset viewer.