We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a046871 commit 98c19b8Copy full SHA for 98c19b8
src/plots/geo/geo.js
@@ -4,8 +4,8 @@
4
5
var d3 = require('@plotly/d3');
6
var geo = require('d3-geo');
7
-var geoPath = require('d3-geo').geoPath;
8
-var geoDistance = require('d3-geo').geoDistance;
+var geoPath = geo.geoPath;
+var geoDistance = geo.geoDistance;
9
var geoProjection = require('d3-geo-projection');
10
11
var Registry = require('../../registry');
0 commit comments