Ticket #20270: 20270.patch
File 20270.patch, 5.3 KB (added by , 4 years ago) |
---|
-
resources/data/defaultpresets.xml
324 324 </chunk> 325 325 <chunk id="other_religions"> <!-- religions which don't have an own preset --> 326 326 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" /> 327 </chunk> 327 </chunk> 328 328 <chunk id="christian_denominations"> <!-- christian denominations --> 329 329 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_searchable="true" /> 330 330 </chunk> … … 341 341 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" /> 342 342 </chunk> 343 343 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) --> 344 <!-- end of religions and denominations --> 344 <!-- end of religions and denominations --> 345 345 <chunk id="voltage"> 346 346 <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,22000,20000,15000,110000;20000" /> 347 347 </chunk> … … 399 399 <reference ref="voltage_frequency" /> 400 400 </optional> 401 401 </chunk> 402 <chunk id="power_pole"> 402 <chunk id="utilities"> 403 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" /> 404 </chunk> 405 <chunk id="pole"> 403 406 <text key="height" text="Height (meters)" length="7" /> 404 407 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" /> 408 <reference ref="ref_operator" /> 409 </chunk> 410 <chunk id="power_pole"> 405 411 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 406 412 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 407 413 <check key="location:transition" text="Location transition" disable_off="true" /> 408 <reference ref=" ref_operator" />414 <reference ref="pole" /> 409 415 </chunk> 410 416 <chunk id="rating_phases"> 411 417 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" /> … … 784 790 <check key="narrow" text="Narrow" disable_off="true" /> 785 791 <check key="trolley_wire" text="Overhead trolley wires" /> 786 792 <check key="passing_places" text="Passing Places" /> 787 </checkgroup> 793 </checkgroup> 788 794 <reference ref="placement" /> 789 795 </optional> 790 796 <reference ref="link_road_access_restrictions" /> … … 1343 1349 <check key="button_operated" text="Button operated" /> 1344 1350 <check key="traffic_signals:sound" text="Sound signals" /> 1345 1351 </item> <!-- Pedestrian Crossing --> 1346 <group name="Traffic Calming" icon="presets/vehicle/choker.svg"> 1352 <group name="Traffic Calming" icon="presets/vehicle/choker.svg"> 1347 1353 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true"> 1348 1354 <link wiki="Key:traffic_calming" /> 1349 1355 <space /> … … 5535 5541 <key key="man_made" value="embankment" /> 5536 5542 </item> <!-- Embankment --> 5537 5543 <separator/> 5544 <item name="Utility Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true"> 5545 <link wiki="Tag:man_made=utility_pole" /> 5546 <space /> 5547 <key key="man_made" value="utility_pole" /> 5548 <reference ref="pole" /> 5549 <reference ref="utilities" /> 5550 </item> <!-- Utility Pole --> 5538 5551 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true"> 5539 5552 <link wiki="Tag:highway=street_lamp" /> 5540 5553 <space /> … … 5796 5809 <link wiki="Key:marker" /> 5797 5810 <space /> 5798 5811 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" /> 5799 < combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />5812 <reference ref="utilities" /> 5800 5813 <optional> 5801 5814 <reference ref="ref_operator" /> 5802 5815 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />