World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > WWJ Release Announcements

WWJ Release Announcements WWJava release announcements thread, no other topics please.

Reply
 
Thread Tools Display Modes
Old 05-06-2008, 07:31 PM   #21
mchristyuk
Member
 
Join Date: Jul 2007
Posts: 39
mchristyuk is on a distinguished road
Default

Hi Dave,

Yes I knew about the precision issue.. that was another reason I used the offsets push/pop to get round that.

However when I used the standard OpenGL translated() and push() pop() routines I used to suffer from some "shimmer" on the data which didn't occur using the WW pushReferenceCenter/popReferenceCenter() routines.

Now I can get rid of the shimmer using the standard OpenGL routines.. it's just a little annoying that the WW routines worked perfectly (in fact they were recommended to me by the development team) in all the previous versions and in theory should work fine now..

I'll have a little play in the morning and if I don't find a solution I'll post the code to show what I'm doing..

Cheers

Mark
mchristyuk is offline   Reply With Quote
Old 05-06-2008, 07:45 PM   #22
dcollins
WWJ Dev. Team
 
Join Date: May 2007
Posts: 449
dcollins is on a distinguished road
Default

I don't think the problem is with push/popReferenceCenter. As you pointed out very little has changed in the implementation of push/popReferenceCenter. Also, we use it throughout the API without any issues.

The problem you describe - objects following the view - really sounds like incorrect usage. But, maybe something else is broken, or was fixed, and that has changed your application's behavior. I can't really know if all we talk about is a push-render-pop block. That's why I keep pressing to see the context the code is in.

If you discover a problem, find a solution, or have code to share, please create a new thread under "Development Help".

Thanks,
Dave
dcollins is offline   Reply With Quote
Old 05-09-2008, 10:07 AM   #23
adanecito
Senior Member
 
Join Date: Apr 2008
Location: Boise ID
Posts: 446
adanecito is on a distinguished road
Default

Hi All,

Thanks very much for the new release!! I have a simple question for now. Do I point my jnlp file to the new version? Instead of 0.4.1 should it be 0.5.0? Also the same question regarding the jogl jnlp. I will download the SDK ASAP and look over the examples. My Boy Scouts will really like (sweet is the word for thier generation) the terrain mapping!

I look forward to making this release available to the kids! (parents really like the functionality also)

Best Regards,
Tony Anecito,
Founder,
MyUniPortal
adanecito is offline   Reply With Quote
Old 05-09-2008, 05:41 PM   #24
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
patmurris is an unknown quantity at this point
Default

Quote:
Originally Posted by adanecito View Post
Do I point my jnlp file to the new version? Instead of 0.4.1 should it be 0.5.0? Also the same question regarding the jogl jnlp.
I'm not sure which jnlps you refer to...
Have a look at the WWJ demo page for all the jnlp links for 0.5.
http://worldwind.arc.nasa.gov/java/demos/
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 05-09-2008, 06:42 PM   #25
adanecito
Senior Member
 
Join Date: Apr 2008
Location: Boise ID
Posts: 446
adanecito is on a distinguished road
Default

Hi Pat,

I notice the demos have changed today and the jnlp (launcher files for web start) have changed quite a bit in regards to packaging WorldWind. What I mean is before apps using WorldWind were using the jnlp extension because the worldwind jar is signed. Now they are not that way so hopefully the worldwind jar in the SDK is not signed otherwise you have to include and jnlp extension to use it for distribution.

Be interesting to know if the worldwind jar that is downloaded with the apps is the 0.5.0 version. I plan to tonight or sometime this weekend to update from 0.4.1 to 0.5.0 so having the latest signed jogl jar is critical from the forum messages I found here.

The jogl jar is signed and thus a jnlp extension for that and hopefully it is the latest version that worldwind requires.

Thanks,
-Tony
adanecito is offline   Reply With Quote
Old 05-20-2008, 07:07 PM   #26
adanecito
Senior Member
 
Join Date: Apr 2008
Location: Boise ID
Posts: 446
adanecito is on a distinguished road
Default

Hi All,

I updated MyUniPortal to use 0.5.0 now and it seems to work fine. I did notice in trying to get to an altitude of zero that I needed to change the elevation. I have not tried to go underwater yet.

I noticed the altitude displayed in the status bar seemed double of what I requested. So if I commanded say 20,000 the altitude displayed 40,000. I will see what might be causing that.

I will be updating the screenshots on my site in the next day or so with updated interface.

Thanks,
Tony Anecito
Founder,
MyUniPortal
http://www.myuniportal.com
adanecito is offline   Reply With Quote
Old 05-23-2008, 02:46 PM   #27
gilou
Junior Member
 
Join Date: May 2007
Posts: 4
gilou is on a distinguished road
Default WMS getcapablities request have no version??

Hello

Using 0.5 version to connect to my WMS servers, I initially got back an error saying WMTVER/VERSION is missing from request.

--> I suggect to add a version number in the CapabilitiesRequest initialise method:

protected void initialize()
{
super.initialize();
this.setParam("REQUEST", "GetCapabilities");
this.setVersion("1.1.1");
}


Regards

Gilles Lavaux
gilou is offline   Reply With Quote
Old 05-24-2008, 10:14 AM   #28
m_k
Bored Explorer
 
m_k's Avatar
 
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,808
m_k is an unknown quantity at this point
Default

AFAIR Version isn't required in GetCapabilities request (it is in GetMap), so the server shouldn't throw any error because of that...
__________________
Hot stuff: FAQ, forum search, DirectX, .NET, Video Card Compatibility list
m_k is offline   Reply With Quote
Old 05-31-2008, 05:14 PM   #29
Unregistered
Guest
 
Posts: n/a
Default

Okay call me crazy but if the wwj team has updates to 0.5.0 (but not released yet) please let me know since I am willing to try them out.

Thanks,
-Tony
  Reply With Quote
Old 06-02-2008, 07:19 PM   #30
Tamas Kornai
Junior Member
 
Join Date: Mar 2008
Posts: 25
Tamas Kornai is on a distinguished road
Default

Dear Tony,

it's not that well hidden, I'd say you should try at
http://worldwind.arc.nasa.gov/java/index.html

Hope you will find it. ; )
Tamas Kornai is offline   Reply With Quote
Reply

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WWJ SDK Alpha 4 - 0.4.0 available patmurris WWJ Release Announcements 10 09-21-2010 02:48 PM
WWJ SDK Alpha 4.1 - 0.4.1 available tag WWJ Release Announcements 56 11-14-2009 12:51 PM
WWJ SDK to abstract JOGL to make a map server mikequentel Applications 0 05-01-2008 07:32 PM
WWJ SDK Alpha 3 - 0.3.0 available patmurris WWJ Release Announcements 35 12-03-2007 08:56 PM
1.3.2 alpha 2 released Jessi Developers' Corner 28 02-02-2006 07:27 PM


All times are GMT +1. The time now is 07:46 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.