Files
cctv-010/working-data/03/03-centrum-2

14 lines
952 B
Plaintext

[out:json];
area[name="Rotterdam"]->.searchArea;
// Retrieve the specified streets only
(
way(area.searchArea)["name"="Boomgaardsstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="Bulgersteyn"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="Churchillplein"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="Conradstraat"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
way(area.searchArea)["name"="Coolsingel"]["highway"~"residential|motorway|unclassified|trunk|primary|secondary|tertiary|living_street|service|footway|pedestrian"];
);
out body;
>;
out skel qt;