Skip to content

Commit c74f711

Browse files
committed
Erase Caspian Sea
1 parent 33d3425 commit c74f711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/topojson/process_geodata.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ const commandsAllFeaturesCommon = [
227227
`-filter 'georeg !== "ANT"' target=1`,
228228
// Merge patched Antarctica
229229
'-merge-layers target=1,antarctica force name=all_features',
230+
// Erase Caspian Sea
231+
`-filter 'globalid === "{BBBEF27F-A6F4-4FBC-9729-77B3A8739409}"' target=all_features + name=caspian_sea`,
232+
'-erase source=caspian_sea target=all_features'
230233
]
231234

232235
// Process 50m UN geodata

0 commit comments

Comments
 (0)