Rename ol.extent.createEmptyExtent to ol.extent.createEmpty

This commit is contained in:
Tom Payne
2013-05-01 01:17:29 +02:00
parent 70fc6879db
commit b070b572d0
6 changed files with 7 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ ol.source.WMTS = function(options) {
}));
}
var tmpExtent = ol.extent.createEmptyExtent();
var tmpExtent = ol.extent.createEmpty();
var tmpTileCoord = new ol.TileCoord(0, 0, 0);
tileUrlFunction = ol.TileUrlFunction.withTileCoordTransform(
function(tileCoord, projection) {