chiranthsiddappa / earth-api-samples

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

LAYERS_TREES does not appear to be working correctly #971

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First I gotta to say I love GE!
I believe this is a bug
ge.getLayerRoot().enableLayerById(ge.LAYER_TREES, false);
does not remove trees when but 
ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS, false);
does as well as any other models.

I'd like to retain the buildings but for my Golf touring app I'd prefer to not 
have the trees obstruct the view of the course. 

What I'd like the best is to provide polygons that would act to prevent any 
external modeling. Then I could have some trees and buildings without it 
affecting the course tours.

Here is a link to an example beta tour:
http://www.usgolfers.com/tours.asp?CourseID=18475

Thanks,
Rich

Original issue reported on code.google.com by USGolf...@gmail.com on 11 Nov 2013 at 2:09