ChristinaKochan / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

Don't work linestring #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello sorry for my bad english, i use geoxml3 version 15 for parser a kml
file and this work perfect, but don't work with this type of kml file 

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
  <name>Linea 53</name>
  <description>...</description>
  <Style id="style1">
    <LineStyle>
      <color>73FF0000</color>
      <width>5</width>
    </LineStyle>
  </Style>
  <Placemark>
    <name>Linea 53</name>
    <description> ... </description>
    <styleUrl>#style1</styleUrl>
    <LineString>
      <tessellate>1</tessellate>
      <coordinates>
        15.559430,38.187000,0.000000
        15.559221,38.186996,0.000000
        15.558773,38.187489,0.000000
        15.558666,38.187611,0.000000
        15.558540,38.187748,0.000000
        15.558347,38.187973,0.000000
        15.559430,38.187000,0.000000
      </coordinates>
    </LineString>
  </Placemark>
</Document>
</kml>

I don't see the line.Many many thank's
Watcher

Original issue reported on code.google.com by minutoli...@gmail.com on 26 Jan 2010 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 22 Sep 2010 at 1:09

GoogleCodeExporter commented 9 years ago
test version in 
http://code.google.com/p/geoxml3/source/browse/branches/polys/

Original comment by geocodezip on 12 Oct 2010 at 2:33

GoogleCodeExporter commented 9 years ago
Sorry, but it as before doesn't work :(

Original comment by andremo...@gmail.com on 17 Oct 2011 at 4:58