mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Update projection arg for d3.geoPath(), deprecate d3.geoClipExtent()
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user