Lint free examples
This commit is contained in:
@@ -59,7 +59,7 @@ var featureOverlay = new ol.layer.Vector({
|
||||
var highlight;
|
||||
var displayFeatureInfo = function(pixel) {
|
||||
|
||||
var feature = map.forEachFeatureAtPixel(pixel, function(feature, layer) {
|
||||
var feature = map.forEachFeatureAtPixel(pixel, function(feature) {
|
||||
return feature;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user