Yes, it is true that adding the visibility tag seems to display all your routes. However, as pointed out by Mike, you are using elements that, in theory, are not supported by Google Maps. http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html
For example StyleMap and styleURL, unless something has changed and Google has not updated the above page. You are also using the LookAt tag inside placemarks, something that is not supported and only makes your file larger in size although does not prevent display. We can tell that the LookAt tag is not working as intended in your case because by clicking any placemark containing it does not realign the page to the values specified in the LookAt tag. On Nov 28, 2:13 pm, "Ivan...." <[EMAIL PROTECTED]> wrote: > I thought, it was a problem with my KML file been specific in the > visibility tag, 'cause I just find that the files can't be displayed > don't have this tag > > On 28 nov, 12:24, Mike Williams <[EMAIL PROTECTED]> wrote: > > > It looks like you're using KML features that Google Maps doesn't yet > > understand. You can tell whether Google Maps understands a KML file by > > using maps.google.com to attempt to display it > > >http://maps.google.com/maps?q=http://www.boca.gob.mx/limpia/rutas/Rut... > > .kml > > > You can normally also validate your KML athttp://feedvalidator.org/but > > it's down at the moment. > > > --http://econym.org.uk/gmap > > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
