From 5be19dff9668f3353c2b4c3f1a05d290432a517d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Sat, 30 Jul 2022 17:42:05 +0200
Subject: [PATCH] =?UTF-8?q?=E2=80=9Eexample1.yaml=E2=80=9C=20hinzuf=C3=BCg?=
 =?UTF-8?q?en?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 example1.yaml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 example1.yaml

diff --git a/example1.yaml b/example1.yaml
new file mode 100644
index 0000000..1874fed
--- /dev/null
+++ b/example1.yaml
@@ -0,0 +1,4 @@
+type: overpass
+# From zoom level 15 on, load all nodes, ways and relations with amenity=restaurant.
+query:
+  15: nwr[amenity=restaurant]
\ No newline at end of file