Looks like this is related to my open issue with polygon editing: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1034
You could write it up as an issue - the two might have the same solution, but possibly not (a previous issue of mine, #1024, was fixed by the latest version, but I still had the problems listed under #1034). On Jan 22, 11:53 pm, "[email protected]" <[email protected]> wrote: > On Jan 20, 4:41 pm, greuelj <[email protected]> wrote: > > > > > This concerns the digitizing example > > athttp://gmaps-samples.googlecode.com/svn-history/r2142/trunk/poly/myma.... > > Do the following: > > > 1. Draw apolygon. > > 2. Delete one of the vertices (by clicking on it). > > 3. Move one of the remaining vertices. > > > Thepolygondisappears. Any idea why? I'm using the source of this > > example to build my own digitizing implementation, and as you might > > guess, am seeing the same behavior. > > > I also tried versions > > > 2.122 (http://gmaps-samples.googlecode.com/svn-history/r2122/trunk/ > > poly/mymapstoolbar.html) > > > 2.141 (http://gmaps-samples.googlecode.com/svn-history/r2141/trunk/ > > poly/mymapstoolbar.html). > > > and the main trunk (http://gmaps-samples.googlecode.com/svn/trunk/poly/ > > mymapstoolbar.html) > > > They yield the same results. > > That is probably because they are all using the same version of the > API. The one you say is using v2.141 is calling v2.x of the API, as > is the one you call 2.122. You will need to something like > this:http://www.geocodezip.com/mymapstoolbar.asp?APIV=2.142 > Which changes the API verison used based on the query parameter. > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
