Skip to content

Commit b903b9f

Browse files
committed
Add small fixes
1 parent 85ad69c commit b903b9f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/assets/geo_assets.js

Lines 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

Lines 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)