diff --git a/index.json b/index.json
index 141aa0b..9f3f03d 100644
--- a/index.json
+++ b/index.json
@@ -70,6 +70,9 @@
             "subCategories": [
                 {
                     "id": "power"
+                },
+                {
+                    "id": "works"
                 }
             ]
         },
diff --git a/works.json b/works.json
new file mode 100644
index 0000000..7f3c9ce
--- /dev/null
+++ b/works.json
@@ -0,0 +1,10 @@
+{
+    "type": "overpass",
+    "query": {
+        "12": "(node[landuse~'^(industrial)$'];way[landuse~'^(industrial)$'];relation[landuse~'^(industrial)$'];)"
+    },
+    "minZoom": 12,
+    "feature": {
+        "markerSign": ""
+    }
+}