Use actual projection

This commit is contained in:
John Firebaugh
2013-10-17 10:30:36 -04:00
parent 22e453eae5
commit 382bd2abd8
+2 -2
View File
@@ -16,9 +16,9 @@ iD.Map = function(context) {
points = iD.svg.Points(roundedProjection, context),
vertices = iD.svg.Vertices(roundedProjection, context),
lines = iD.svg.Lines(projection),
areas = iD.svg.Areas(roundedProjection),
areas = iD.svg.Areas(projection),
midpoints = iD.svg.Midpoints(roundedProjection, context),
labels = iD.svg.Labels(roundedProjection, context),
labels = iD.svg.Labels(projection, context),
supersurface, surface,
mouse,
mousemove;