diff --git a/culture_religion.json b/culture_religion.json
index c9e45f1..4d712cf 100644
--- a/culture_religion.json
+++ b/culture_religion.json
@@ -21,8 +21,10 @@
     },
     "subCategories": [
         {
-            "id": "culture",
-            "name": null
+            "id": "culture"
+        },
+        {
+            "id": "historic"
         }
     ]
 }
diff --git a/historic.json b/historic.json
index f7c0ae2..80616bc 100644
--- a/historic.json
+++ b/historic.json
@@ -1,4 +1,5 @@
 {
+    "type": "overpass",
     "name": {
         "ast": "Hestoria",
         "cs": "Historické",
@@ -15,5 +16,18 @@
         "ro": "Istoric",
         "ru": "Историческое",
         "uk": "Історія"
+    },
+    "query": {
+        "11": "(\nnode[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nway[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nrelation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\n)",
+        "14": "(\nnode[historic];\nway[historic];\nrelation[historic];\n)"
+    },
+    "feature": {
+        "description": "{{ tagTransList('historic', tags.historic) }}",
+        "body": "{{ tagTransList('historic', tags.historic) }}",
+        "markerSign": "{{ const[tags.historic] }}"
+    },
+    "const": {
+        "castle": "🏰",
+        "aircraft": "✈"
     }
 }