Added hitTolerance to hasFeatureAtPixel. Corrected JsDoc problems.

This commit is contained in:
simonseyock
2016-10-25 16:39:52 +02:00
committed by simonseyock
parent 63f57768a3
commit 2ea41afe6e
4 changed files with 28 additions and 29 deletions

View File

@@ -535,7 +535,7 @@ ol.renderer.webgl.Map.prototype.forEachFeatureAtCoordinate = function(coordinate
/**
* @inheritDoc
*/
ol.renderer.webgl.Map.prototype.hasFeatureAtCoordinate = function(coordinate, frameState, layerFilter, thisArg) {
ol.renderer.webgl.Map.prototype.hasFeatureAtCoordinate = function(coordinate, frameState, hitTolerance, layerFilter, thisArg) {
var hasFeature = false;
if (this.getGL().isContextLost()) {