simplified code
This commit is contained in:
parent
906605feae
commit
16beaaf071
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ async function pickDirectory(e){
|
|||
return;
|
||||
}
|
||||
const filename = window.prompt("Enter filename:", "test");
|
||||
if (filename === null) {
|
||||
if (!filename) {
|
||||
return;
|
||||
}
|
||||
const dat = {type: "FeatureCollection", features: geojsons};
|
||||
|
|
Loading…
Add table
Reference in a new issue