windrobin / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 1 forks source link

GetNorth(), GetSouth(), GetEast() and GetWest() do not return the correct values when running Google Earth 6.2.2.6613 #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Programmaticly connect to Google Earth app.
2. Use the GetCamera() to campture the current image.
3. The use SetCameraParams:

pGEI->SetCameraParams(pCamera->FocusPointLatitude, 
              pCamera->FocusPointLongitude,0.0,
              EARTHLib::RelativeToGroundAltitudeGE,               pCamera->Range,0,0, 5.0);                                 
Then with IViewExtentsGEPtr, get North, South, East, and West values.

What is the expected output? What do you see instead?
The result should be the same as Google Earth Version 5.0 or 6.1.

What version of the product are you using? On what operating system?
Version is 6.2.26613, I'm running Windows 7 Entriprise 64 bit.

Please provide any additional information below.

Please look at my attachment files to see the differences.

Original issue reported on code.google.com by brendais...@gmail.com on 2 Aug 2012 at 10:06

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, I don't believe this is the correct project for your defect report. You 
appear to be using the depreciated COM api which has nothing to do with this 
library. Thanks, F

Original comment by fraser.c...@gmail.com on 3 Aug 2012 at 4:36