mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-28 22:56:31 +02:00
Use actual projection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user