Esri / WAB-Image-Services-Widgets

Web AppBuilder widgets for Image Services (WABIS)
Apache License 2.0
49 stars 21 forks source link

Load issue in modified ISCatalog: widget.js change reqeest #35

Open GDoerffel65 opened 4 years ago

GDoerffel65 commented 4 years ago

Hi, in the widget.js file of the ISCatalog widget, there are 3 lines that require a certain install-location to work. Lines 42 to 44 read: "./widgets/ISCatalog/lib/filesaver/Blob.js", "./widgets/ISCatalog/lib/filesaver/FileSaver.js", "./widgets/ISCatalog/lib/papa_parse.js"

this caused issues for me after installing the WABIS widgets on my WebServer. I suggest to change those lines - similar to many others in the file to a relative path of: "./lib/filesaver/Blob", "./lib/filesaver/FileSaver", "./lib/papa_parse"

that, for me , fixed the issue.