Chaitra
unread,Oct 26, 2009, 12:50:27 AM10/26/09Sign 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
Hi Barry hunter,
Thanks a lot for you response.
I tried using <LineStyle><width> as u suggested,but still doesnt work,
here is the code :
<Style id="Test">
<LineStyle>
<width>7</width>
</LineStyle>
<PolyStyle>
<color>ab330033</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
</Style>
Where is the code going wrong? even though i specify the width as 7,
it takes width as default i.e 3 .