diff --git a/agriculture.json b/agriculture.json
index ad3a03b..e7f2927 100644
--- a/agriculture.json
+++ b/agriculture.json
@@ -26,6 +26,15 @@
         ]
     },
     "feature": {
-        "description": "{{ tagTrans('landuse', tags.landuse) }}"
+        "description": "{{ tagTrans('landuse', tags.landuse) }}",
+        "priority": [
+            "{% if tags.landuse == 'farmyard' %}",
+            "0",
+            "{% elseif tags.landuse == 'allotments' %}",
+            "1",
+            "{% else %}",
+            "2",
+            "{% endif %}"
+        ]
     }
-}
+}
\ No newline at end of file