You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[out:json];
area
["EHAK:parishcode"="0727"]->.a; // Redirect result to ".a"
out body qt;
(
relation
(area.a) // Use result from ".a"
["route"~"bicycle|foot"];
way
(area.a) // Use again result from ".a"
["highway"~"cycleway|footway|pedestrian"];
);
out body qt;
>;
out skel qt;
Muu
[out:json][timeout:100];
//find ways which are members of relation or have highway=cycleway
//and write them as a
(
relation[route=bicycle]({{bbox}});
way(r);
way[highway=cycleway]({{bbox}});
)->.a;
(
//take ways from a and filter them by surface=paved
way.a[surface=paved];
//union with ways from a with surface=asphalt
way.a[surface=asphalt];
//you could add more surface variants here
//by adding way.a[surface=value];
// get nodes for ways
>;
);
out meta;
The text was updated successfully, but these errors were encountered:
Kergteede andmekiht GeoJSON'is,
olemasolev/kavandatud/ettepanekud
http://overpass-turbo.eu/
Muu
The text was updated successfully, but these errors were encountered: