WorldWindJava
WorldWindJava copied to clipboard
The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
### Description of the Change - bug fix: request to WCS is clipped to Sector size of data available on the server. Mapserver will return an error if the request...
**Description** In the world Wind Java Application, whenever i run the ApplicationTemplate Class, it runs well but when i create my own class to create a new application with the...
### Description The WMSTiledImageLayer has been specifically coded to support the legacy Worldwind Server for map server integration. With the introduction of the WorldWind Server Kit (WWSK), updates are needed...
**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....
### Description In the Bulk Downloader example trying to download: * USGS Topo Scanned Maps 1:250K * USGS Topo Scanned Maps 1:100K * USGS Topo Scanned Maps 1:24K *Open Street...
I have written jogl port of [TWL theme widget library](http://twl.l33tlabs.org/) and it is working like charm. It has full featured opengl widget library with html 4.0 support . Kindly visit...
### Description of the Change 1. OSMMapnickLayer default to 50% opacity so it is useful as an overlay 2. Swap broken OSM Layer Earth/OpenStreetMap.xml with OSMMapnikLayer in config/worldwind.layers.xml ### Why...
### Description The default OpenStreetMap layer is currently broken, creating a problem for all the demo/example apps. `Oct 27, 2017 12:01:39 PM gov.nasa.worldwind.util.SessionCacheRetrievalPostProcessor run SEVERE: Retrieval returned no content for...
### Description 1. running the demo WMSLayerManager.java. 2. when i tried to add my WMSServer url,throw these Exceptions: gov.nasa.worldwind.exception.WWRuntimeException: Exception attempting to parse XML https://192.168.0.55:6443/arcgis/services/localhost/nanhai_localhost/MapServer/WMSServer?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0 at gov.nasa.worldwind.util.WWXML.openEventReaderURL(WWXML.java:448) at gov.nasa.worldwind.util.WWXML.openEventReader(WWXML.java:489) at...
### Description Error in the thread main while launching any examples Exception in thread "main" java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/String;Z)V at gov.nasa.worldwind.util.WWXML.createDocumentBuilder(WWXML.java:61) at gov.nasa.worldwind.util.WWXML.openDocumentStream(WWXML.java:236) at gov.nasa.worldwind.util.WWXML.openDocumentStream(WWXML.java:223) at gov.nasa.worldwind.util.WWXML.openDocumentFile(WWXML.java:175) at gov.nasa.worldwind.util.WWXML.openDocument(WWXML.java:148) at gov.nasa.worldwind.Configuration.loadConfigDoc(Configuration.java:131) at...