Changeset 18834 in josm for trunk/resources/data
- Timestamp:
- 2023-09-20T16:30:51+02:00 (14 months ago)
- Location:
- trunk/resources/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18812 r18834 391 391 <reference ref="cables" /> 392 392 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" /> 393 </chunk> 394 <chunk id="line_properties"> 395 <combo key="line_attachment" text="Line attachment" values="suspension,anchor,pin,pulley" values_sort="false" values_context="power" /> 396 <combo key="line_arrangement" text="Line arrangement" values="horizontal,semi_horizontal,vertical,semi_vertical,triangular,delta,square,unarranged" values_sort="false" values_context="power" /> 397 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 393 398 </chunk> 394 399 <chunk id="power_loc"> … … 465 470 </chunk> 466 471 <chunk id="power_pole"> 467 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 468 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 472 <reference ref="line_properties" /> 469 473 <check key="location:transition" text="Location transition" disable_off="true" /> 470 474 <reference ref="pole" /> … … 6021 6025 <reference ref="pole" /> 6022 6026 <reference ref="utilities" /> 6027 <optional> 6028 <reference ref="line_properties"/> 6029 </optional> 6023 6030 <preset_link preset_name="Pole" text="Similar preset:" /> 6024 6031 </item> <!-- Utility Pole --> … … 6871 6878 <key key="power" value="terminal" /> 6872 6879 <optional> 6873 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 6874 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 6880 <reference ref="line_properties" /> 6875 6881 <reference ref="ref_operator" /> 6876 6882 </optional> … … 6886 6892 <reference ref="ref_operator" /> 6887 6893 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" /> 6888 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 6889 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 6894 <reference ref="line_properties" /> 6890 6895 </item> <!-- Power Portal --> 6891 6896 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true"> … … 6900 6905 <optional> 6901 6906 <combo key="design" text="Tower design" values="one-level,two-level,donau,three-level,barrel,asymmetric,triangle,flag,donau;one-level,four-level,six-level,nine-level,delta,delta_two-level,y-frame,x-frame,h-frame,guyed_h-frame,portal,portal_two-level,portal_three-level,guyed_v-frame,bipole,monopolar" values_context="power" /> 6902 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 6903 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 6907 <reference ref="line_properties" /> 6904 6908 <check key="triple_tower" text="Triple tower" /> 6905 6909 <check key="design:incomplete" text="Incomplete tower" /> … … 6961 6965 <space /> 6962 6966 <key key="power" value="insulator" /> 6963 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" /> 6964 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> 6967 <reference ref="line_properties" /> 6965 6968 <reference ref="ref_operator" /> 6966 6969 </item> <!-- Insulator --> -
trunk/resources/data/validator/deprecated.mapcss
r18736 r18834 1898 1898 suggestAlternative: "design"; 1899 1899 suggestAlternative: "structure"; 1900 suggestAlternative: "line_arrangement"; 1901 suggestAlternative: "line_attachment"; 1900 1902 suggestAlternative: "line_management"; 1901 suggestAlternative: "line_attachment";1902 1903 set generic_power_tower_type_warning; 1903 1904 group: tr("deprecated tagging"); … … 1958 1959 *[pole:type][power][power=~/^(tower|pole|insulator|portal|terminal)$/]!.power_pole_type_warning!.generic_power_tower_type_warning { 1959 1960 throwWarning: tr("{0} is deprecated for {1}", "{0.key}", "{1.tag}"); 1961 suggestAlternative: "line_arrangement"; 1962 suggestAlternative: "line_attachment"; 1960 1963 suggestAlternative: "line_management"; 1961 suggestAlternative: "line_attachment";1962 1964 group: tr("deprecated tagging"); 1963 1965 } -
trunk/resources/data/validator/geometry.mapcss
r18687 r18834 128 128 way[voltage:tertiary], 129 129 way[transformer], 130 way[line_arrangement], 130 131 way[line_attachment], 131 132 way[line_management],
Note:
See TracChangeset
for help on using the changeset viewer.