Port vector examples to new vector API
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user