<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
	<name>Пикник.kml</name>
	<Style id="sn_campground">
		<IconStyle>
			<scale>1.2</scale>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/shapes/campground.png</href>
			</Icon>
			<hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
		</IconStyle>
		<ListStyle>
		</ListStyle>
	</Style>
	<StyleMap id="msn_campground">
		<Pair>
			<key>normal</key>
			<styleUrl>#sn_campground</styleUrl>
		</Pair>
		<Pair>
			<key>highlight</key>
			<styleUrl>#sh_campground</styleUrl>
		</Pair>
	</StyleMap>
	<Style id="sh_campground">
		<IconStyle>
			<scale>1.4</scale>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/shapes/campground.png</href>
			</Icon>
			<hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
		</IconStyle>
		<ListStyle>
		</ListStyle>
	</Style>
	<Placemark>
		<name>Пикник</name>
		<LookAt>
			<longitude>105.7312847986428</longitude>
			<latitude>52.40142195672584</latitude>
			<altitude>0</altitude>
			<range>5737.703328006521</range>
			<tilt>1.635163618130265e-011</tilt>
			<heading>0.6174014102316509</heading>
			<altitudeMode>relativeToGround</altitudeMode>
		</LookAt>
		<styleUrl>#msn_campground</styleUrl>
		<Point>
			<coordinates>105.747846329418,52.40890813176118,0</coordinates>
		</Point>
	</Placemark>
</Document>
</kml>
