Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 652753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:18:25+00:00 2026-05-13T22:18:25+00:00

Pretty simple question. I’ve got some Polygons and GroundOverlays defined in KML. Is there

  • 0

Pretty simple question.

I’ve got some Polygons and GroundOverlays defined in KML. Is there a way to specify that they should be clickable, and (in Google Earth, at least) pop up an info balloon or similar when they are clicked?

Similarly, is it possible to give polygons/GroundOverlays any sort of mouseover behavior? e.g. change the icon or color when moused over?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:18:25+00:00Added an answer on May 13, 2026 at 10:18 pm

    Yes. Giving the Placemark a name and description will make it a clickable object in Google Earth and will open with an info window showing both. You can create rollover/mouseover behavior using stylemaps, here is an example that does both:

    <?xml version="1.0" encoding="UTF-8"?>
    <kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
    <name>Highlighted Icon</name>
    <description>Place your mouse over the icon to see it display the new
          icon</description>
    <StyleMap id="exampleStyleMap">
      <Pair>
        <key>normal</key>
        <!-- you could also use a <styleUrl> here instead of inlining -->
        <Style>
          <PolyStyle>
            <color>7dff0000</color>
          </PolyStyle>
        </Style>
      </Pair>
      <Pair>
        <key>highlight</key>
        <!-- you could also use a <styleUrl> here instead of inlining -->
        <Style>
          <PolyStyle>
            <color>7dffffff</color>
          </PolyStyle>
        </Style>
      </Pair>
    </StyleMap>
    
    <!-- and now, a Placemark that uses the StyleMap -->
    <Placemark>
      <name>Roll over this polygon</name>
      <description>this will show up when clicked</description>
      <visibility>1</visibility>
      <styleUrl>#exampleStyleMap</styleUrl>
      <Polygon>
        <tessellate>1</tessellate>
        <altitudeMode>absolute</altitudeMode>
        <outerBoundaryIs>
          <LinearRing>
            <coordinates>
              -112.3372510731295,36.14888505105317,1784
              -112.3356128688403,36.14781540589019,1784
              -112.3368169371048,36.14658677734382,1784
              -112.3384408457543,36.14762778914076,1784
              -112.3372510731295,36.14888505105317,1784
            </coordinates>
          </LinearRing>
        </outerBoundaryIs>
      </Polygon>
    </Placemark>
    </Document>
    </kml>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pretty simple question, I have a webpage that is used exclusively on iPads. I've
Pretty simple question. I have a model that has a property which is a
I have a pretty simple question, but am still finding my way around cocoa.
pretty simple question: can I use NBuilder to create a collection of x number
Obviously a pretty simple question: how do I rewrite (value1).example.com/(value2) to /(value1)/(value2) I've tried
This is a pretty simple question.. lets say I have the following. wordArray WORD
This is a pretty simple question: as a Git newbie I was wondering if
This a pretty simple question, I'm just not sure how to do it exactly.
This might seem a pretty simple question; I'm using the Pubs database with the
This is a pretty simple question as i am new to asp.net i am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.