I am able to to get the multiple features selected using drag box,  How can 
I loop through these selected features and get their attribute to show in 
Html Table.
the following loop  show  all the attribute of the WFS instead of the 
selected features.


//  this loop show all the attribute instead of selected features attribute.
            var features = serverVector.getSource().getFeatures(); 
//serverVector.getSource().getFeatures();
            for (i = 0; i < features.length; i++) {
                content += "<tr><td >" + features[i].get('PROP_ID') + 
"</td><td>" + features[i].get('file_as_na') + "</td><td>" + features[i].get(
'addr_line2') + " </td></tr>";




            }


-- 
You received this message because you are subscribed to the Google Groups "OL3 
Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ol3-dev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ol3-dev/a4e76909-d0c3-4f31-8fea-5ce632acc2e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to