From 73dc4819b702f2bd8a2fee75984b70f3bada49b9 Mon Sep 17 00:00:00 2001 From: endricott Date: Thu, 15 Nov 2018 10:33:58 +0100 Subject: [PATCH] Add 'first.json' --- first.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 first.json diff --git a/first.json b/first.json new file mode 100644 index 0000000..fed235a --- /dev/null +++ b/first.json @@ -0,0 +1,12 @@ +{ + "type": "overpass", + "name": { + "en": "highway" + }, + "query": { + "16": [ + "node[shop]", + "" + ] + } +}