13 lines
766 B
Plaintext
13 lines
766 B
Plaintext
[out:json];
|
|
area[name="Rotterdam"]->.searchArea;
|
|
// Retrieve the specified streets only
|
|
(
|
|
way(area.searchArea)["name"="Badweg"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="het strand"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="Zeekant"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
way(area.searchArea)["name"="Zeeplein"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
|
|
);
|
|
out body;
|
|
>;
|
|
out skel qt;
|