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

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