OpenStreetMap logotip OpenStreetMap

Overpass

Postavljeno od Chenshi u 26 septembar 2015 na jeziku: German (Deutsch)

Alle Zuflüsse aufwärts von einem gegeben Fluss, hier “Hunte”.

Den Mündungsfluss muss man ausschließen, hier “Weser”.

[timeout:120];

(way[waterway] [“name”=”Hunte”];

complete->._ ( ._; > ->.a; (way(bn.a)[name!=”Weser”][“waterway”~”^(river|drain|stream|ditch)$”]; way(bn.a)[“natural”~”^water$”]; ); )

); out geom;

{{data:overpass,server=http://dev.overpass-api.de/api_mmd/}}

Email icon Bluesky Icon Facebook Icon LinkedIn Icon Mastodon Icon Telegram Icon X Icon

Discussion

Komentar od mmd u 26 septembar 2015 u 21:10

Note: complete is not yet part of the official Overpass API and only included in the Overpass Lab Preview version at this time. An official release date is not known as of today. Read more about it. Please add comments/feedback to the GitHub ticket.

Hinweis: das complete Feature ist noch nicht Teil der offiziellen Overpass API, d.h. die genannte Query läuft in der Form nur auf der Overpass Lab Preview Version unter dev.overpass-api.de. Mehr Details dazu.

Komentar od mmd u 26 septembar 2015 u 21:18

Quicklink for the query above: http://overpass-turbo.eu/s/bGQ

Prijava da bi ostavili komentar