That is an easy fix! I just confirmed this using a text editor by doing a search and replace for all <space> and <tab> characters in one of my Therion generated KML files, replacing the whitespace characters with nothing (excluding the first few lines containing the name and description elements. This edited file works fine in Google Earth. I'll look forward to a bug fix in Therion avoiding putting in the white space in due course ;-)<br>
<br>Footleg<br><br><div class="gmail_quote">On 21 November 2011 08:35, Martin Sluka <span dir="ltr"><<a href="mailto:martinsluka@mac.com">martinsluka@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The problem is here:<br>
Coordinates as they are: -2.75350079820942, 51.32096315339923, 0.00000000000000<br>
<br>
they should be: -2.75350079820942,51.<u></u>32096315339923,0.<u></u>00000000000000<br>
<br>
8-/<br>
<br>
m.<br>
<br>
<br>
<br>
This is example, which works:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<kml xmlns="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/<u></u>kml/2.2</a>" xmlns:gx="<a href="http://www.google.com/kml/ext/2.2" target="_blank">http://www.google.<u></u>com/kml/ext/2.2</a>" xmlns:kml="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.<u></u>net/kml/2.2</a>" xmlns:atom="<a href="http://www.w3.org/2005/Atom" target="_blank">http://www.w3.org/<u></u>2005/Atom</a>"><br>
<Document><br>
<name>test polyline.kml</name><br>
<StyleMap id="m_ylw-pushpin"><br>
<Pair><br>
<key>normal</key><br>
<styleUrl>#s_ylw-pushpin</<u></u>styleUrl><br>
</Pair><br>
<Pair><br>
<key>highlight</key><br>
<styleUrl>#s_ylw-pushpin_hl</<u></u>styleUrl><br>
</Pair><br>
</StyleMap><br>
<Style id="s_ylw-pushpin"><br>
<IconStyle><br>
<scale>1.1</scale><br>
<Icon><br>
<href><a href="http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png" target="_blank">http://maps.google.com/<u></u>mapfiles/kml/pushpin/ylw-<u></u>pushpin.png</a></href><br>
</Icon><br>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/><br>
</IconStyle><br>
</Style><br>
<Style id="s_ylw-pushpin_hl"><br>
<IconStyle><br>
<scale>1.3</scale><br>
<Icon><br>
<href><a href="http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png" target="_blank">http://maps.google.com/<u></u>mapfiles/kml/pushpin/ylw-<u></u>pushpin.png</a></href><br>
</Icon><br>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/><br>
</IconStyle><br>
</Style><br>
<Placemark><br>
<name>test polyline</name><br>
<description>test polyline generated directly in Google Earth</description><br>
<styleUrl>#m_ylw-pushpin</<u></u>styleUrl><br>
<Polygon><br>
<tessellate>1</tessellate><br>
<outerBoundaryIs><br>
<LinearRing><br>
<coordinates><br>
21.37785573484105,41.<u></u>73401821376927,0 21.37996968218945,41.<u></u>73542176612121,0 21.3781743946259,41.<u></u>73639860415832,0 21.37785573484105,41.<u></u>73401821376927,0<br>
</coordinates><br>
</LinearRing><br>
</outerBoundaryIs><br>
</Polygon><br>
</Placemark><br>
</Document><br>
</kml><br>
<br>
<br>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<u></u>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<u></u>XXXXXXXXXXXX<br>
<br>
This one not:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<kml xmlns="<a href="http://earth.google.com/kml/2.0" target="_blank">http://earth.google.<u></u>com/kml/2.0</a>"><br>
<Document><br>
<name>Therion export test</name><br>
<description>Therion KML export test.</description><br>
<Placemark><br>
<Style><br>
<PolyStyle><br>
<color>bfffffff</color><br>
<fill>1</fill><br>
<outline>0</outline><br>
</PolyStyle><br>
</Style><br>
<MultiGeometry><br>
<Polygon><br>
<outerBoundaryIs><br>
<LinearRing><br>
<coordinates><br>
-2.75350079820942, 51.32096315339923, 0.00000000000000<br>
-2.75350105374905, 51.32096340943332, 0.00000000000000<br>
-2.75350386780805, 51.32096565175321, 0.00000000000000<br>
-2.75350531674653, 51.32096652665259, 0.00000000000000<br>
-2.75350900582316, 51.32096827419769, 0.00000000000000<br>
-2.75351267876429, 51.32096898776366, 0.00000000000000<br>
</coordinates><br>
</LinearRing><br>
</outerBoundaryIs><br>
</Polygon><br>
</MultiGeometry><br>
</Placemark><br>
</Document><br>
</kml><br>
<br>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<u></u>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<u></u>XXXXXX<br>
<br>
This one works too:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<kml xmlns="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/<u></u>kml/2.2</a>" xmlns:gx="<a href="http://www.google.com/kml/ext/2.2" target="_blank">http://www.google.<u></u>com/kml/ext/2.2</a>" xmlns:kml="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.<u></u>net/kml/2.2</a>" xmlns:atom="<a href="http://www.w3.org/2005/Atom" target="_blank">http://www.w3.org/<u></u>2005/Atom</a>"><br>
<Document><br>
<name>Therion export test</name><br>
<description>Therion KML export test.</description><br>
<Placemark><br>
<Style><br>
<PolyStyle><br>
<color>bfffffff</color><br>
<fill>1</fill><br>
<outline>0</outline><br>
</PolyStyle><br>
</Style><br>
<MultiGeometry><br>
<Polygon><br>
<outerBoundaryIs><br>
<LinearRing><br>
<coordinates><br>
-2.75350079820942,51.<u></u>32096315339923,0.<u></u>00000000000000 -2.75350105374905,51.<u></u>32096340943332,0.<u></u>00000000000000 -2.75350386780805,51.<u></u>32096565175321,0.<u></u>00000000000000 -2.75350531674653,51.<u></u>32096652665259,0.<u></u>00000000000000 -2.75350900582316,51.<u></u>32096827419769,0.<u></u>00000000000000 -2.75351267876429,51.<u></u>32096898776366,0.<u></u>00000000000000<br>
</coordinates><br>
</LinearRing><br>
</outerBoundaryIs><br>
</Polygon><br>
</MultiGeometry><br>
</Placemark><br>
</Document><br>
</kml><br>
<br>
And this one too:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<kml xmlns="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/<u></u>kml/2.2</a>" xmlns:gx="<a href="http://www.google.com/kml/ext/2.2" target="_blank">http://www.google.<u></u>com/kml/ext/2.2</a>" xmlns:kml="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.<u></u>net/kml/2.2</a>" xmlns:atom="<a href="http://www.w3.org/2005/Atom" target="_blank">http://www.w3.org/<u></u>2005/Atom</a>"><br>
<Document><br>
<name>Therion export test</name><br>
<description>Therion KML export test.</description><br>
<Placemark><br>
<Style><br>
<PolyStyle><br>
<color>bfffffff</color><br>
<fill>1</fill><br>
<outline>0</outline><br>
</PolyStyle><br>
</Style><br>
<MultiGeometry><br>
<Polygon><br>
<outerBoundaryIs><br>
<LinearRing><br>
<coordinates><br>
-2.75350079820942,51.<u></u>32096315339923,0.<u></u>00000000000000<br>
-2.75350105374905,51.<u></u>32096340943332,0.<u></u>00000000000000<br>
-2.75350386780805,51.<u></u>32096565175321,0.<u></u>00000000000000<br>
-2.75350531674653,51.<u></u>32096652665259,0.<u></u>00000000000000<br>
-2.75350900582316,51.<u></u>32096827419769,0.<u></u>00000000000000<br>
-2.75351267876429,51.<u></u>32096898776366,0.<u></u>00000000000000<br>
</coordinates><br>
</LinearRing><br>
</outerBoundaryIs><br>
</Polygon><br>
</MultiGeometry><br>
</Placemark><br>
</Document><br>
</kml><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<u></u>_________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a><br>
<a href="http://mailman.speleo.sk/mailman/listinfo/therion" target="_blank">http://mailman.speleo.sk/<u></u>mailman/listinfo/therion</a><br>
</div></div></blockquote></div><br>