Ticket #20711: josm_20711.patch
File josm_20711.patch, 4.4 KB (added by , 4 years ago) |
---|
-
resources/data/defaultpresets.xml
251 251 <chunk id="fee_interval"> 252 252 <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" /> 253 253 </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" /> 255 256 <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" />257 257 <text key="ref" text="Reference number" /> 258 258 </chunk> 259 <chunk id=" parking_access_fee_operator_surface_smoothness">259 <chunk id="access_fee_operator_surface_smoothness"> 260 260 <space /> 261 261 <reference ref="POI_access" /> 262 262 <reference ref="fee_interval" /> … … 2556 2556 <link wiki="Tag:amenity=parking" /> 2557 2557 <space /> 2558 2558 <key key="amenity" value="parking" /> 2559 <reference ref="parking_name_ type_ref" />2559 <reference ref="parking_name_ref" /> 2560 2560 <text key="maxheight" text="Max. height (meters)" /> 2561 2561 <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" /> 2563 2563 <space /> 2564 2564 <text key="capacity" text="Capacity (overall)" /> 2565 2565 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" /> … … 2577 2577 <link wiki="Tag:amenity=parking_space" /> 2578 2578 <space /> 2579 2579 <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" /> 2581 2582 <text key="capacity" text="Capacity" /> 2582 <reference ref=" parking_access_fee_operator_surface_smoothness" />2583 <reference ref="access_fee_operator_surface_smoothness" /> 2583 2584 <reference ref="maxstay" /> 2584 2585 <reference ref="supervised_lit_oh" /> 2585 2586 <check key="covered" text="Covered (with roof)" /> … … 2588 2589 <link wiki="Tag:amenity=parking_entrance" /> 2589 2590 <space /> 2590 2591 <key key="amenity" value="parking_entrance" /> 2591 <reference ref="parking_name_ type_ref" />2592 <reference ref="parking_name_ref" /> 2592 2593 <text key="maxheight" text="Max. height (meters)" /> 2593 <reference ref=" parking_access_fee_operator_surface_smoothness" />2594 <reference ref="access_fee_operator_surface_smoothness" /> 2594 2595 <reference ref="supervised_lit_oh" /> 2595 2596 <check key="covered" text="Covered (with roof)" /> 2596 2597 </item> <!-- Parking Entrance --> … … 2765 2766 <link wiki="Tag:amenity=motorcycle_parking" /> 2766 2767 <space /> 2767 2768 <key key="amenity" value="motorcycle_parking" /> 2768 <reference ref="parking_name_ type_ref" />2769 <reference ref="parking_name_ref" /> 2769 2770 <text key="capacity" text="Capacity" /> 2770 <reference ref=" parking_access_fee_operator_surface_smoothness" />2771 <reference ref="access_fee_operator_surface_smoothness" /> 2771 2772 <reference ref="supervised_lit_oh" /> 2772 2773 <reference ref="maxstay" /> 2773 2774 <check key="covered" text="Covered (with roof)" /> … … 2804 2805 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" /> 2805 2806 <text key="name" text="Name" /> 2806 2807 <text key="capacity" text="Capacity" /> 2807 <reference ref=" parking_access_fee_operator_surface_smoothness" />2808 <reference ref="access_fee_operator_surface_smoothness" /> 2808 2809 <check key="covered" text="Covered" /> 2809 2810 <reference ref="supervised_lit_oh" /> 2810 2811 </item> <!-- Parking -->