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 5482adf

Browse filesBrowse files
committed
Filter out extra Hawaii feature during processing
1 parent 6356355 commit 5482adf
Copy full SHA for 5482adf

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎dist/topojson/world_110m.json

Copy file name to clipboardExpand all lines: dist/topojson/world_110m.json
+1-1Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎dist/topojson/world_50m.json

Copy file name to clipboardExpand all lines: dist/topojson/world_50m.json
+1-1Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎tasks/topojson/config.mjs

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