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\"!~\".*\"])" + } +}