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

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Artwork",
  5. "es": "Obra de arte"
  6. },
  7. "query": {
  8. "16": [
  9. "[out:json][timeout:25];",
  10. "(",
  11. " node[\"exhibit\"];",
  12. " way[\"exhibit\"];",
  13. " relation[\"exhibit\"];",
  14. ");",
  15. "out body;",
  16. ">;",
  17. "out skel qt;"
  18. ]
  19. }
  20. }