From fb7ca775a008122e8282bb3c22d4505009e039a6 Mon Sep 17 00:00:00 2001 From: marting Date: Fri, 11 Jan 2019 02:00:34 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'museos'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- museos | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 museos diff --git a/museos b/museos new file mode 100644 index 0000000..7bbacb8 --- /dev/null +++ b/museos @@ -0,0 +1,20 @@ +{ + "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;" + ] + } +}