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

@@ -130,7 +130,6 @@
@exportObjectLiteralProperty ol.source.TiledWMSOptions.urls Array.<string>|undefined
@exportObjectLiteral ol.tilegrid.TileGridOptions
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.extent ol.Extent|undefined
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.origin ol.Coordinate|undefined
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.origins Array.<ol.Coordinate>|undefined
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.resolutions !Array.<number>

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,