this is a KML file that is now erroring:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2";>
<Document>
<name>SkyView</name>
<Style id="sVPolyStyle1">
        <PolyStyle>
                <color>00FFFFFF</color>
                <colorMode>normal</colorMode>
                <fill>0</fill>
                <outline>1</outline>
        </PolyStyle>
        <LineStyle>
                <color>FF003366</color>
                <colorMode>normal</colorMode>
                <width>2</width>
        </LineStyle>
</Style>
<Placemark>
        <name>Beat 1</name>
        <styleUrl>#sVPolyStyle1</styleUrl>
        <Polygon>
        <altitudeMode>clampToGround</altitudeMode>
        <outerBoundaryIs>
                <LinearRing>
                        <coordinates>
                                -81.359540955930456,28.67630805950515
                                -81.359300121023097,28.676310972025856
                                -81.358970850113451,28.676314923211198
                                -81.358891814297024,28.676315866457305
                                -81.358761461177792,28.676317417900506
                                -81.358667958603178,28.676318527564344
                                -81.358516593015608,28.676320318445491
                        </coordinates>
                </LinearRing>
        </outerBoundaryIs>
        </Polygon>
</Placemark>
</Document>
</kml>



(This is a small fragment of the 400k KML file)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to