Port vector examples to new vector API

This commit is contained in:
Éric Lemoine
2015-04-03 22:15:55 +02:00
parent 09b90c8424
commit bdb326c310
24 changed files with 346 additions and 311 deletions

View File

@@ -41,7 +41,7 @@ ol.loadingstrategy.bbox = function(extent, resolution) {
* @return {function(ol.Extent, number): Array.<ol.Extent>} Loading strategy.
* @api
*/
ol.loadingstrategy.createTile = function(tileGrid) {
ol.loadingstrategy.tile = function(tileGrid) {
return (
/**
* @param {ol.Extent} extent Extent.