We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d3425 commit c74f711Copy full SHA for c74f711
tasks/topojson/process_geodata.mjs
@@ -227,6 +227,9 @@ const commandsAllFeaturesCommon = [
227
`-filter 'georeg !== "ANT"' target=1`,
228
// Merge patched Antarctica
229
'-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'
233
]
234
235
// Process 50m UN geodata
0 commit comments