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 f7cdc5f commit 9711ef7Copy full SHA for 9711ef7
1 file changed
tasks/topojson/process_geodata.mjs
@@ -229,7 +229,10 @@ const commandsAllFeaturesCommon = [
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'
+ '-erase source=caspian_sea target=all_features',
233
+ // Handle disputed territories at Egypt/Sudan border: https://en.wikipedia.org/wiki/Egypt%E2%80%93Sudan_border
234
+ `-each 'if (globalid === "{CA12D116-7A19-41D1-9622-17C12CCC720D}") iso3cd = "XHT"'`, // Halaib Triangle
235
+ `-each 'if (globalid === "{9FD54A50-0BFB-4385-B342-1C3BDEE5ED9B}") iso3cd = "XBT"'` // Bir Tawil
236
]
237
238
// Process 50m UN geodata
0 commit comments