Aligning topojson file with preset projection with points with point locations loaded via an api
问题 Thanks to a previous answer I was able to use geoproject to set the projection of my geojson to BC Albers. geoproject 'd3.geoAlbers().parallels([50, 58.5]).rotate([126, 0]).center([0,50.5]).fitSize([960, 600], d)' < "$<" > "$@" I'm then loading the topojson into d3 with a null projection var path = d3.geoPath() .projection(null); Everything looks fine when loaded, however when I then load point locations through an api and set the projection to match the topojson file var projection = d3