Skip to content

Instantly share code, notes, and snippets.

@nerik
Last active September 30, 2016 14:49
Show Gist options
  • Save nerik/29d3b2489272a1325045f9b01b17828b to your computer and use it in GitHub Desktop.
Save nerik/29d3b2489272a1325045f9b01b17828b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<ScreenOverlay>
<Icon>
<href>https://s2.graphiq.com/sites/default/files/stories/t2/tiny_cat_12573_8950.jpg</href>
</Icon>
<overlayXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<screenXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<rotationXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
<size x="0" y="0" xunits="pixels" yunits="pixels"/>
</ScreenOverlay>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment