cctv-010/working-data/03/07-feijenoord-0
2025-02-24 02:01:15 +01:00

14 lines
966 B
Plaintext

[out:json];
area[name="Rotterdam"]->.searchArea;
// Retrieve the specified streets only
(
way(area.searchArea)["name"="1e Balsemienstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="1e Pioenstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="2e Balsemienstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="2e Pioenstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="2e Rosestraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
);
out body;
>;
out skel qt;