'=' != '==' oops.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1003 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -203,7 +203,7 @@ OpenLayers.Layer.WFS.prototype =
|
||||
|
||||
for(var i=0; i < tile.features.length; i++) {
|
||||
var feature = tile.features[i];
|
||||
if (feature.id = featureID) {
|
||||
if (feature.id == featureID) {
|
||||
foundFeature = feature;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user