I suppose I should clarify a bit more. I haven't altered my code since
Friday. When I left work, everything was working. I still have a
cached (from Friday evening) version of the page up and running
perfectly on my laptop. The live/current versions I have loaded fresh,
using the most current API code (my code is still unaltered) is what
is experiencing issues.

My map starts at zoom level 1. This means that although my custom map
tiles don't repeat, the polygon overlay tiles do. They are sometimes
visible off to the sides, and very visible when at zoom level 0. Any
polygon overlay tile that is visible at initialize/maptypeid_changed
has it's color only set once, instead of set, then adjusted a few
lines later. Polygon overlay tiles that are offscreen or not loaded
yet, appear as the correct color and display as expected. When the map
is panned back to 0,0 after it being offscreen, the polygons are drawn
using the color they are supposed to be.


On Mar 8, 8:22 am, Brak <[email protected]> wrote:
> I'm noticing a new issue with polygon colors not being set properly
> (It was very reliably working prior to today). My polygons are created
> during the initialize function, toward the end, then their color is
> changed after some AJAX XML is received later in the code. Previously
> this was almost instant. It appears that any polygons who are visible
> in the canvas area only receive their initial color. Polygons outside
> the canvas space, offscreen, will behave normally, once panned to.
> This applies to the original center of the map if it's left and
> returned to.
>
> http://library.ucf.edu/Administration/Maps/Default_unpublished.asp
> The AJAX returns practically instantly; no change since it was
> written.
>
> Any ideas?
>
> On Mar 8, 5:56 am, "Susannah (Google Employee)" <[email protected]>
> wrote:
>
>
>
> > We have just released a new version of the JS v3 API. If there are no
> > major issues, we will make a full announcement of this release, with
> > updated documentation, in 24-48 hours. Please report in the group if
> > you see any regression issues.
>
> > Thanks,
> > Susannah

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to