Rename loadingStrategy to strategy

This commit is contained in:
Tim Schaub
2014-03-20 08:20:14 -06:00
committed by Tom Payne
parent ce8d805201
commit 86c5a582c7
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ var vectorSource = new ol.source.ServerVector({
vectorSource.readFeatures(response);
});
},
loadingStrategy: ol.loadingstrategy.createTile(new ol.tilegrid.XYZ({
strategy: ol.loadingstrategy.createTile(new ol.tilegrid.XYZ({
maxZoom: 19
})),
projection: 'EPSG:3857'