![]() |
|
|||||||
| Development Help Help for building applications or diagnosing problems with WWJ |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Super Moderator
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,616
![]() |
I will download the latest release, it is usually updated several times a week with changes, bug fixes, etc..
NASA***.java constructor, that accepts only a placenameserviceset, multiple instances in a list requires a server to be instantiated properly. These are all a bit confusing. Why don't you try the latest also. There may be something related to your problem that has been "fixed". |
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Mar 2012
Posts: 18
![]() |
NASA***.java was short for NASAWFSPlaceNameLayer.java, with one default constructor. The default constructor builds a PlaceNameServiceSet(defined in PlaceNameServiceSet.java). PlaceNameServiceSet requires a PlaceNameService(defined in PlaceNameService.java)
The PlaceNameServiceSet is in essence a data structure, which is a list of PlaceNameService objects. PlaceNameService.java, requires a string, called service, that is used in connecting to a server. Which I don't want to do. The problem boils down to I'm trying to figure out how to use the NASAWFSPlaceNameLayer, without being connected to the internet. |
|
|
|
|
|
#13 |
|
Super Moderator
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,616
![]() |
I may not be much help on any service set, wms, etc..
When WWC# started the the images were pre tiled so there was no "tiling" on the server. It was much faster. I tinkered with the wms for the FAA charts but it was not acceptable for several reasons: The charts needed to be clipped and merged first and the resulting file was very large. It was much slower. A wms has to be on continuously. Pre tiled they can be "served" like an external cache which is very fast with no wms. If you have data in the cache that should be able to be displayed offline. When I started this thread on 05-26-2011 there was no reply posted with a solution or even a suggestion. Maybe someone that is familiar on Ubuntu with the Place Name problem will have an answer. Your first post on this thread mentioned java 1.7 v 1.6, could that be your problem? I have not had a problem that I recall with different versions of java jdk or jre. edit: When you pull the plug to the internet what error comes up in your IDE? Are you using Eclipse? When you hook one of the computers you are having problems with to the internet is there still a problem? I hooked an external hard drive up and checked some old data. I renamed whatever layer used to "Names" and the layerlist .xml has this: Code:
<Layer className="nlneilson.layers.Names" title="Names" actuate="onRequest"/> Last edited by nlneilson; 06-23-2012 at 08:35 AM. |
|
|
|
|
|
#14 |
|
Super Moderator
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,616
![]() |
I downloaded the daily 333.651
The worldwind.layers.xml has: Code:
<Layer className="gov.nasa.worldwind.layers.Earth.NASAWFSPlaceNameLayer"/> Try one of the examples that has the Names on one or both of the problem computers hooked to the internet and download some of the names tiles. Then disconnect from the net and see if the tiles downloaded display. |
|
|
|
|
|
#15 |
|
Super Moderator
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,616
![]() |
I just tried the Application Template demo from here:
http://goworldwind.org/demos/ The Place Names layer works with the default java and icedtea in Ubuntu 12.04 |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plug-in: PlaceNameMaker | canosso | Add-ons & Scripts | 4 | 03-30-2011 03:29 PM |
| Fix for GLJPanel placing place names and clicks in the wrong place | Damien P | Development Help | 0 | 03-31-2009 06:48 AM |
| Problem in running WWJ under Ubuntu | linnuxxy | Development Help | 19 | 03-20-2009 08:10 PM |
| save a place | brynn | Technical Support | 13 | 03-15-2006 01:50 PM |
| Place Name Update | Zach Guffron | Suggestion Box | 0 | 06-30-2005 08:11 PM |