As far as I can tell there is no way of removing the name tag (Title)
content from the balloon and keeping it in the left pane hierarchy.
You can remove it by leaving the name tag blank, but it will not
appear also in the left pane.
The visibility tag is to make the icons visible (if true) or invisible
(if false) when the kml file is rendered. In my experience it works as
intended in google earth but is ignored in Google Maps.
However, it is not the tag that controls if the folders are rendered
opened or closed. For that you need to use the open tag.
Here you are experiencing the difference in support and kml parsing of
Google Earth vs Google Maps.
Google Earth it seems to me that by default leaves the folders closed
if the open tag is not included. You only included in the top most
folder (SEPTEMBER).
In Google Maps, in my experience, if the open tag is not included it
inherits the state of the parent folder, so you need to include the
statement
<open>0</open>
for every single container that you want to remain closed upon intial
rendering of the kml file.
You can learn more about the differences of kml rendering and support
for GE and maps here
http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html
and here
http://code.google.com/apis/kml/documentation/mapsSupport.html
On Nov 12, 8:23 pm, Cutters43 wrote:
> How do I eliminate the folder "Title" from appearing in my balloon? I
> want to be able to see the "Title" in the hierarchy, but not at the
> top of the balloon when it opens.
>
> Also, how do I keep all the folders from opening in Google Maps?
> They don't auto open in Google Earth. I have <visibility> set to 0.
>
> Any helpful hints? Ideas? Anything?
>
> Here is what I am working on.
>
>
http://bbs.keyhole.com/ubb/showflat.php?Cat=&Number=1259550&page=0&vc...