diff --git a/SupermarketNoWebsite b/SupermarketNoWebsite new file mode 100644 index 0000000..5072246 --- /dev/null +++ b/SupermarketNoWebsite @@ -0,0 +1,11 @@ +{ + "type": "overpass", + "name": { + "en": "Supermarkets without website", + "nl": "Supermarkten zonder website", + "de": "Supermärkte ohne Website" + }, + "query": { + "13": "(node[\"shop\"=\"supermarket\"][\"website\"!~\".*\"];way[\"shop\"=\"supermarket\"][\"website\"!~\".*\"];relation[\"shop\"=\"supermarket\"][\"website\"!~\".*\"];)" + } +}