Ticket #21415: josm_21415.patch
| File josm_21415.patch, 4.9 KB (added by , 4 years ago) |
|---|
-
resources/data/defaultpresets.xml
121 121 </checkgroup> 122 122 </optional> 123 123 </chunk> 124 <chunk id="check_crossing_access"> 125 <checkgroup columns="2"> 126 <check key="bicycle" text="Cross by bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" disable_off="true" /> 127 <check key="horse" text="Cross on horseback" icon="presets/vehicle/restriction/plain/horse.svg" disable_off="true" /> 128 </checkgroup> 129 </chunk> 124 130 <chunk id="common_advertising"> 125 131 <text key="height" text="Height (meters)" length="7" /> 126 132 <combo key="animated" text="Animated" values="yes,winding_posters,screen,trivision_blades,revolving,digital_messages,digital_prices,no" values_sort="false" /> … … 1321 1327 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" /> 1322 1328 </optional> 1323 1329 <optional text="Optional crossing attributes:"> 1324 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" /> 1330 <combo key="crossing" text="Pedestrian crossing type" > 1331 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" /> 1332 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" /> 1333 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" /> 1334 <list_entry value="no" /> 1335 </combo> 1325 1336 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> 1326 1337 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" /> 1327 <check key="crossing:island" text="With island" />1328 <check key="button_operated" text="Button operated" />1329 <check key="traffic_signals:sound" text="Sound signals" />1330 1338 <combo key="supervised" text="Crossing attendant" 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_i18n="false" values_sort="false" /> 1331 <check key="bicycle" text="Cross by bicycle" /> 1332 <check key="horse" text="Cross on horseback" /> 1339 <check key="crossing:island" text="With island" /> 1340 <reference ref="check_crossing_access" /> 1341 <label text="In case of crossing traffic signals:" /> 1342 <checkgroup columns="2"> 1343 <check key="button_operated" text="Button operated" /> 1344 <check key="traffic_signals:sound" text="Sound signals" /> 1345 </checkgroup> 1333 1346 </optional> 1334 1347 <optional text="Optional values for specific countries"> 1335 1348 <text key="name" text="Name" /> … … 1375 1388 <combo key="supervised" text="Crossing attendant" 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_i18n="false" values_sort="false" /> 1376 1389 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> 1377 1390 <check key="crossing:island" text="With island" /> 1378 <check key="bicycle" text="Cross by bicycle" /> 1379 <check key="horse" text="Cross on horseback" /> 1391 <reference ref="check_crossing_access" /> 1380 1392 <label text="In case of traffic signals:" /> 1381 <check key="button_operated" text="Button operated" /> 1382 <check key="traffic_signals:sound" text="Sound signals" /> 1393 <checkgroup columns="2"> 1394 <check key="button_operated" text="Button operated" /> 1395 <check key="traffic_signals:sound" text="Sound signals" /> 1396 </checkgroup> 1383 1397 </item> <!-- Pedestrian Crossing --> 1384 1398 <group name="Traffic Calming" icon="presets/vehicle/choker.svg"> 1385 1399 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true"> … … 2408 2422 <optional> 2409 2423 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" /> 2410 2424 <reference ref="supervised" /> 2411 <check key="horse" text="Cross on horseback" /> 2412 <check key="bicycle" text="Cross by bicycle" /> 2425 <reference ref="check_crossing_access" /> 2413 2426 <check key="crossing:light" text="Traffic lights" /> 2414 2427 <check key="crossing:bell" text="Sound signals" /> 2415 2428 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
