![]() |
|
|||||||
| Development Help Help for building applications or diagnosing problems with WWJ |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Mar 2010
Posts: 1
![]() |
Hello,
I am trying to access the USGS Digital Ortho in my Java application using WW Java SDK version worldwind-0.6.317.12858 on a Windows XP machine. I have a WolrdWindGLCanvas and ask for the layers as follows: WorldWindowGLCanvas wwCanvas = new WorldWindowGLCanvas(); LayerList layers = wwCanvas.getModel().getLayers(); I see only the following layers: layer = Stars layer = Atmosphere layer = NASA Blue Marble Image layer = Blue Marble (WMS) 2004 layer = i-cubed Landsat layer = USDA NAIP layer = MS Virtual Earth Aerial layer = USGS Urban Area Ortho layer = Place Names layer = World Map layer = Scale bar layer = Compass I see the worldwind.layers.xml does not have USGS Digital Ortho. Is this the problem? What do I add to get it? If not, How can I add USGS Digital Ortho? Thanks |
|
|
|
|
|
#2 |
|
WWJ Dev. Team
Join Date: May 2007
Posts: 449
![]() |
Yes, as you suspect the best way to to display the USGS Digital Ortho layer in your application's default layer list is to add it to worldwind.layers.xml. Add the following Layer element after the element for USGS Urban Area Ortho:
Code:
<Layer href="config/Earth/USGSDigitalOrthoLayer.xml" title="USGS Digital Ortho" actuate="onRequest"/> Dave |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks! That worked
|
|
![]() |
| 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 |
| USGS Digital Ortho = KH-11 spy satellite data? | harbon | WorldWind General | 3 | 07-07-2007 10:55 PM |
| Storing/Accessing USGS Digital Ortho | Guest | Technical Support | 10 | 10-29-2005 07:03 PM |
| Trouble with USGS Digital 1m ortho | ForestLee | Technical Support | 1 | 08-03-2005 02:50 PM |
| The Nazca Plains - USGS Digital Ortho | Matt | Suggestion Box | 3 | 06-05-2005 04:20 PM |
| USGS Digital Ortho "waterfall" | baf | Bug Reports | 6 | 04-07-2005 05:50 AM |