Skip to content

Commit 5482adf

Browse files
committed
Filter out extra Hawaii feature during processing
1 parent 6356355 commit 5482adf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/topojson/world_110m.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/topojson/world_50m.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tasks/topojson/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const config = {
6060
{
6161
name: 'world',
6262
specs: {
63-
filter: '',
63+
filter: '!(iso3cd === "USA" && stscod === 4)',
6464
bounds: []
6565
}
6666
}

0 commit comments

Comments
 (0)