Added user confirmation for loading large files
Modified file : src/mapView.js
Added _checkFileSizeLimit() function, that checks the size of the files to be loaded. It shows a confirmation dialog box if the total size exceeds the threshold size limit.
Fixes #39 (closed)
Edited by Anubhav Tyagi