Will Olsen
unread,Feb 1, 2010, 3:27:23 PM2/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KML Developer Support - Getting Started with KML
Hello,
I am new to kml files. I am trying to make my custom icons appear
larger, but it seems that the <scale> tag has no effect. I defined my
icons in the header like this:
<Style id="RCSP">
<IconStyle id="mystyle1">
<Icon>
<href>icons/rcsp.png</href>
<scale>1.0</scale>
</Icon>
</IconStyle>
</Style>
Then I used the following in my placemarks: <styleUrl>#RCSP</styleUrl>
All of my different icons work fine, but changing the scale value has
no effect. I tried resizing the icons themselves but they appear the
same in Google Earth. I also tried changing file type, directory, and
local vs internet hosting.
Does Google Earth block larger Icons? If so, what function does
<scale> serve, and is there any way around this?
Otherwise, any suggestions on how to get the icons larger?
Any and all help is appreciated.
Thanks,
Will