Hello, I try to automatically select a feature in a vector layer based on its fid (is a gml vector layer). An apparently simple task. I try with:
feature = layer.getFeatureByFid(fidselect); select_feature.select(feature); but firebug report "feature is null). Where am I going wrong? Thanks! Francesco
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
