Index: /trunk/resources/data/defaultpresets.xml
===================================================================
--- /trunk/resources/data/defaultpresets.xml	(revision 19164)
+++ /trunk/resources/data/defaultpresets.xml	(revision 19165)
@@ -2691,4 +2691,5 @@
                 <text key="aerialway:duration" text="Typical journey time in minutes" />
                 <check key="aerialway:heating" text="Has heating?" />
+                <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
                 <space />
                 <text key="operator" text="Operator" />
@@ -2708,4 +2709,5 @@
                 <check key="aerialway:bubble" text="Has bubble?" />
                 <check key="aerialway:heating" text="Has heating?" />
+                <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
                 <space />
                 <text key="operator" text="Operator" />
@@ -2780,4 +2782,5 @@
             <key key="aerialway" value="goods" />
             <optional>
+                <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
                 <reference ref="name_ref_operator" />
                 <text key="aerialway:duration" text="Typical journey time in minutes" />
@@ -2789,4 +2792,6 @@
             <key key="aerialway" value="zip_line" />
             <optional>
+                <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
+                <space />
                 <reference ref="name_ref_operator" />
                 <reference ref="oh" />
@@ -2801,4 +2806,5 @@
             <space />
             <key key="aerialway" value="station" />
+            <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
             <reference ref="name_ref_operator" />
         </item> <!-- Station -->
@@ -2807,4 +2813,5 @@
             <space />
             <key key="aerialway" value="pylon" />
+            <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
             <reference ref="name_ref" />
         </item> <!-- Pylon -->
Index: /trunk/resources/data/validator/combinations.mapcss
===================================================================
--- /trunk/resources/data/validator/combinations.mapcss	(revision 19164)
+++ /trunk/resources/data/validator/combinations.mapcss	(revision 19165)
@@ -557,5 +557,5 @@
 /* {0.key} without {1.key} or {2.key} see #10140 */
 *[building:levels][!building][!building:part],
-way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
+way[usage][!railway][!waterway][route!=railway][man_made!=pipeline][!aerialway] {
   throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
   group: tr("missing tag");
