'Separate output with " / " in overpass turbo
I have a specific question regarding the output of the following query in overpass turbo:
way[highway][name]({{bbox}});
for(t["name"]) {
make x name = _.val;
out ;
}
for example the output looks like that: Kurt-Schumacher-Damm Rue Ambroise Paré Rue Dominique Larrey Rue du Dr. Roux
but i would like to get an " / " between every name !
Hope someone can help! cheers
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
