Re: Saving an Edited Polygon

2008-10-28 Thread Aditya
yeah i know...i could just use an array and offset the co-ordinates... but i need to do it graphically...has no one else done this before? On Oct 27, 1:03 pm, chrismarx [EMAIL PROTECTED] wrote: well, i think it's possible, but I haven't seen any implementations of this yet. If you just

Re: Saving an Edited Polygon

2008-10-27 Thread Aditya
ok i get the point by point editing... another question, is it possible to offset all the points at once? like making the whole polygon draggable? On Oct 10, 11:54 am, chrismarx [EMAIL PROTECTED] wrote: or see the fully worked out examples with the new geometrycontrols

Re: Saving an Edited Polygon

2008-10-27 Thread chrismarx
well, i think it's possible, but I haven't seen any implementations of this yet. If you just wanted a move of an arbitrary amount (rather than interactive dragging) then you could just loop through the vertices of the polygon and recalculate the new latlng positions and just recreate the polygon-

Saving an Edited Polygon

2008-10-10 Thread Aditya
Hi, Am using the mymaps shape script to draw polygons and store them in SQL. In function initialize(), am retrieving them. Now, am using polygon.enableEditing() to edit the polygon. How do i get the new vertices of the edited polygon? - Aditya

Re: Saving an Edited Polygon

2008-10-10 Thread [EMAIL PROTECTED]
On Oct 10, 8:16 am, Aditya [EMAIL PROTECTED] wrote: Hi, Am using the mymaps shape script to draw polygons and store them in SQL. In function initialize(), am retrieving them. Now, am using polygon.enableEditing() to edit the polygon. How do i get the new vertices of the edited polygon?