Thanks for all the stars.
Due to unexpected demand, I move this to a proper github repo, see here: https://github.com/chroth7/reactD3resources
I would very much like to get your PRs there, thank you!
Thanks for all the stars.
Due to unexpected demand, I move this to a proper github repo, see here: https://github.com/chroth7/reactD3resources
I would very much like to get your PRs there, thank you!
| // CSV Output | |
| [out:csv(name, ::"lat", ::"lon")]; | |
| {{geocodeArea:CH}}->.searchArea; | |
| // gather results | |
| ( | |
| // query part for: “place” | |
| (node["place"]["name"~"^.+$"](area.searchArea);) | |
| ); | |
| out body; |