I wonder if you have misunderstood <altitudeMode>clampToGround</altitudeMode> ?
altitudeMode controls the how the altitude of the geometry in interpreted - and so how its displayed in a 3D viewer (such as Google Earth). It has absolutely no meaning in Google Maps - which is 2D anyway. You seem to be talking about the rendering order, ie the fact that the icons drawn first, then the polygons over the top. Admittedly this is not something I know much about in the Maps API - how to control the rendering order. You could try preloading the layers in a different order (load the polygon kmz first), currently you first load it after, but not sure if it will help (becuase you totally remove it, and readd it anyway). If that doesnt work, maybe someone else where knows more about controlling the rendering order. On 25 April 2010 21:32, Dionna Mustybrook <[email protected]> wrote: > I save the KMZ shapefile as clamped to ground, but once displayed > through the google map API, that line of code is gone and my Shapefile > KMZ is overlayed over my data points from the other layers that should > be above. What am I doing wrong? Here's the URL: > http://test.recovery.ca.gov/html/funding/stimulus%20map/stimulusmap3.shtml > > -- > 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. > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - -- 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.
