earthoutreach / earth-api-utility-library

Automatically exported from code.google.com/p/earth-api-utility-library
0 stars 0 forks source link

Region example doesn't seem to work for Placemark #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the Regions example ...

http://earth-api-utility-library.googlecode.com/svn/trunk/extensions/examples/re
gions.html

... it appears that while the polygon  appears and disappears as you
zoom in the point placemark doesn't show up. If I remove the region
bit from the placemark code the placemark does get added so that bit
seems ok. 

Nymor

Original issue reported on code.google.com by romynpg on 9 Apr 2010 at 6:03

GoogleCodeExporter commented 8 years ago
I was able to replicate this, and at first glance there seems to be an issue 
with the Min/Max FadeExtent for Points in the rendering engine.  I have made a 
note of this, but meanwhile you see the Point in this example by removing the 
FadeExtent for the Region (lod: [128, 512]), or by changing it so there is a 
greater portion of the region that is 100% visible/unfaded (lod: [64, 0, 64, 
512])

Original comment by jli...@google.com on 22 Dec 2010 at 5:51