Remove extent property from ol.tilegrid.TileGridOptions

This follows tilegrid extent_ property removal from #216.
This commit is contained in:
Bruno Binet
2013-02-20 16:02:44 +01:00
parent 8a66d69d3b
commit 4bdf59bc6b
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ ol.tilegrid.XYZ = function(xyzOptions) {
}
goog.base(this, {
extent: ol.Projection.EPSG_3857_EXTENT,
origin: new ol.Coordinate(-ol.Projection.EPSG_3857_HALF_SIZE,
ol.Projection.EPSG_3857_HALF_SIZE),
resolutions: resolutions,