On Mar 30, 8:30 am, Niklas Rosencrantz <nikla...@gmail.com> wrote:
> Hi
> I'm having some issues with KML performance. At some times the KML markers
> only appears after a reload which may have to do with google caching the
> results. I think a better solution is needed perhaps something like
> displaying a total of markers for an area on a larger zoom level and then
> more detailed for levels that have more zoom. Is such a solution feasible
> and if so, how? Can you think of other ways how I can improve performance of
> my KML map? The links ishttp://www.koolbusiness.comand the KML file 
> ishttp://www.koolbusiness.com/list.kml
>
> I can load the KML file into maps.google.com with no problem however when
> trying to display it on my custom map the display sometimes won't load.
> Thanks in advance for any suggestions,
> Niklas

Unless you have to use KML for other reasons you ought to consider
using JSON.  It is faster.  It is less verbose.  It is more compact.
It does not require parsing.  It does not have cross-domain access
restrictions

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to