0
votes

I would like to add labels to my GE map with pop-up info balloons containing info that is relevant to the entire map without tying that information to any particular point on the map. I can create a placemark with a description, but that nails the label to an arbitrary geographic point.

I would prefer to nail the label to a point on the screen, so when the user zooms or pans, the label stays on-screen but out of the way (say, lower right corner). The closest I have come is to create a placemark and set its visibility=0 or delete its coordinates. That gets the placemark name as a link in the Places panel, and it provides the pop-up info behavior, but the label is not shown on the map at all.

For examples, see https://sites.google.com/site/tuobikes/kml/gloryholetest.kmz

or https://sites.google.com/site/tuobikes/kml/gloryholetest2.kmz

Click the Read This! or Help placemarks in the Places panel.

Can this be done? I haven't found anything addressing this anywhere--any help appreciated.

1

1 Answers

0
votes

Why don't you consider using a screenOverlay

See this page for an example of using a screenOverlay as a button which opens a message.