Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0-RC'
Browse files Browse the repository at this point in the history
  • Loading branch information
emxsys committed Apr 6, 2017
2 parents e1e62af + c708b64 commit 498a6a4
Show file tree
Hide file tree
Showing 205 changed files with 15,790 additions and 3,124 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ nbactions.xml
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R3C3_14_17_23NOV2016/
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R5C3_14_17_23NOV2016/
/data_config/ssgf/workspaces/agc/layergroups/
/data_config/ssgf/coverages/
/data_config/ssgf/coverages/
/data_config/ssgf/data/agc/
/worldwind-gs-example/
/wps_request.xml
/wcs_request.txt
/wps_output.txt
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="https://worldwind.arc.nasa.gov/css/images/nasa-logo.svg" height="100"/>
# WorldWindServerKit
# WorldWind Server Kit

The [NASA World Wind](https://worldwind.arc.nasa.gov) Server Kit (WWSK) is an open
source Java project that assembles [GeoServer](http://geoserver.org/) for easy
Expand All @@ -22,20 +22,20 @@ Example:
### Option 1. Deploy the WAR file
Deploy the *worldwind-geoserver.war* file (found in the *worldwind-geoserver/target* folder)
to your preferred servlet container, e.g., Apache Tomcat. Then point your browser to the
*wwgs* web context on your server.
*geoserver* web context on your server.

### Option 2. Run in NetBeans
Simply invoke "Run" on the *WorldWind GeoServer Application* module (*worldwind-geoserver*)
and NetBeans will automatically deploy the war file to your configured application server
and launch your browser (typically http://localhost:8084/wwgs/index.html).
and launch your browser (typically http://localhost:8084/geoserver/index.html).

### Option 3. Run in Jetty
Run the preconfigured *jetty-maven-plugin* with maven from the root of the *WorldWind
GeoServer Application* module (*worldwind-geoserver*). Example:

$ mvn jetty:run

Then point your browser to http://localhost:8080/wwgs/index.html to access the
Then point your browser to http://localhost:8080/geoserver/index.html to access the
GeoServer web admin interface.

### Option 4. Deploy a binary distribution
Expand All @@ -53,9 +53,8 @@ Linux example

$ ./bin/startup.sh

Then point your browser to http://localhost:8080/worldwind-geoserver/index.html to access the
GeoServer web admin interface. [*Note: the web context should be wwgs, not
worldwind-geoserver. This is subject to change.*]
Then point your browser to http://localhost:8080/geoserver/index.html to access the
GeoServer web admin interface.

### Option 5. Deploy the SSGF distribution
Copy and unzip the *ssgf* tarball distribution (found in the *worldwind-geoserver-dist/target*
Expand All @@ -71,7 +70,7 @@ Launch GeoServer, example:

$ ./run.sh

Then point your browser to http://localhost:8080/wwgs/index.html to access the
Then point your browser to http://localhost:8080/geoserver/index.html to access the
GeoServer web admin interface.

## OGC GeoPackage
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 72 additions & 0 deletions data_config/base/gwc/geowebcache.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geowebcache.org/schema/1.10.0 http://geowebcache.org/schema/1.10.0/geowebcache.xsd" xmlns="http://geowebcache.org/schema/1.10.0">
<version>1.10.0</version>
<backendTimeout>120</backendTimeout>
<blobStores/>
<gridSets>
<gridSet>
<name>WWJ Imagery</name>
<description>Imagery accessed by World Wind Java SDK clients</description>
<srs>
<number>4326</number>
</srs>
<extent>
<coords>
<double>-180.0</double>
<double>-90.0</double>
<double>180.0</double>
<double>90.0</double>
</coords>
</extent>
<alignTopLeft>false</alignTopLeft>
<resolutions>
<double>0.0703125</double>
<double>0.03515625</double>
<double>0.017578125</double>
<double>0.0087890625</double>
<double>0.00439453125</double>
<double>0.002197265625</double>
<double>0.0010986328125</double>
<double>5.4931640625E-4</double>
<double>2.74658203125E-4</double>
<double>1.373291015625E-4</double>
<double>6.86645507812E-5</double>
<double>3.43322753906E-5</double>
<double>1.71661376953E-5</double>
<double>8.5830688477E-6</double>
<double>4.2915344238E-6</double>
<double>2.1457672119E-6</double>
<double>1.072883606E-6</double>
<double>5.36441803E-7</double>
<double>2.682209015E-7</double>
</resolutions>
<metersPerUnit>111319.49079327358</metersPerUnit>
<pixelSize>2.8E-4</pixelSize>
<scaleNames>
<string>WW Imagery:0</string>
<string>WW Imagery:1</string>
<string>WW Imagery:2</string>
<string>WW Imagery:3</string>
<string>WW Imagery:4</string>
<string>WW Imagery:5</string>
<string>WW Imagery:6</string>
<string>WW Imagery:7</string>
<string>WW Imagery:8</string>
<string>WW Imagery:9</string>
<string>WW Imagery:10</string>
<string>WW Imagery:11</string>
<string>WW Imagery:12</string>
<string>WW Imagery:13</string>
<string>WW Imagery:14</string>
<string>WW Imagery:15</string>
<string>WW Imagery:16</string>
<string>WW Imagery:17</string>
<string>WW Imagery:18</string>
</scaleNames>
<tileHeight>512</tileHeight>
<tileWidth>512</tileWidth>
<yCoordinateFirst>false</yCoordinateFirst>
</gridSet>
</gridSets>
<layers/>
</gwcConfiguration>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 14 additions & 3 deletions data_config/ssgf/wcs.xml → data_config/base/wcs.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<wcs>
<id>wcs</id>
<enabled>true</enabled>
<name>My GeoServer WCS</name>
<title>My GeoServer WCS</title>
<name>WWSK GeoServer WCS</name>
<title>WWSK GeoServer WCS</title>
<maintainer>http://geoserver.org/comm</maintainer>
<abstrct>
This is a description of your Web Coverage Server.
This is a description of the NASA World Wind Server Kit (WWSK) Web Coverage Server.
</abstrct>
<accessConstraints>NONE</accessConstraints>
<fees>NONE</fees>
Expand All @@ -31,5 +31,16 @@ This is a description of your Web Coverage Server.
<onlineResource>http://geoserver.org</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<srs>
<string>4326</string>
<string>3395</string>
<string>4979</string>
<string>5041</string>
<string>5042</string>
<string>5773</string>
<string>5714</string>
<string>5715</string>
</srs>
<gmlPrefixing>false</gmlPrefixing>
<overviewPolicy>NEAREST</overviewPolicy>
</wcs>
File renamed without changes.
8 changes: 4 additions & 4 deletions data_config/nasa/wms.xml → data_config/base/wms.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<wms>
<id>wms</id>
<enabled>true</enabled>
<name>WorldWind GeoServer WMS</name>
<title>WorldWind GeoServer WMS</title>
<name>WWSK GeoServer WMS</name>
<title>WWSK GeoServer WMS</title>
<maintainer>http://geoserver.org/comm</maintainer>
<abstrct>
This is a description of your Web Map Server.
This is a description of the NASA World Wind Server Kit (WWSK) Web Map Server.
</abstrct>
<accessConstraints>NONE</accessConstraints>
<fees>NONE</fees>
Expand Down Expand Up @@ -45,7 +45,7 @@
<position>BOT_RIGHT</position>
<transparency>0</transparency>
</watermark>
<interpolation>Bilinear</interpolation>
<interpolation>Bicubic</interpolation>
<maxBuffer>25</maxBuffer>
<maxRequestMemory>0</maxRequestMemory>
<maxRenderingTime>0</maxRenderingTime>
Expand Down
Loading

0 comments on commit 498a6a4

Please sign in to comment.