I've searched and tried a ton of different coding to resolve this
problem, alas I end up Posting a question to the Pros.
So, I had a shapefile that I exported to kml with the MapWindow
Shape2Earth tool.
Got the kml extracted, and it displayed on the website all was well.
The KML contains 1 Placemark with a bunch of Polygons.
However when I zoom in on the map (GE API), some/most of the Polygons
disappear.
This seems to be dependant on the <outerBoundaryIs> setting.
Example: The last polygon coded has a outerboundary setting.
If I move or zoom into the map so that this last polygon is off screen
the rest of the polygons disappear.
I have saved an example of the disappearing polygon at
http://ittraffic.ca/1001.htm
you can see that there are 2 blue polygons
when you pan to a point where the lower polygon is off screen the top
poly disappears?
So I then added another polygon to the kml that outlined all of the
polygons within the Placemark, and applied outerboundaryis to it.
Now the polygons don't disappear when you zoom in. - Great except I
now have the outside polygon showing still, and wanted I to hide it
somehow.
http://ittraffic.ca/1002.htm
you can see that there are now 3 polygons, and now panning within this
third polygon prevents the inner 2 polygons from disappearing.
The result I wish to have is either to have the 2 polys remain
viewable when zooming moving the map, or to have the 3 polys with the
outerboundary outline poly hidden.
Any help would be appreciated, this is my 3rd day trying to resolve
this issue.
Richard.