geo-albers-usa-territories
geo-albers-usa-territories copied to clipboard
Fix browser build global definition
Currently you need to say
const projection = geoAlbersUsaTerritories.geoAlbersUsaTerritories();
Ideally it would be:
const projection = geoAlbersUsaTerritories();
... or maybe
const projection = d3.geoAlbersUsaTerritories();