Hi All,
What is the features attribute?
I've this code:
polygonLayer.events.register('featureadded',
polygonLayer,
function(){
var x =
this.features[this.features.length-1].id;
alert(x);
}
);
I'd like to get the area from the polygon that i had draw.
Luciano.