What I found was that the resolution of the screen was what was causing my
issue. What I did to fix it was define the window that my map loads into to
400px X 700px. the actual code is below. It really doesn't make scenes why
this fixed the issue but it worked for me. Hope it can help you.
document.write('<div id="map_canvas" style="height:400px; width: 700px; "');
On Fri, Mar 18, 2011 at 2:27 PM, [email protected]
<[email protected]>wrote:
> On Mar 18, 1:49 pm, M <[email protected]> wrote:
> > Do you want just the KMZ file?
>
> Not really. A link to a map that shows the problem you are seeing
> would let me see it. Once I can see the problem, I can investigate
> it, if I need the kmz file to do that, I can get it from there.
>
> -- Larry
>
> >
> > On Mar 18, 2:44 pm, "[email protected]" <[email protected]>
> > wrote:
> >
> > > On Mar 18, 1:31 pm, M <[email protected]> wrote:
> >
> > > > I get something similar on my map.
> >
> > > > The map doesn't seem to display click-able regions on my kmlLayer for
> > > > certain zoom levels even though I have added a click handler. For me
> > > > zoom level 5 doesn't let me click any of the KML areas to get the
> > > > click event to trigger. However, all zoom levels other than 5 work
> > > > fine...
> >
> > > > Does anyone have a good solution to this problem?
> >
> > > Haven't seen the problem.
> >
> > > Do you have a publicly available map that exhibits it?
> >
> > > -- Larry
> >
> > > > On Feb 11, 9:04 am, Liander <[email protected]> wrote:
> >
> > > > > I have 6 KMZ files that over lay the state of Utah. Each of these
> > > > > needs to have a 'Click' listener added to is so that when a user
> click
> > > > > on an area the data in the KMZ file is displayed via an alert.
> >
> > > > > Link to Map. The button labeled Wayne launchmultipleKMZ is the map
> > > > > I am working on.
> http://www.utah-hunt.com/UDWR_Maps/CallRegionalMap.aspx
> >
> > > > > I have tried Adding a Listener to each of the KML layers but am
> having
> > > > > no luck.
> >
> > > > > Also I have noticed that if Izoomin the click listeners does work,
> > > > > however atzoomlevel 7 they do not and I need them to work at
> allzoomlevels.
>
> --
> 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.
>
>
--
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.