reaktor2: add opening hours to krebsfood

This commit is contained in:
Kierán Meinhardt 2022-10-04 19:48:03 +02:00
parent a768f4c994
commit ea44b7a851

View File

@ -111,7 +111,7 @@ let
.elements
| length as $length
| .[$random % $length]
| "How about \(.tags.name) (https://www.openstreetmap.org/\(.type)/\(.id))?"
| "How about \(.tags.name) (https://www.openstreetmap.org/\(.type)/\(.id)), open \(.tags.opening_hours)?"
'
'';
};