Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <kml xmlns="http://earth.google.com/kml/2.2">
- <Document>
- <Folder>
- <name>1234567</name>
- <open>1</open>
- <Style>
- <ListStyle>
- <listItemType>check</listItemType>
- <bgColor>00ffffff</bgColor>
- </ListStyle>
- </Style>
- <Placemark>
- <name>1</name>
- <description></description>
- <Style>
- <LabelStyle>
- <color>A600FFFF</color>
- <scale>1.63636363636364</scale>
- </LabelStyle>
- <IconStyle>
- <scale>0.5</scale>
- <Icon>
- <href>files/1.png</href>
- </Icon>
- <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
- </IconStyle>
- </Style>
- <Point>
- <extrude>1</extrude>
- <coordinates>61.3178888888889,54.4795833333333,0 </coordinates>
- </Point>
- </Placemark>
- <Placemark>
- <name>2</name>
- <description></description>
- <Style>
- <LabelStyle>
- <color>A600FFFF</color>
- <scale>1.63636363636364</scale>
- </LabelStyle>
- <IconStyle>
- <scale>0.5</scale>
- <Icon>
- <href>files/1.png</href>
- </Icon>
- <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
- </IconStyle>
- </Style>
- <Point>
- <extrude>1</extrude>
- <coordinates>61.3178888888889,54.4795833333333,0 </coordinates>
- </Point>
- </Placemark>
- <Placemark>
- <name>3</name>
- <description></description>
- <Style>
- <LabelStyle>
- <color>A600FFFF</color>
- <scale>1.63636363636364</scale>
- </LabelStyle>
- <IconStyle>
- <scale>0.5</scale>
- <Icon>
- <href>files/1.png</href>
- </Icon>
- <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
- </IconStyle>
- </Style>
- <Point>
- <extrude>1</extrude>
- <coordinates>61.3177833333333,54.4795694444444,0 </coordinates>
- </Point>
- </Placemark>
- </Folder>
- </Document>
- </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement