Skip to content

Commit

Permalink
Use .geojson for downloaded files, not .txt, sinnce we won't be using…
Browse files Browse the repository at this point in the history
… Smart Survey anytime soon with a new version of the sketch tool
  • Loading branch information
dabreegster committed Nov 1, 2023
1 parent 0f63a3d commit 6b86cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sidebar/EntireScheme.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
if (geojson["scheme_name"]) {
filename += "_" + geojson["scheme_name"];
}
filename += ".txt";
filename += ".geojson";
downloadGeneratedFile(filename, JSON.stringify(geojson, null, " "));
}
Expand Down

0 comments on commit 6b86cfe

Please sign in to comment.