<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I have problem with the function getArea() , I need to calculate the area of coordinate in SAD 69&nbsp;&nbsp;&nbsp; SRID: 4291<br><br><br><br>Feature.prototype.getArea = function() {<br>&nbsp; //TODO area for circle<br>&nbsp; if (this.vertices.length &gt; 1) {<br>&nbsp;&nbsp;&nbsp; //surface calculation<br>&nbsp;&nbsp;&nbsp; var measure = 0;<br>&nbsp;&nbsp;&nbsp; for (var i = 0; i&lt;this.vertices.length - 1;i++)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; measure += this.vertices[i].x * this.vertices[i+1].y - this.vertices[i+1].x * this.vertices[i].y;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; measure += this.vertices[this.vertices.length -1].x * this.vertices[0].y - this.vertices[0].x *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.vertices[this.vertices.length -1].y;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return Math.abs(measure) /
 2;<br>&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; return 0;<br>&nbsp; }<br></div></div><br>
                <hr size=1> 
Yahoo! Search<br> 
Música para ver e ouvir: <a href="http://us.rd.yahoo.com/mail/br/tagline/search/video/*http://br.search.yahoo.com/search/video?p=james+blunt&ei=UTF-8&cv=g&x=wrt&vm=r&fr=intl-mail-br-b">You're Beautiful, do James Blunt</a></body></html>