don't try to update the matrix in setMap since it's too early and done later in moveTo

This commit is contained in:
Pierre GIRAUD
2012-10-24 13:31:06 +02:00
parent 8a8b3076c8
commit 6efcab3d2d

View File

@@ -264,7 +264,6 @@ OpenLayers.Layer.WMTS = OpenLayers.Class(OpenLayers.Layer.Grid, {
*/
setMap: function() {
OpenLayers.Layer.Grid.prototype.setMap.apply(this, arguments);
this.updateMatrixProperties();
},
/**