Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79017d5

Browse filesBrowse files
committed
Remove unused filter
1 parent 3ec56ab commit 79017d5
Copy full SHA for 79017d5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎tasks/topojson/config.mjs

Copy file name to clipboardExpand all lines: tasks/topojson/config.mjs
-10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.