Skip to content

Commit 98c19b8

Browse files
fixup geo requires
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
1 parent a046871 commit 98c19b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/geo/geo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
var d3 = require('@plotly/d3');
66
var geo = require('d3-geo');
7-
var geoPath = require('d3-geo').geoPath;
8-
var geoDistance = require('d3-geo').geoDistance;
7+
var geoPath = geo.geoPath;
8+
var geoDistance = geo.geoDistance;
99
var geoProjection = require('d3-geo-projection');
1010

1111
var Registry = require('../../registry');

0 commit comments

Comments
 (0)