From ec140c2fa07cc60bb1ce282fe840a17d630ea153 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sat, 19 Jan 2019 20:47:45 +0100 Subject: [PATCH] 'ShopsWithoutOpeningHours.json' toevoegen --- ShopsWithoutOpeningHours.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ShopsWithoutOpeningHours.json diff --git a/ShopsWithoutOpeningHours.json b/ShopsWithoutOpeningHours.json new file mode 100644 index 0000000..f695820 --- /dev/null +++ b/ShopsWithoutOpeningHours.json @@ -0,0 +1,9 @@ +{ + "type": "overpass", + "name": { + "en": "Shops without opening hours" + }, + "query": { + "13": "(node[\"shop\"][\"opening_hours\"!~\".*\"];way[\"shop\"][\"opening_hours\"!~\".*\"];relation[\"shop\"][\"opening_hours\"!~\".*\"])" + } +}