On Jan 19, 5:09 pm, alanB <[email protected]> wrote:
>
> Looking at the url my code generated I noticed that the missing
> polygon includes two | (pipe) characters within the encode string
> which are used as seperators by the api. I'm wondering if it's the
> pipe symbol causing the polygon to not appear? The encoded string
> works fine when creating using GPolygon.fromEncoded()
>
> here's the url (without api key), it's the second polygon that's
> missing:

The Groups interface mangled the long url. Either use a service like
TinyURL or give the querystring (after the ?) separately. As it is,
your URL appears to specify four polygons, of which only one appears
in the map. I'm not convinced that it's the pipe characters which are
causing the trouble -- I suggest isolating each polygon separately and
ensuring that the points are correct.

Andrew
-- 
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