|
@ -1,7 +1,9 @@ |
|
|
{ |
|
|
{ |
|
|
"type": "overpass", |
|
|
"type": "overpass", |
|
|
"name": { |
|
|
"name": { |
|
|
"en": "Shops without opening hours" |
|
|
|
|
|
|
|
|
"en": "Shops without opening hours", |
|
|
|
|
|
"nl": "Winkels zonder openingstijden", |
|
|
|
|
|
"de": "Geschäfte ohne Öffnungszeiten" |
|
|
}, |
|
|
}, |
|
|
"query": { |
|
|
"query": { |
|
|
"16": "(node[\"shop\"][\"opening_hours\"!~\".*\"];way[\"shop\"][\"opening_hours\"!~\".*\"];relation[\"shop\"][\"opening_hours\"!~\".*\"];)" |
|
|
"16": "(node[\"shop\"][\"opening_hours\"!~\".*\"];way[\"shop\"][\"opening_hours\"!~\".*\"];relation[\"shop\"][\"opening_hours\"!~\".*\"];)" |
|
|