Hi Bob, What you see is what is expected. Fusion Tables and KML layers are both produced by rendering image tiles server side so that large amounts of data can be shown.
I'd suggest having a server output the polygons as JSON (or similar) and using google.maps.Polygon to display them. This will avoid the refresh, and you can also do neat things like change the polygon color on mouse over. Regards, James On Tue, Jul 19, 2011 at 7:21 PM, Bob <[email protected]> wrote: > I still have this problem, does anyone have an idea what I can do about it? > > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-maps-js-api-v3/-/qvE9-Trkai8J. > > 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. > -- 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.
