Translate posts to Experimental | Feedback
Google
Official Google Earth Download Site
Page 2 of 2 < 1 2
Topic Options
Rate This Topic
Previous Topic
View All Topics Index
Next Topic
#32183 - 06/01/05 07:43 AM Re: SQL Linking to Data [Re: gpxchangedotcom]
ink_polaroid Administrator Offline
Sysop

Registered: 01/01/05
Posts: 1882
Loc: SF Bay Area, CA
Keep the icon tags in the KML, but don't insert a value:

Code:
  
<Style>
<icon></icon>
</Style>



One might assume that stripping out the <Style> tags would do the trick, but in that case both 2.2 and GE will use the default "pushpin" icon.

Top
#32184 - 06/01/05 12:50 PM Removing an icon [Re: ink_polaroid]
seer Administrator Offline
Master Chronicler

Registered: 12/09/02
Posts: 3112
Loc: Northern California
Your answer is the best one, but you can also make it transparent and/or set the size to zero.
_________________________
Be seeing you, Seer

Top
#32185 - 06/01/05 09:00 PM Re: Removing an icon [Re: seer]
gpxchangedotcom Offline
Traveler

Registered: 05/26/05
Posts: 5
Thanks for the answer. Leaving it empty between the icon tags works great. However, now I want to get a little fancier...

Can I set the centroid of the label to be upper left instead of the exact center of the text?

Top
Page 2 of 2 < 1 2