Skip to content

Added user confirmation for loading large files

Anubhav Tyagi requested to merge tyagi619/gnome-maps:Anubhav into master

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

Merge request reports