From 053a2174e93991a6cd3d076a43abb8a543e8df82 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 14 May 2021 15:10:22 +0200 Subject: [PATCH] Don't skip items that without a label in English --- web_view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web_view.py b/web_view.py index fadf218..1c84f22 100755 --- a/web_view.py +++ b/web_view.py @@ -145,8 +145,6 @@ def get_items_in_bbox(bbox): def get_markers(all_items): items = [] for item in all_items: - if "en" not in item.labels: - continue locations = [list(i.get_lat_lon()) for i in item.locations] image_filenames = item.get_claim("P18") item = {