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 a polygon.
> 2.  Delete one of the vertices (by clicking on it).
> 3.  Move one of the remaining vertices.
>
> The polygon disappears.  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
-~----------~----~----~----~------~----~------~--~---

Reply via email to