14 lines
970 B
Plaintext
14 lines
970 B
Plaintext
[out:json];
|
|
area[name="Rotterdam"]->.searchArea;
|
|
// Retrieve the specified streets only
|
|
(
|
|
way(area.searchArea)["name"="Meidoornstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="1e Pijnackerstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="2e Pijnackerstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="3e Pijnackerstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="Almondestraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
);
|
|
out body;
|
|
>;
|
|
out skel qt;
|