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 b903b9f

Browse filesBrowse files
committed
Add small fixes
1 parent 85ad69c commit b903b9f
Copy full SHA for b903b9f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed

‎src/assets/geo_assets.js

Copy file name to clipboardExpand all lines: src/assets/geo_assets.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const topojson = {
88
'north-america_110m': require('../../dist/topojson/north-america_110m.json'),
99
oceania_110m: require('../../dist/topojson/oceania_110m.json'),
1010
'south-america_110m': require('../../dist/topojson/south-america_110m.json'),
11-
usa_110m: require('../../dist/topojson/usa_110m'),
11+
usa_110m: require('../../dist/topojson/usa_110m.json'),
1212
world_110m: require('../../dist/topojson/world_110m.json'),
1313
africa_50m: require('../../dist/topojson/africa_50m.json'),
1414
antarctica_50m: require('../../dist/topojson/antarctica_50m.json'),

‎tasks/topojson/config.mjs

Copy file name to clipboardExpand all lines: tasks/topojson/config.mjs
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ const config = {
6969
outputDirTopojson: './dist/topojson',
7070
inputDir: './build/geodata',
7171
vectors: {
72-
// 'coastlines', 'countries', and 'land' are derived from UN geodata
73-
ocean: {
74-
source: 'ocean',
75-
type: 'physical'
76-
},
72+
// 'coastlines', 'countries', 'land', and 'ocean' are derived from UN geodata
7773
lakes: {
7874
source: 'lakes',
7975
type: 'physical'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.