webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
888 stars 212 forks source link

getPoints() not working #92

Open bsirmacek opened 7 years ago

bsirmacek commented 7 years ago

I have an editable polygon. After changing the corner points positions, I would like to be able to log the new corner points. polygon.getPoints() is not working. I have an console error message as "getPoints is not defined" Can you please give me an example of how to get the list of new corner points of the polygon?