opengeo-tech / OpenValleyMap

The open geospatial database of boundaries and the toponymy of all the valleys in the Alps.
0 stars 0 forks source link

overpass turbo query #1

Open stefanocudini opened 2 years ago

stefanocudini commented 2 years ago
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“water”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “water”
    way["natural"="valley"]({{bbox}});

);
// print results
out body;
>;
out skel qt;
stefanocudini commented 1 year ago

way [natural=valley] ({{bbox}}); /added by auto repair/ (._;>;); /end of auto repair/ out;