Update projection arg for d3.geoPath(), deprecate d3.geoClipExtent()

This commit is contained in:
Bryan Housel
2016-10-29 15:27:06 -04:00
parent b7f02a5752
commit 46b6086dcf
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function svgDebug(projection, context) {
showsImagery = context.getDebug('imagery'),
showsImperial = context.getDebug('imperial'),
showsDriveLeft = context.getDebug('driveLeft'),
path = d3.geoPath().projection(projection);
path = d3.geoPath(projection);
var debugData = [];