Changeset 10511 in josm
- Timestamp:
- 2016-07-03T20:53:42+02:00 (8 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r10500 r10511 6945 6945 <check key="triple_tower" text="Triple tower" /> 6946 6946 <check key="design:incomplete" text="Incomplete tower" /> 6947 <check key=" tower" text="Location transition" value_on="transition" disable_off="true" />6947 <check key="location:transition" text="Location transition" disable_off="true" /> 6948 6948 </optional> 6949 6949 </item> <!-- Power Tower --> … … 6963 6963 <text key="height" text="Height (meters)" /> 6964 6964 <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" /> 6965 <check key=" pole" text="Location transition" value_on="transition" disable_off="true" />6965 <check key="location:transition" text="Location transition" disable_off="true" /> 6966 6966 <reference ref="ref_operator_branch" /> 6967 6967 </item> <!-- Pole --> … … 6980 6980 <text key="height" text="Height (meters)" /> 6981 6981 <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" /> 6982 <check key=" pole" text="Location transition" value_on="transition" disable_off="true" />6982 <check key="location:transition" text="Location transition" disable_off="true" /> 6983 6983 <reference ref="ref_operator_branch" /> 6984 6984 <space /> -
trunk/data/validator/deprecated.mapcss
r10451 r10511 855 855 suggestAlternative: "species"; 856 856 } 857 858 /* #13101 */ 859 node[pole=transition] { 860 throwWarning: tr("{0} is deprecated", "{0.tag}"); 861 suggestAlternative: "location:transition=yes"; 862 fixAdd: "location:transition=yes"; 863 fixRemove: "pole"; 864 } 865 node[tower=transition] { 866 throwWarning: tr("{0} is deprecated", "{0.tag}"); 867 suggestAlternative: "location:transition=yes"; 868 fixAdd: "location:transition=yes"; 869 fixRemove: "tower"; 870 }
Note:
See TracChangeset
for help on using the changeset viewer.