Don't crop against TileGrid extent in TileGrid
This commit is contained in:
@@ -149,9 +149,6 @@ ol.TileGrid.prototype.getTileBounds = function(z, extent) {
|
|||||||
* @return {ol.TileCoord} Tile coordinate.
|
* @return {ol.TileCoord} Tile coordinate.
|
||||||
*/
|
*/
|
||||||
ol.TileGrid.prototype.getTileCoord = function(z, coordinate) {
|
ol.TileGrid.prototype.getTileCoord = function(z, coordinate) {
|
||||||
if (!this.extent_.contains(coordinate)) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
var corner = this.corner_;
|
var corner = this.corner_;
|
||||||
var origin = this.getOrigin(z);
|
var origin = this.getOrigin(z);
|
||||||
var resolution = this.getResolution(z);
|
var resolution = this.getResolution(z);
|
||||||
|
|||||||
Reference in New Issue
Block a user