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