Skip to content

Commit fbfe00f

Browse files
committed
Remove commented code
1 parent 31fb351 commit fbfe00f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

topojson/bin/process_geodata.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ async function convertLayersToTopojson({ name, resolution }) {
242242

243243
// Get required polygon features from UN GeoJSON
244244
const inputFilePathUNGeojson = `${inputDir}/${unFilename}.geojson`;
245-
// await mapshaper.runCommands(`${inputFilePathUNGeojson} -filter 'stscod !== undefined' target=1 -clean target=1 -o force ${inputFilePathUNGeojson}`)
246245
const outputFilePathAntarctica50m = `${outputDirGeojson}/${unFilename}_50m/antarctica.geojson`;
247246
const outputFilePathFiji50m = `${outputDirGeojson}/${unFilename}_50m/fiji.geojson`;
248247
const outputFilePathFijiAntimeridian50m = `${outputDirGeojson}/${unFilename}_50m/fiji_antimeridian.geojson`;

0 commit comments

Comments
 (0)