Artworks in museums
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
405 B

{
"type": "overpass",
"name": {
"en": "Artwork",
"es": "Obra de arte"
},
"query": {
"16": [
"[out:json][timeout:25];",
"(",
" node[\"exhibit\"];",
" way[\"exhibit\"];",
" relation[\"exhibit\"];",
");",
"out body;",
">;",
"out skel qt;"
]
}
}