I'm trying to query the Great Lakes in overpass using the id (https://www.openstreetmap.org/relation/1124369)...is this plausible? Here is what I have so far.
asked 25 Apr '17, 00:54 goldfishinriver |
One Answer:
To query by OSM id, do something like Once you have that object you need to use the recurse down relations operator:
It's about 90 megabytes of data. answered 25 Apr '17, 01:51 maxerickson |
Thanks! Worked great!