Improve graticule perf

This commit is contained in:
Florent gravin
2015-08-27 16:31:29 +02:00
parent 4045e06aa9
commit 31a074daf5
2 changed files with 88 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ var sphereMollweideProjection = new ol.proj.Projection({
code: 'ESRI:53009',
extent: [-9009954.605703328, -9009954.605703328,
9009954.605703328, 9009954.605703328],
worldExtent: [-179, -90, 179, 90]
worldExtent: [-179, -89.99, 179, 89.99]
});
var map = new ol.Map({