Merge remote-tracking branch 'kmein/master'

This commit is contained in:
lassulus 2022-10-04 19:54:30 +02:00
commit 51a8a10a99

View File

@ -111,7 +111,7 @@ let
.elements .elements
| length as $length | length as $length
| .[$random % $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)?"
' '
''; '';
}; };