diff --git a/street_lighting.json b/street_lighting.json
index 24a30ce..4a0171b 100644
--- a/street_lighting.json
+++ b/street_lighting.json
@@ -6,7 +6,8 @@
         "nl": "Straatverlichting"
     },
     "query": {
-        "16": "(way[highway];)"
+        "16": "(way[highway];)",
+        "18": "(way[highway];node[highway=street_lamp];)"
     },
     "feature": {
         "markerSymbol": "",
@@ -14,6 +15,8 @@
             "color": [
                 "{% if  attribute(tags, 'lit') == \"yes\" %}",
                 "yellow",
+                "{% elseif attribute(tags, 'highway') == \"street_lamp\" %}",
+                "yellow",
                 "{% elseif attribute(tags, 'lit') == \"no\" %}",
                 "black",
                 "{% else %}",