Google
Official Google Earth Download Site

Google Earth Community System Reliability: HIGH

Support and Answers >> Google Earth (read only)

Jump to first unread post. Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | >> (show all)
wtwjgc
Gamer


Reged: 09/06/06
Posts: 622
Loc: Wakefield, West Riding Yorks
Re: Google Earth 4 - Beta2 f/back - possible bug? [Re: tekgergedan]
      #615989 - 09/28/06 06:38 AM

What dx problem?
I can use GE with either Open GL or Direct X9 without any other problems.
Other programs I use report DX9 OK - only GE reports DirectX 8

--------------------

http://wakefield.110mb.com


Post Extras: Print Post   Remind Me!   Report this Post  
tekgergedanModerator
Master Guide


Reged: 09/25/05
Posts: 8051
Loc: Turkey GMT+2
Re: Google Earth 4 - Beta2 f/back - possible bug? [Re: wtwjgc]
      #616045 - 09/28/06 07:28 AM

I mean if you have no dx8, there must be a problem. It is weird. But not worth to trouble yourself.

--------------------
...::: | | | Install 4.3 and be aware you can switch back | | | :::...
...::: | | | what you are is what you eat and what you think | | | :::...
...::: | | | if you want to get something, first look and ask for its very details | | | :::...


Post Extras: Print Post   Remind Me!   Report this Post  
maps4me
First Post


Reged: 09/28/06
Posts: 1
Re: Google Earth 4 - Beta2 BAD MAPPING DATA [Re: PenguinOpus]
      #616812 - 09/28/06 06:57 PM

I like some of the new features but you went and back tracked on the mapping.

I have a house under construction and in the older 4.1 version, it reflects the grading and lot construction work. I just installed the 4.2 Beta and it now goes back to pre clearing of the lot. I have double checked this against several other locations and they all reflect older dated mapping as opposed to the the earlier version I was running

What gives here ????? When are you going to put the updated mapping back.

The areas I am primarly talking about are Tampa Florida Pasco County.


Post Extras: Print Post   Remind Me!   Report this Post  
crispyjones
Tourist


Reged: 03/16/06
Posts: 18
Re: Bug with NetworkLink ViewFormat/LookAt/terrain [Re: davidhite]
      #617457 - 09/29/06 05:52 AM

I have server/network link combination like this example and the GE beta4 4.0.2xx clients suffer this same problem. If terrain is checked the <range> variable on any 4+ client increases by about 2000m every time the network link refreshes. GE 3 clients work as normal.
Bug? Something I am leaving out because this was written when only kml 2.0 was available?


Post Extras: Print Post   Remind Me!   Report this Post  
PenguinOpusAdministrator
Sysop, Emeritus


Reged: 12/07/02
Posts: 1938
Loc: Bay Area, CA, USA
Re: Bug with NetworkLink ViewFormat/LookAt/terrain [Re: crispyjones]
      #621288 - 10/01/06 08:17 PM

Crispyjones,

Can you post a sample kml of your 2000m networklink problem? I haven't heard of this one before. (Start a new thread in KML Discussions about it).


Post Extras: Print Post   Remind Me!   Report this Post  
crispyjones
Tourist


Reged: 03/16/06
Posts: 18
Re: Bug with NetworkLink ViewFormat/LookAt/terrain [Re: PenguinOpus]
      #622769 - 10/02/06 10:59 PM

I would love to help, but my server is strictly an intranet deal on our corporate LAN (which I have 0.0 admin rights on:). So, unfortunately, the network link won't do much in the outside world. Let me know what would help and I'll post it.

I'll try and describe in detail what goes on. A Perl script on a generic Debian based PC (my 'server') reads data from a modem (live copter position data) and writes this to a lat, long, speed, and a few other files. PHP page uses this position data as well as the client's ViewFormat values for heading, tilt, and range (to preserve client view). I uncommented a debug line that shows the LookAt values in a <snippet> tag and when terrain is checked (only in Beta4) the range variable increases by a few thousand meters every refresh. And the client's view goes up up up and up.

BTW I upgraded a Mac client from 3 to Beta4 and the same problem cropped up.


Post Extras: Print Post   Remind Me!   Report this Post  
crispyjones
Tourist


Reged: 03/16/06
Posts: 18
Re: Bug with NetworkLink ViewFormat/LookAt/terrain [Re: crispyjones]
      #633347 - 10/09/06 08:53 AM

Discussion moved HERE at the request of PenguinOpus

Post Extras: Print Post   Remind Me!   Report this Post  
LRC62
First Post


Reged: 10/09/06
Posts: 1
Re: Google Earth 4 - Beta2 feedback thread [Re: PenguinOpus]
      #633643 - 10/09/06 12:14 PM

I am using a linux box (Kanotix 2005 kernel 2.16.18-slh-up-2, KDE 3.5.5). When I first started using GE, it had some buggs but still worked. I updated in july and it freezes at the startup screen, I have updated using the latest sept update and it still does that. Is there a file or files (eg. conf or myplaces) that was installed with the earlier version that could be causing the prob, or could it be one of my linux packages that could be causing a conflict. Kanotix is very much pure debian sid.

Post Extras: Print Post   Remind Me!   Report this Post  
Automatt
First Post


Reged: 06/28/05
Posts: 1
Re: Google Earth 4 - Beta2 feedback thread [Re: PenguinOpus]
      #633774 - 10/09/06 01:26 PM

Mac beta 4 version constantly quits, (Intel Macbook Pro, OS X 10.4.8) can't use it

Post Extras: Print Post   Remind Me!   Report this Post  
Chaver
Tourist


Reged: 05/03/06
Posts: 36
Re: GoogleEarth4-Beta2: NWLink-LookAt-FlyToView [Re: PenguinOpus]
      #661167 - 10/27/06 04:23 PM

My idea was to create an easy Flight Simulator.

Therefore I have created a NetworkLinkControl which requests periodically a service and has the FlyToView-on-Refresh set (GE 4.0.1693). The service returns a single placemark, with LookAt child nodes:
<LookAt>
<longitude>35.000</longitude>
<latitude>30.000</latitude>
<altitude>2000</altitude>
<range>500</range>
<tilt>45</tilt>
<heading>20</heading>
<altitudeMode>absolute</altitudeMode>
</LookAt>
The placemark is moving on every response (as it should), but the range, tilt and heading node parameters are ignored. The view is always in vertical direction to earth.
(Of course, I know, it is impossible to use these parameters at the same time if there are two placemarks to be shown. But wouldn't it be nice to have the functionality with only one placemark?)


Post Extras: Print Post   Remind Me!   Report this Post  
Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | >> (show all)




Extra information
0 registered and 2 anonymous users are browsing this forum.

Moderator:  Hill, Jumble, Kempster, mcshea98, jeffryv, dulce, esterrett, David_Eustis, DWebb, regionator, NormB, Frank_McVey, geus, ZeroDeeFeX, LaBelleTerre, vagabondsailor, SupersonicBuddha, BeadieJay, TheLedge, Cyclonic, no_stranger, LuciaM, tekgergedan, cantarell, ManoM, toponym2006, David_Minogue, Noisette, danescombe, Michal_Drewniak, mutex, marinerfan, Delta102, bebop, MarkAubin 

Print Topic

Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      UBBCode is enabled

Rating:
Topic views: 68156

Rate this topic

Jump to

earth.google.com    bbs.keyhole.com

*
UBB.threads™ 6.5.1.1