Skip to content

Commit

Permalink
Update gdb_to_geojson.js
Browse files Browse the repository at this point in the history
ref: refactored output destination
  • Loading branch information
35C4n0r committed Feb 14, 2024
1 parent 89cccf4 commit a811c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/gdb_to_geojson.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as fs from 'fs/promises';
import * as path from "path";

const inputDir = `${import.meta.dir}/../geojson-data/indian_villages_boundaries.zip`;
const outputDir = `${import.meta.dir}/../geojson-data/indian_villages_boundaries`;
const outputDir = `${import.meta.dir}/../geojson-data/indian_village_boundaries`;

function isZipFile(filename) {
return filename.endsWith('.zip');
Expand Down

0 comments on commit a811c89

Please sign in to comment.