File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const topojson = {
8
8
'north-america_110m' : require ( '../../dist/topojson/north-america_110m.json' ) ,
9
9
oceania_110m : require ( '../../dist/topojson/oceania_110m.json' ) ,
10
10
'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 ' ) ,
12
12
world_110m : require ( '../../dist/topojson/world_110m.json' ) ,
13
13
africa_50m : require ( '../../dist/topojson/africa_50m.json' ) ,
14
14
antarctica_50m : require ( '../../dist/topojson/antarctica_50m.json' ) ,
Original file line number Diff line number Diff line change @@ -69,11 +69,7 @@ const config = {
69
69
outputDirTopojson : './dist/topojson' ,
70
70
inputDir : './build/geodata' ,
71
71
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
77
73
lakes : {
78
74
source : 'lakes' ,
79
75
type : 'physical'
You can’t perform that action at this time.
0 commit comments