Skip to content

Commit 79017d5

Browse files
committed
Remove unused filter
1 parent 3ec56ab commit 79017d5

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tasks/topojson/config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ const config = {
9696
unDownloadUrl: 'https://geoportal.un.org/arcgis/sharing/rest/content/items/d7caaff3ef4b4f7c82689b7c4694ad92/data',
9797
filters: {
9898
countries: 'stscod !== undefined',
99-
land: [
100-
'{839C9589-44D9-4BD5-A681-13E10ED03C5E}', // AME
101-
'{2EE1B4A5-9C3F-445C-A1AB-399715463785}', // ANT
102-
'{3D11547B-94D9-42C9-B849-14B389FE5F7F}', // OCE
103-
'{32DB79BE-0D53-46BD-995F-EBE7C30ED6B6}', // AFR
104-
'{3F3547E7-C7FB-4347-9D80-575C6485FD2E}', // EUR
105-
'{4351AA38-B383-44BF-8341-720DD74872B4}' // ASI
106-
]
107-
.map((id) => `globalid === "${id}"`)
108-
.join(' || '),
10999
subunits: ['AUS', 'BRA', 'CAN', 'USA'].map((id) => `adm0_a3 === "${id}"`).join(' || ')
110100
}
111101
};

0 commit comments

Comments
 (0)