Download multiple boundaries as separate files

Avatar
  • updated
  • Under review

While it is possible to download multiple boundaries at once, it creates a single geojson file with all the boundaries combined.
Would it be possible to get a download option to download every boundary as single file?

Avatar
Magnus
  • Under review

Having a bit hard to understand the need here. Why not just loop through the OSM-IDs and download them? For example in bash:

for a in -12345 -23456 -34567 ; do curl ....osmIds=$a... ; done

Even more advanced solutions can be made by writing scripts in more proper languages of course.

Unless given a proper reason this is not something that's of interest for us.