Ah yes, that makes sense. Thank you much. .
On May 1, 11:57 am, marcelo <[email protected]> wrote: > Hehe! I forgot disableEditing() ;-) > > Here we go again: > ----------------------------------------------------------------- > function disable() { > if (poly) { > if (poly.getVertex(0) != poly.getVertex(poly.getVertexCount()-1)) > { > poly.insertVertex(poly.getVertexCount(),poly.getVertex(0)); > } > } > poly.disableEditing();} > > ----------------------------------------------------------------- > > -- > Marcelo -http://maps.forum.nu > -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
