OpenStreetMap標誌 OpenStreetMap

Overpass

於 26 九月 2015 由 ChenshiGerman (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/}}

電郵圖示 Bluesky圖示 Facebook圖示 LinkedIn圖示 Mastodon圖示 Telegram圖示 X圖示

討論

mmd2015年9月26日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.

mmd2015年9月26日21:18發表的評論

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

登入以留言