On Mar 19, 10:27 am, Greg Borbonus <[email protected]> wrote: > hey Guys, > > I'm just looking for a thinking out of the box method for this > problem. > > I'm running into an issue where the kml file is 5.7 MB, and I use a > mysql query to pull the kml info out and put it in a file form so > the map can load it.
Is this the same map as you are referring to in this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/f2a91392f6175572# > > The query runs almost instantaneous, but the map takes quite a > while to load. How are you loading the kml in the map of concern? > > I was hoping that someone here might have a solution for me. > > My initial thoughts are: > > Use a query to pull combined results. for example: > > poly 1, 2 and 3 all combined to show as one poly. > > When the user Zooms into a level that a more detailed poly can be > shown, it loads just that poly. > > Any thoughts? Use KmlLayer or FusionTablesLayer (assuming you don't have requirements for mouseovers). -- Larry > > -- > Thank you, > Greg Borbonus > *nix System Administrator > [email protected] -- 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.
