Which products are affected?
Google Earth (pro) client and plugin
What steps will reproduce the problem?
1. create a Placemark with a Region, LOD and FadeExtents the point will not
fade in and out, other geometries will.
What is the expected output or behavior? What do you see instead?
the point Placemark toggle between fully transparent to fully opaque opacity at
the 100% visibility threshold. No fade transition occurs.
What application versions (if any) are you using?
Google Earth Pro
6.2.0.5905 (beta)
Which operating systems (and/or relevant web browsers) are affected?
Windows 7 SP1
Please provide any additional information (code snippets/links) below.
swapping the polygon with a multigeometry( polygon and point) from the kml
interative examples shows the behavior:
https://kml-samples.googlecode.com/svn/trunk/interactive/index.html#./Regions/Re
gions.Polygon_Fade.kml
<MultiGeometry>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
138.64,-34.93 138.67,-34.94 138.67,-34.97 138.62,-34.94 138.64,-34.93 138.64,-34.93
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
<Point>
<coordinates>138.62,-34.94</coordinates>
</Point>
</MultiGeometry>
Original issue reported on code.google.com by Berwyn.M...@gmail.com on 20 Mar 2012 at 9:27
Original issue reported on code.google.com by
Berwyn.M...@gmail.com
on 20 Mar 2012 at 9:27Attachments: