Kazu46Machi / earth-api-samples

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

3 Exclamation Marks at 0,0 when Roads Layer Turned On #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Zoom to 0,0 on the map
2. Enable Roads layer
   var layerRoot = ge.getLayerRoot();
   layerRoot.enableLayerById(ge.LAYER_ROADS, true);
3. Observe 3 exclamation Marks at 0,0
4. Disable Roads layer
   var layerRoot = ge.getLayerRoot();
   layerRoot.enableLayerById(ge.LAYER_ROADS, false);
5. Observe 0 exclamation marks at 0,0
6. Toggle back and forth to review.

What is the expected output or behavior? What do you see instead?
I do not expect to see exclamation marks at 0,0 - instead I see them.  Not
sure what they mean - looks like some kind of error.

Which plugin version are you using?
4.3.11528.8566

Which browsers and operating systems are affected?
Windows XP, Firefox 3.0.7.  Also whatever browser C# .Net 3.5's web browser
control uses - probably some variant of IE.

Please provide any additional information (code snippets/links) below.
See above problem description for some code.

Original issue reported on code.google.com by bmar...@gmail.com on 18 Mar 2009 at 2:16

GoogleCodeExporter commented 8 years ago
Hi, can you take a screenshot and attach it? Thanks!

Original comment by api.roman.public@gmail.com on 23 Mar 2009 at 5:47

GoogleCodeExporter commented 8 years ago
Here are a few screenshots - one just showing the normal view, one showing what
happens if you click on the exclamation points (shows 3 exclamations).

Original comment by bmar...@gmail.com on 23 Mar 2009 at 6:10

Attachments:

GoogleCodeExporter commented 8 years ago
Ah, quite interesting. This also appears in the Google Earth desktop client. 
Filed 
internally.

Thanks for spotting this!

Original comment by api.roman.public@gmail.com on 24 Mar 2009 at 12:16

GoogleCodeExporter commented 8 years ago
This should be fixed now (if not, fix will be live soon).

Original comment by api.roman.public@gmail.com on 17 Apr 2009 at 11:14