File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Original file line number Diff line number Diff line change @@ -96,16 +96,6 @@ const config = {
96
96
unDownloadUrl : 'https://geoportal.un.org/arcgis/sharing/rest/content/items/d7caaff3ef4b4f7c82689b7c4694ad92/data' ,
97
97
filters : {
98
98
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 ( ' || ' ) ,
109
99
subunits : [ 'AUS' , 'BRA' , 'CAN' , 'USA' ] . map ( ( id ) => `adm0_a3 === "${ id } "` ) . join ( ' || ' )
110
100
}
111
101
} ;
You can’t perform that action at this time.
0 commit comments