Description:
Attempting to load the same zipped shapefile multiple times does not prompt the upload operation.
Steps to reproduce:
Click Data button
Click Browse button
Choose a zip file
Wait for operation to complete
Click Browse button
Choose the same zip file
Upload operation does not occur
Browsers:
All
Potential fix:
The event to prompt the upload is triggered by the line: "uploadForm.onchange = lang.hitch(this, this._listening);". It is triggered when the file path changes. Since the same file path is attempted the 2nd time, no "change" event occurs. Could clear this value after an upload operation (and handle the empty string case in the handler).
Description: Attempting to load the same zipped shapefile multiple times does not prompt the upload operation.
Steps to reproduce:
Browsers: All
Potential fix: The event to prompt the upload is triggered by the line: "uploadForm.onchange = lang.hitch(this, this._listening);". It is triggered when the file path changes. Since the same file path is attempted the 2nd time, no "change" event occurs. Could clear this value after an upload operation (and handle the empty string case in the handler).