From 08684fd9c49d9b0ca26cc4779cecc9d2ecb6089d Mon Sep 17 00:00:00 2001
From: Edward Betts <edward@4angle.com>
Date: Fri, 25 Jun 2021 15:04:33 +0200
Subject: [PATCH] Ignore Key:lit to get better matches for streetlamps

---
 matcher/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matcher/api.py b/matcher/api.py
index 7ccd27e..eb0cbf7 100644
--- a/matcher/api.py
+++ b/matcher/api.py
@@ -165,7 +165,7 @@ def get_items(item_ids):
 
 
 def get_item_tags(item):
-    skip_tags = {"Key:addr:street"}
+    skip_tags = {"Key:addr:street", "Key:lit"}
 
     isa_items = []
     isa_list = [v["numeric-id"] for v in item.get_claim("P31")]