Simplified api

This commit is contained in:
simonseyock
2016-12-07 11:14:59 +01:00
parent 8edc2be103
commit 55ec0af072
6 changed files with 18 additions and 33 deletions
+1 -10
View File
@@ -306,7 +306,6 @@ olx.MapOptions.prototype.view;
* Object literal with options for the {@link ol.Map#forEachFeatureAtPixel} and
* {@link ol.Map#hasFeatureAtPixel} methods.
* @typedef {{layerFilter: ((function(ol.layer.Layer): boolean)|undefined),
* layerFilterThis: (Object|undefined),
* hitTolerance: (number|undefined)}}
*/
olx.AtPixelOptions;
@@ -323,14 +322,6 @@ olx.AtPixelOptions;
olx.AtPixelOptions.prototype.layerFilter;
/**
* Value to use as `this` when executing `layerFilter`.
* @type {Object|undefined}
* @api stable
*/
olx.AtPixelOptions.prototype.layerFilterThis;
/**
* Hit-detection tolerance. Pixels inside the radius around the given position
* will be checked for features. This only works for the canvas renderer and
@@ -7684,7 +7675,7 @@ olx.view.FitOptions.prototype.maxZoom;
/**
* The duration of the animation in milliseconds. By default, there is no
* The duration of the animation in milliseconds. By default, there is no
* animations.
* @type {number|undefined}
* @api