Skip to content

Commit b050574

Browse files
committed
Clarify comment
1 parent fc3978c commit b050574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topojson/bin/process_geodata.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ const commandsCountries50m = [
358358
// Remove country polygons with bad geometry
359359
`-filter '!["ATA", "FJI", "RUS"].includes(iso3cd)' target=un_polygons`,
360360
'-merge-layers target=un_polygons,antarctica,fiji,russia force name=all_features',
361-
// Erase Caspian Sea
361+
// Subtract Caspian Sea from country polygons
362362
`-filter 'globalid === "{BBBEF27F-A6F4-4FBC-9729-77B3A8739409}"' target=all_features + name=caspian_sea`,
363363
'-erase source=caspian_sea target=all_features',
364364
// Update country codes for disputed territories at Egypt/Sudan border: https://en.wikipedia.org/wiki/Egypt%E2%80%93Sudan_border

0 commit comments

Comments
 (0)