Created
September 12, 2022 16:29
-
-
Save Inclet/1dfaa30efc4c4716b51bb6660f9056ca to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <Document> | |
| <name>First KML</name> | |
| <gx:CascadingStyle kml:id="__managed_style_2B6B2CC4322467EB659F"> | |
| <styleUrl>https://earth.google.com/balloon_components/base/1.0.23.0/card_template.kml#main</styleUrl> | |
| <Style> | |
| <IconStyle> | |
| <scale>1.2</scale> | |
| <Icon> | |
| <href>https://earth.google.com/earth/rpc/cc/icon?color=1976d2&id=2000&scale=4</href> | |
| </Icon> | |
| <hotSpot x="64" y="128" xunits="pixels" yunits="insetPixels"/> | |
| </IconStyle> | |
| <LabelStyle> | |
| </LabelStyle> | |
| <LineStyle> | |
| <color>ff2dc0fb</color> | |
| <width>3</width> | |
| </LineStyle> | |
| <PolyStyle> | |
| <color>40ffffff</color> | |
| </PolyStyle> | |
| <BalloonStyle> | |
| </BalloonStyle> | |
| </Style> | |
| </gx:CascadingStyle> | |
| <gx:CascadingStyle kml:id="__managed_style_168B6E266B2467EB659F"> | |
| <styleUrl>https://earth.google.com/balloon_components/base/1.0.23.0/card_template.kml#main</styleUrl> | |
| <Style> | |
| <IconStyle> | |
| <Icon> | |
| <href>https://earth.google.com/earth/rpc/cc/icon?color=1976d2&id=2000&scale=4</href> | |
| </Icon> | |
| <hotSpot x="64" y="128" xunits="pixels" yunits="insetPixels"/> | |
| </IconStyle> | |
| <LabelStyle> | |
| </LabelStyle> | |
| <LineStyle> | |
| <color>ff2dc0fb</color> | |
| <width>2</width> | |
| </LineStyle> | |
| <PolyStyle> | |
| <color>40ffffff</color> | |
| </PolyStyle> | |
| <BalloonStyle> | |
| </BalloonStyle> | |
| </Style> | |
| </gx:CascadingStyle> | |
| <StyleMap id="__managed_style_09C60476E92467EB659F"> | |
| <Pair> | |
| <key>normal</key> | |
| <styleUrl>#__managed_style_168B6E266B2467EB659F</styleUrl> | |
| </Pair> | |
| <Pair> | |
| <key>highlight</key> | |
| <styleUrl>#__managed_style_2B6B2CC4322467EB659F</styleUrl> | |
| </Pair> | |
| </StyleMap> | |
| <Placemark id="03F8A166ED2467EA23A9"> | |
| <name>Area Land</name> | |
| <LookAt> | |
| <longitude>30.13768034704955</longitude> | |
| <latitude>-2.206224720926931</latitude> | |
| <altitude>1459.40613938919</altitude> | |
| <heading>-93.86010599345828</heading> | |
| <tilt>44.96717579976711</tilt> | |
| <gx:fovy>35</gx:fovy> | |
| <range>574.1501141371555</range> | |
| <altitudeMode>absolute</altitudeMode> | |
| </LookAt> | |
| <styleUrl>#__managed_style_09C60476E92467EB659F</styleUrl> | |
| <gx:Carousel> | |
| <gx:Image kml:id="embedded_image_0DCC9A8B322467EB64B0"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment