()
| 55 | } |
| 56 | |
| 57 | resetFile() { |
| 58 | localStorage.removeItem(this.localStorageKey); |
| 59 | const file = this.assignFile(); |
| 60 | this.fileName = file.fileName; |
| 61 | this.storedBins = file.storedBins; |
| 62 | this.coordinates = file.coordinates; |
| 63 | } |
| 64 | |
| 65 | // private member fn to pick coordinates |
| 66 | #generateCoordinates() { |