Advertisement
Guest User

Untitled

a guest
Mar 1st, 2012
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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. <name>Partner Aktion Tier</name>
  5. <description><![CDATA[]]></description>
  6. <Style id="style55">
  7. <IconStyle>
  8. <Icon>
  9. <href>http://example.de/test6/system/css/images/marker1.png</href>
  10. </Icon>
  11. </IconStyle>
  12. </Style>
  13. <Style id="style62">
  14. <IconStyle>
  15. <Icon>
  16. <href>http://example.de/test6/system/css/images/marker2.png</href>
  17. </Icon>
  18. </IconStyle>
  19. </Style>
  20. <Style id="style27">
  21. <IconStyle>
  22. <Icon>
  23. <href>http://example.de/test6/system/css/images/marker3.png</href>
  24. </Icon>
  25. </IconStyle>
  26. </Style>
  27. <Placemark>
  28. <name>Dr. Christian Schrey</name>
  29. <description><![CDATA[<div dir="ltr">Tierarzt Hunde / Katzen</div>
  30. <p>Tel: 030 123456<br />
  31. Fax: 030 654321<br />
  32. Web: <a href="http://www.google.com" title="Link zu www.kittkat.de">www.kittkat.de</a></p>
  33. <p>Berlin-Wedding<br />
  34. Fakestreet 123<br />
  35. 12345 Berlin</p>
  36. ]]></description>
  37. <styleUrl>#style55</styleUrl>
  38. <Point>
  39. <coordinates>13.316873,52.499496,0.000000</coordinates>
  40. </Point>
  41. </Placemark>
  42. <Placemark>
  43. <name>Dr. Lutz Arszol</name>
  44. <description><![CDATA[<div dir="ltr">Tierarzt Hunde - Katzen</div>]]></description>
  45. <styleUrl>#style62</styleUrl>
  46. <Point>
  47. <coordinates>13.546604,52.573605,0.000000</coordinates>
  48. </Point>
  49. </Placemark>
  50. <Placemark>
  51. <name>Herr Dr. Florian Böhle</name>
  52. <description><![CDATA[<div dir="ltr">Tierarzt</div>]]></description>
  53. <styleUrl>#style27</styleUrl>
  54. <Point>
  55. <coordinates>13.380232,52.528664,0.000000</coordinates>
  56. </Point>
  57. </Placemark>
  58. </Document>
  59. </kml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement