JonasStjerne / resilient-pathfinding

https://p7-xi.vercel.app
0 stars 0 forks source link

Issue loading gzip maps from Local File System #113

Open Yhennon opened 7 months ago

Yhennon commented 7 months ago

There is a problem while trying to load a map which is saved as a gzip. Currently trying to load a map from local file system will result in a "Please select a gzip file" alert, even if the input is correct. The problem occurs with either hand-drawn or auto generated maps.

Checking the code, it seems that instead of the passed .gzip file, the program receives nothing. ( saveService.ts, getFileFromFs() function, at the input file check )