diff --git a/construction.json b/construction.json
index 73495f7..289d2dc 100644
--- a/construction.json
+++ b/construction.json
@@ -30,7 +30,10 @@
         "pre": [
             "{% if tags.highway == 'construction' %}",
             "{% set key = 'highway' %}",
-            "{% set value = tags.highway %}",
+            "{% set value = tags.construction %}",
+            "{% elseif tags.landuse == 'construction' and tags.construction %}",
+            "{% set key = 'landuse' %}",
+            "{% set value = tags.construction %}",
             "{% else %}",
             "{% set key = 'landuse' %}",
             "{% set value = tags.landuse %}",