geo-albers-usa-territories icon indicating copy to clipboard operation
geo-albers-usa-territories copied to clipboard

Fix browser build global definition

Open curran opened this issue 4 years ago • 0 comments

Currently you need to say

const projection = geoAlbersUsaTerritories.geoAlbersUsaTerritories();

Ideally it would be:

const projection = geoAlbersUsaTerritories();

... or maybe

const projection = d3.geoAlbersUsaTerritories();

curran avatar Oct 28 '20 17:10 curran