mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Use identity projection in tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe("iD.svg.Areas", function () {
|
||||
var surface,
|
||||
projection = d3.geo.mercator(),
|
||||
projection = Object,
|
||||
filter = d3.functor(true);
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
describe("iD.svg.Points", function () {
|
||||
var surface,
|
||||
projection = d3.geo.mercator(),
|
||||
projection = Object,
|
||||
filter = d3.functor(true);
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
describe("iD.svg.Vertices", function () {
|
||||
var surface,
|
||||
projection = d3.geo.mercator(),
|
||||
projection = Object,
|
||||
filter = d3.functor(true);
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
Reference in New Issue
Block a user