Hi all,
Thanks to those who responded Sorry for the delayed response to my initial post but I hope to shed a bit more light on the issue here.
BrianT - I'm running a GeForce 7600GT with the latest drivers (128MB). Maybe this is the issue?
ManoM - I can't really post my data I'm afraid but I think I'm starting to narrow down the issue:
In my first post I mentioned a large vector dataset that wasn't displaying and another dataset that wasn't either. I tried again last night and the first was now displaying okay again but the second wasn't still which leads me to believe the second one is the problem dataset. At the bottom of this message I include the KML for this dataset but I've stripped all polygons from it except two very small ones.
It seems that the issue might be one of two things:
- The suspect dataset contains one very big polygon with about 32,000 vertices / nodes (I have stripped this polygon from the code below). I have never seen this polygon with a fill. Could this number of vertices be making my graphics card struggle?
- I haven't checked but it is possible the polygon does not have the correct rotation (clockwise or counter-clockwise). I noticed in some of the responses to my original post that this was suggested as an issue?
It does seem completely random whether the fills work. I've just tried again and I can't get any vector datasets to fill correctly. I think maybe that this happens when I open the suspect dataset first which it can;t handle and then none of the others work either.
Hope you can help!
Cheers, Paul
<?xml version="1.0" encoding="windows-1252"?>
<kml xmlns="
http://earth.google.com/kml/2.0">
<Document>
<visibility>1</visibility> <Style id="kml_FT_FC_style">
<IconStyle>
</IconStyle>
<balloonStyle>
</balloonStyle>
<LineStyle>
</LineStyle>
<LabelStyle>
</LabelStyle>
<PolyStyle>
</PolyStyle>
</Style>
<Folder>
<name>FC_300 </name> <Placemark>
<description><!CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor='#E3E3F3'><th>Lower</th><td>-2200.7045</td></tr><tr bgcolor=''><th>Upper</th><td>0</td></tr></table></center>]]></description><Snippet></Snippet> <styleUrl>#kml_FT_FC_style</styleUrl> <Style >
<IconStyle>
</IconStyle>
<balloonStyle>
</balloonStyle>
<LineStyle>
<color>ff000000</color> </LineStyle>
<LabelStyle>
</LabelStyle>
<PolyStyle>
<color>b0ff0000</color> </PolyStyle>
</Style>
<GeometryCollection><Polygon>
<outerBoundaryIs><LinearRing><coordinates>1.67299651424525,52.3152015972251,0 1.6730050246098,52.3152193220746,0 1.67302081396087,52.3152223058469,0 1.67302668184927,52.3152186478467,0 1.67304910431692,52.3152094749832,0 1.67306061979486,52.3151996014993,0 1.67306277102945,52.3151815447353,0 1.67304563677043,52.3151676406359,0 1.67301640170372,52.3151690735973,0 1.67299791599902,52.3151835637951,0 1.67299651424525,52.3152015972251,0</coordinates></LinearRing></outerBoundaryIs></Polygon><Polygon>
<outerBoundaryIs><LinearRing><coordinates>1.63882238011178,52.3364268188688,0 1.63883384951783,52.3364347519509,0 1.63886268255494,52.3364282460004,0 1.63888736041543,52.3364428047561,0 1.63889346736119,52.3364454880515,0 1.6389020319134,52.3364603419289,0 1.63890213791953,52.3364603386601,0 1.63890066090823,52.3364423946261,0 1.63889918477095,52.3364244505652,0 1.6388977112624,52.3364065065419,0 1.63889623840002,52.3363885623799,0 1.63889613239405,52.3363885656487,0 1.63888960050988,52.3363984333277,0 1.63886026929744,52.3363988794354,0 1.63883159673632,52.3364073379841,0 1.63883022774784,52.3364085874263,0 1.63882238011178,52.3364268188688,0</coordinates></LinearRing></outerBoundaryIs></Polygon></GeometryCollection> </Placemark>
</Folder>
</Document>
</kml>