Renamed FeatureAtPixelOptions to AtPixelOptions for future use in forEachLayerAtPixel

This commit is contained in:
simonseyock
2016-10-28 13:21:28 +02:00
committed by simonseyock
parent f0439685ad
commit 5608e7284b
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -309,7 +309,7 @@ olx.MapOptions.prototype.view;
* layerFilterThis: (Object|undefined),
* hitTolerance: (number|undefined)}}
*/
olx.FeatureAtPixelOptions;
olx.AtPixelOptions;
/**
@@ -320,7 +320,7 @@ olx.FeatureAtPixelOptions;
* @type {((function(ol.layer.Layer): boolean)|undefined)}
* @api stable
*/
olx.FeatureAtPixelOptions.prototype.layerFilter;
olx.AtPixelOptions.prototype.layerFilter;
/**
@@ -328,7 +328,7 @@ olx.FeatureAtPixelOptions.prototype.layerFilter;
* @type {Object|undefined}
* @api stable
*/
olx.FeatureAtPixelOptions.prototype.layerFilterThis;
olx.AtPixelOptions.prototype.layerFilterThis;
/**
@@ -338,7 +338,7 @@ olx.FeatureAtPixelOptions.prototype.layerFilterThis;
* @type {number|undefined}
* @api
*/
olx.FeatureAtPixelOptions.prototype.hitTolerance;
olx.AtPixelOptions.prototype.hitTolerance;
/**