<?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">
<Folder>
	<name>Meine Orte</name>
	<open>1</open>
	<Style>
		<ListStyle>
			<listItemType>check</listItemType>
			<ItemIcon>
				<state>open</state>
				<href>:/mysavedplaces_open.png</href>
			</ItemIcon>
			<ItemIcon>
				<state>closed</state>
				<href>:/mysavedplaces_closed.png</href>
			</ItemIcon>
			<bgColor>00ffffff</bgColor>
			<maxSnippetLines>2</maxSnippetLines>
		</ListStyle>
	</Style>
</Folder>
</kml>
