You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script checks if the selected_format is included in the url.
It seems like mapservers are doing it this way, but arcgis server dont.
You could allow a multidownload for arcgis server by altering the if condition to match some string in the url, for example like this:
if multiselect feature is active, the selection of tiles works fine, but the download link is still pointing to a download of the last selected tile.
there should be an asychronous download link
The text was updated successfully, but these errors were encountered: