diff --git a/cycle_amenities.json b/cycle_amenities.json
index 50a0ac5..ebca18a 100644
--- a/cycle_amenities.json
+++ b/cycle_amenities.json
@@ -136,5 +136,13 @@
             "sign": "🔌",
             "priority": 2
         }
+    },
+    "filter": {
+        "type": {
+            "name": "{{ trans('filter:type') }}",
+            "show_default": "true",
+            "type": "select",
+            "values": "{% for k, v in const %}<option value=\"{{ k }}\" query=\"nwr[{{ k }}]\">{{ tagTrans(k) }}</option>{% endfor %}"
+        }
     }
 }