Rename *AtPixel to *AtCoordinate if coordinate

This commit is contained in:
tsauerwein
2015-01-29 12:20:40 +01:00
parent 4d4bed454a
commit f4500c8f89
16 changed files with 56 additions and 55 deletions

View File

@@ -85,7 +85,7 @@ goog.inherits(ol.source.Source, ol.Observable);
* @return {T|undefined} Callback result.
* @template T
*/
ol.source.Source.prototype.forEachFeatureAtPixel =
ol.source.Source.prototype.forEachFeatureAtCoordinate =
goog.nullFunction;