I am using GE to display water depth information about the Gulf of
Maine. The data I have is fairly detailed and complex. I'm trying to
fill each polygon so that I can visually display the changes in water
depth. The problem I am having is that only some of the polygons
actually are displayed with the fill color I have assigned. It seems
to me that as long as the polygon only has a single <LinearRing>
element within the <outerBoundaryIs> and <innerBoundaryIs> then the
fill color is displayed. If multiple <LinearRing> elements are used
then GE does not display properly. However I tested this by simply
removing the <innerBoundaryIs> element and tried to add color fill...
still could not get the poly to display a color fill. It will display
an outline but not a fill Below are links to snippets of my KML file.
The KML file that "works" will display properly and the KML file that
"DoesntWork" will not. Any ideas about how to fix this?
Thank you.
Works:
http://edesign.ecs.umass.edu/pub/Justin/KML_files/Works.xml
DoesntWork:
http://edesign.ecs.umass.edu/pub/Justin/KML_files/DoesntWork.xml