Advertisement
Guest User

place du cap

a guest
Apr 16th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <Document>
  4.     <name>place du cap.kml</name>
  5.     <Style id="sn_ylw-pushpin">
  6.         <IconStyle>
  7.             <scale>1.1</scale>
  8.             <Icon>
  9.                 <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
  10.             </Icon>
  11.             <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
  12.         </IconStyle>
  13.         <LineStyle>
  14.             <color>cc7f55ff</color>
  15.             <width>2</width>
  16.         </LineStyle>
  17.         <PolyStyle>
  18.             <color>990000ff</color>
  19.         </PolyStyle>
  20.     </Style>
  21.     <Style id="sh_ylw-pushpin">
  22.         <IconStyle>
  23.             <scale>1.3</scale>
  24.             <Icon>
  25.                 <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
  26.             </Icon>
  27.             <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
  28.         </IconStyle>
  29.         <LineStyle>
  30.             <color>cc7f55ff</color>
  31.             <width>2</width>
  32.         </LineStyle>
  33.         <PolyStyle>
  34.             <color>990000ff</color>
  35.         </PolyStyle>
  36.     </Style>
  37.     <StyleMap id="msn_ylw-pushpin">
  38.         <Pair>
  39.             <key>normal</key>
  40.             <styleUrl>#sn_ylw-pushpin</styleUrl>
  41.         </Pair>
  42.         <Pair>
  43.             <key>highlight</key>
  44.             <styleUrl>#sh_ylw-pushpin</styleUrl>
  45.         </Pair>
  46.     </StyleMap>
  47.     <Placemark>
  48.         <name>place du cap</name>
  49.         <styleUrl>#msn_ylw-pushpin</styleUrl>
  50.         <Polygon>
  51.             <tessellate>1</tessellate>
  52.             <outerBoundaryIs>
  53.                 <LinearRing>
  54.                     <coordinates>
  55.                         1.442782430654341,43.60487182889297,0 1.44265820258483,43.6048599051345,0 1.442678013980554,43.60482156959132,0 1.442711650457957,43.60477326489321,0 1.442810731356143,43.60478330856109,0 1.443010206673627,43.60388830134322,0 1.44290721983555,43.60387879252372,0 1.4429129979203,43.60385172847849,0 1.44271583138766,43.60382894090228,0 1.442732723304745,43.60379036154857,0 1.442905511256951,43.60380355132769,0 1.443227639274991,43.60383757246476,0 1.443254926765518,43.60372995727806,0 1.44332795427248,43.60373174239248,0 1.443309120333471,43.60386835628807,0 1.443759980859685,43.60391648941681,0 1.443764802228889,43.60387405508687,0 1.444252472528032,43.60391959224374,0 1.444226940719284,43.60398896577488,0 1.443995142555461,43.60396861798366,0 1.443951831309911,43.60413928362789,0 1.443594949818472,43.6040983260563,0 1.443610842608216,43.60403766497238,0 1.443521572598272,43.6040311882772,0 1.443529294945474,43.6039865111137,0 1.443301000489015,43.60395177121936,0 1.443270926793321,43.60411670934403,0 1.443186106414141,43.6041029798271,0 1.44316690541525,43.60416233294007,0 1.443573655208716,43.60420645652108,0 1.443789514701217,43.60422670372781,0 1.443668567789471,43.60485080643075,0 1.443759620144187,43.60496467805399,0 1.443904015357533,43.60495956198221,0 1.443898988459795,43.6049917867084,0 1.44375722192992,43.60500094082146,0 1.443667151466552,43.60502790273549,0 1.443622939357179,43.60496183868595,0 1.442876237847894,43.60487182985617,0 1.442848141490414,43.60494041176125,0 1.442765275559836,43.60492841591971,0 1.442782430654341,43.60487182889297,0
  56.                     </coordinates>
  57.                 </LinearRing>
  58.             </outerBoundaryIs>
  59.         </Polygon>
  60.     </Placemark>
  61. </Document>
  62. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement