Skip to content

Commit 33d3425

Browse files
committed
Filter Greenland out of Europe
1 parent 4a6fb9d commit 33d3425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/topojson/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
{
2626
name: 'europe',
2727
specs: {
28-
filter: 'georeg === "EUR"',
28+
filter: 'georeg === "EUR" && iso3cd !== "GRL"',
2929
bounds: [-30, 0, 60, 90]
3030
}
3131
},

0 commit comments

Comments
 (0)