Not reliably. You could try having one KML file, that just has network links to the others. But should only allows you to include 10 further files.
https://developers.google.com/kml/documentation/mapsSupport You might have some luck with a script that joins the KML files directly. Takes the content of each file and makes one uber file. Will have to be careful munging the files - to only have one <Document> and one <kml> tag, too. Will have to make sure preserve the namespaces. (if you can turn on/off individual files, that combining script could take a compact representation of what files to show, so it can create the right combinations) On Mon, Mar 25, 2013 at 2:57 PM, Juan Francisco Vega Damke < crusi...@gmail.com> wrote: > Okey, is there any way to include 100+ KML's? > > > 2013/3/25 Barry Hunter <barrybhun...@gmail.com> > >> Generally can only include 5-7 KmlLayer's on a single map. >> >> This limit is because the URL of the active KMLs has to be put into a URL >> to load the map tiles. There is a limit to the number of charactors in a >> URL. If your URLs are particully long, the limit of layers will be less. >> >> >> On Mon, Mar 25, 2013 at 1:54 PM, Juan Francisco Vega Damke < >> crusi...@gmail.com> wrote: >> >>> Hey, I have this problem: I have in a single page references to 100 KML >>> files aprox., this is for a GIS. The problem is that some KML files doesn't >>> load at all, this is a "random" problem. It would be great if someone could >>> help me. >>> >>> Thanks guys! >>> >>> -- >>> *Be the change you want to see in the world * >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Maps JavaScript API v3" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. >>> To post to this group, send email to >>> google-maps-js-api-v3@googlegroups.com. >>> Visit this group at >>> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript API v3" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to google-maps-js-api-v3+unsubscr...@googlegroups.com. >> To post to this group, send email to >> google-maps-js-api-v3@googlegroups.com. >> Visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > *Be the change you want to see in the world * > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-maps-js-api-v3+unsubscr...@googlegroups.com. > To post to this group, send email to > google-maps-js-api-v3@googlegroups.com. > Visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. For more options, visit https://groups.google.com/groups/opt_out.