OvertureMaps / overturemaps-py

overture-py
MIT License
123 stars 17 forks source link

Add multiple feature types to a single request #31

Open eti7075 opened 2 months ago

eti7075 commented 2 months ago

Currently, overturemaps-py commands only allow for one feature type to be downloaded per command. It would be great to be able to download more than one type per request. For example, using the current options, a new command could look like overturemaps download --bbox 3, 51, 3, 51 -f geojson --type infrastructure,land

Bonkles commented 1 month ago

@eti7075 can you link the branch where you began creating the explorer experience for directing users to the python downloader here? Screenshots etc. useful to illustrate what we're after.

eti7075 commented 1 month ago

Do you mean the callout from the download button or the 'command generator' that would provide the user with each command needed to download the visible view?