Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple search params in the imagery_url #11

Open
willemarcel opened this issue Mar 8, 2023 · 0 comments
Open

Handle multiple search params in the imagery_url #11

willemarcel opened this issue Mar 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@willemarcel
Copy link
Contributor

willemarcel commented Mar 8, 2023

In the example we have on the Readme file, the imagery_url has only one search param (blankTile=false):

http://devseed.com/ds-annotate?classes=farm,00FFFF%7Ctree,FF00FF&name=Farms-mapping&imagery_type=tms&imagery_url=https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer/tile/%7Bz%7D/%7By%7D/%7Bx%7D?blankTile=false&project_bbox=-90.319317,38.482965,-90.247220,38.507418

We need to handle correctly urls with multiple search params, like imagery_url=https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer/tile/%7Bz%7D/%7By%7D/%7Bx%7D?blankTile=false&apikey=12345.

@willemarcel willemarcel added the bug Something isn't working label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant