Created
March 29, 2013 10:43
-
-
Save jsmarkus/5270140 to your computer and use it in GitHub Desktop.
This file contains 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://earth.google.com/kml/2.1"> | |
<Placemark> | |
<name>Геленджик</name> | |
<description><![CDATA[<p>Геленджик, Краснодарский край, Россия.</p>Город | |
располагается по&nbsp;берегам Геленджикской бухты, | |
но&nbsp;не&nbsp;равномерно (восточный берег исторически | |
более населён).]]></description> | |
<LookAt id="khLookAt540_copy0"> | |
<longitude>38.0576198113139</longitude> | |
<latitude>44.56963150481845</latitude> | |
<altitude>0</altitude> | |
<range>14693.40972993507</range> | |
<tilt>49.10268313434742</tilt> | |
<heading>37.85562764777833</heading> | |
</LookAt> | |
<Style> | |
<IconStyle> | |
<scale>0.9</scale> | |
<Icon> | |
<href>root://icons/palette-4.png</href> | |
<x>32</x> | |
<y>128</y> | |
<w>32</w> | |
<h>32</h> | |
</Icon> | |
</IconStyle> | |
<LabelStyle> | |
<scale>0.9</scale> | |
</LabelStyle> | |
</Style> | |
<Point id="khPoint541_copy0"> | |
<coordinates>38.06284424434902,44.56842733252498,0</coordinates> | |
</Point> | |
</Placemark> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment