Closed smalers closed 4 years ago
This has been implemented. Close the issue.
I updated the issue. It should be downloadFile
. I think this was implemented but it does not seem to work when the value is a file without the .function()
modifiers. For example, the following always results in the download file defaulting to timeseries.csv
:
"downloadFile" : "${featureAttribute:StateModStationId}-Available_Flow.csv"
The push for this has been merged, and has been working. Closing the issue.
We changed the use of
save
todownload
but the popup configuration still usessaveFile
. I recommend changing that todownloadFile
to be consistent. I noticed this while updating the InfoMapper documentation to include the latest. This needs to be updated ASAP before deploying some public website updates.