Skip to content

Commit

Permalink
Merge pull request #59 from NASAWorldWind/release/v0.3.0
Browse files Browse the repository at this point in the history
Release/v0.3.0
  • Loading branch information
emxsys authored Jun 30, 2017
2 parents 8123b27 + d833a1b commit 363b558
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 28 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<img src="https://worldwind.arc.nasa.gov/css/images/nasa-logo.svg" height="100"/>

# WorldWindServerKit
# WorldWindServerKit

The [NASA World Wind](https://worldwind.arc.nasa.gov) Server Kit (WWSK) is an open
[![Build Status](https://travis-ci.org/NASAWorldWind/WorldWindServerKit.svg?branch=develop)](https://travis-ci.org/NASAWorldWind/WorldWindServerKit)
[![Download](https://api.bintray.com/packages/nasaworldwind/maven/WorldWindServerKit/images/download.svg)](https://bintray.com/nasaworldwind/maven/WorldWindServerKit/_latestVersion)

The [NASA WorldWind](https://worldwind.arc.nasa.gov) Server Kit (WWSK) is an open
source Java project that assembles [GeoServer](http://geoserver.org/) for easy
distribution and implementation.

Expand Down
41 changes: 21 additions & 20 deletions data_config/base/global.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<global>
<contact>
<contactOrganization>NASA World Wind</contactOrganization>
<contactPerson>Patrick Hogan</contactPerson>
</contact> <jai>
<allowInterpolation>false</allowInterpolation>
<recycling>true</recycling>
<tilePriority>5</tilePriority>
<tileThreads>7</tileThreads>
<memoryCapacity>0.5</memoryCapacity>
<memoryThreshold>0.75</memoryThreshold>
<imageIOCache>false</imageIOCache>
<pngAcceleration>false</pngAcceleration>
<jpegAcceleration>false</jpegAcceleration>
<allowNativeMosaic>false</allowNativeMosaic>
</jai>
<charset>UTF-8</charset>
<numDecimals>8</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<updateSequence>0</updateSequence>
<contactOrganization>NASA WorldWind</contactOrganization>
<contactPerson>Patrick Hogan</contactPerson>
</contact>
<jai>
<allowInterpolation>false</allowInterpolation>
<recycling>true</recycling>
<tilePriority>5</tilePriority>
<tileThreads>7</tileThreads>
<memoryCapacity>0.5</memoryCapacity>
<memoryThreshold>0.75</memoryThreshold>
<imageIOCache>false</imageIOCache>
<pngAcceleration>false</pngAcceleration>
<jpegAcceleration>false</jpegAcceleration>
<allowNativeMosaic>false</allowNativeMosaic>
</jai>
<charset>UTF-8</charset>
<numDecimals>8</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<updateSequence>0</updateSequence>
</global>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<!--=====================================================================-->
Expand Down
2 changes: 1 addition & 1 deletion worldwind-geoserver-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
</parent>
<artifactId>worldwind-geoserver-dist</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion worldwind-geoserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
</parent>
<artifactId>worldwind-geoserver</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion worldwind-gs-geopkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application directory.
<parent>
<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
</parent>

<groupId>gov.nasa.worldwind.server</groupId>
Expand Down
2 changes: 1 addition & 1 deletion worldwind-gs-wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
</parent>
<artifactId>worldwind-gs-wms</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion worldwind-gt-geopkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>gov.nasa.worldwind.server</groupId>
<artifactId>worldwind-serverkit</artifactId>
<version>0.3.0-RC</version>
<version>0.3.0</version>
</parent>

<!-- =========================================================== -->
Expand Down

0 comments on commit 363b558

Please sign in to comment.