Do not clip canvas for vector layers when wrapping the world

This commit is contained in:
Andreas Hocevar
2015-06-19 14:55:20 +02:00
parent aa90c97ba3
commit 7463a58066
4 changed files with 87 additions and 11 deletions

View File

@@ -2,12 +2,9 @@ goog.provide('ol.test.proj');
describe('ol.proj', function() {
beforeEach(function() {
ol.proj.common.add();
});
afterEach(function() {
ol.proj.clearAllProjections();
ol.proj.common.add();
});
describe('projection equivalence', function() {