- Timestamp:
- 2021-07-26T22:24:27+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18090 r18091 377 377 <chunk id="power_loc"> 378 378 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" /> 379 </chunk>380 <chunk id="power_extra">381 <reference ref="power_loc" />382 <reference ref="voltage_frequency" />383 <reference ref="ref_operator" />384 379 </chunk> 385 380 <chunk id="power_line_extra"> … … 2036 2031 <key key="substance" value="water" /> 2037 2032 <key key="usage" value="penstock" /> 2038 <combo key="location" text="Location" values="overground, underground" values_context="pipeline" />2033 <combo key="location" text="Location" values="overground,overhead,underground,underwater" values_context="pipeline" /> 2039 2034 <optional> 2040 2035 <reference ref="name_operator" /> … … 5841 5836 <reference ref="name_ref" /> 5842 5837 <reference ref="operator_substance" /> 5843 <combo key="location" text="Location" values=" underground,underwater,overground" values_context="pipeline" />5838 <combo key="location" text="Location" values="overground,overhead,underground,underwater" values_context="pipeline" /> 5844 5839 <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" /> 5845 5840 <text key="pressure" text="Pressure (bar)" /> … … 5874 5869 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" /> 5875 5870 <reference ref="color" /> 5876 <combo key="location" text="Location" values=" underground,overground" values_context="pipeline" />5871 <combo key="location" text="Location" values="overground,overhead,underground,underwater" values_context="pipeline" /> 5877 5872 </optional> 5878 5873 </item> <!-- Marker --> … … 5969 5964 <optional> 5970 5965 <combo key="bunker_type" text="Type" values="command,foxhole,gun_emplacement,hardened_aircraft_shelter,mg_nest,munitions,observation,personnel_shelter,pillbox,technical,tobruk" values_context="bunker" values_searchable="true" /> 5971 <combo key="location" text="Location" values="overground,underground " values_context="bunker" />5966 <combo key="location" text="Location" values="overground,underground,underwater" values_context="bunker" /> 5972 5967 <combo key="building" text="Building" values="bunker,yes" values_context="building" /> 5973 5968 <text key="name" text="Name" /> … … 6168 6163 <text key="name" text="Name" /> 6169 6164 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" /> 6170 <reference ref="power_extra" /> 6165 <reference ref="power_loc" /> 6166 <reference ref="voltage_frequency" /> 6167 <reference ref="ref_operator" /> 6171 6168 <optional> 6172 6169 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" /> … … 6378 6375 <optional> 6379 6376 <reference ref="cables_circuits" /> 6380 <combo key="location" text="Location" values=" underground,underwater,overground" values_context="power cable" />6377 <combo key="location" text="Location" values="overground,overhead,underground,underwater" values_context="power cable" /> 6381 6378 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" /> 6382 6379 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
Note:
See TracChangeset
for help on using the changeset viewer.