Advertisement
Guest User

Untitled

a guest
Jul 10th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.2">
  3.   <Document>
  4.     <Folder>
  5.       <name>1234567</name>
  6.       <open>1</open>
  7.       <Style>
  8.         <ListStyle>
  9.           <listItemType>check</listItemType>
  10.           <bgColor>00ffffff</bgColor>
  11.         </ListStyle>
  12.       </Style>
  13.       <Placemark>
  14.         <name>1</name>
  15.         <description></description>
  16.         <Style>
  17.           <LabelStyle>
  18.             <color>A600FFFF</color>
  19.             <scale>1.63636363636364</scale>
  20.           </LabelStyle>
  21.           <IconStyle>
  22.             <scale>0.5</scale>
  23.             <Icon>
  24.               <href>files/1.png</href>
  25.             </Icon>
  26.             <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
  27.           </IconStyle>
  28.         </Style>
  29.         <Point>
  30.           <extrude>1</extrude>
  31.           <coordinates>61.3178888888889,54.4795833333333,0 </coordinates>
  32.         </Point>
  33.       </Placemark>
  34. <Placemark>
  35.         <name>2</name>
  36.         <description></description>
  37.         <Style>
  38.           <LabelStyle>
  39.             <color>A600FFFF</color>
  40.             <scale>1.63636363636364</scale>
  41.           </LabelStyle>
  42.           <IconStyle>
  43.             <scale>0.5</scale>
  44.             <Icon>
  45.               <href>files/1.png</href>
  46.             </Icon>
  47.             <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
  48.           </IconStyle>
  49.         </Style>
  50.         <Point>
  51.           <extrude>1</extrude>
  52.           <coordinates>61.3178888888889,54.4795833333333,0 </coordinates>
  53.         </Point>
  54.       </Placemark>
  55.       <Placemark>
  56.         <name>3</name>
  57.         <description></description>
  58.         <Style>
  59.           <LabelStyle>
  60.             <color>A600FFFF</color>
  61.             <scale>1.63636363636364</scale>
  62.           </LabelStyle>
  63.           <IconStyle>
  64.             <scale>0.5</scale>
  65.             <Icon>
  66.               <href>files/1.png</href>
  67.             </Icon>
  68.             <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
  69.           </IconStyle>
  70.         </Style>
  71.         <Point>
  72.           <extrude>1</extrude>
  73.           <coordinates>61.3177833333333,54.4795694444444,0 </coordinates>
  74.         </Point>
  75.       </Placemark>
  76.     </Folder>
  77.   </Document>
  78. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement