Skip to content

Commit e1e62af

Browse files
committed
Merge branch 'release/v0.1.0'
2 parents 9db1e34 + b08f278 commit e1e62af

File tree

137 files changed

+1666
-582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+1666
-582
lines changed

.gitignore

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ target
1212
.idea/
1313
nb-configuration.xml
1414
nbactions.xml
15-
/data/ssgf/coverages/
1615
/worldwind-gt-geopkg/nbproject/
1716
/worldwind-gs-geopkg/nbproject/
1817
/worldwind-gs-wms/nbproject/
@@ -21,24 +20,25 @@ nbactions.xml
2120
/worldwind-gs-geopkg/src/test/resources/gov/nasa/worldwind/gs/geopkg/jog.gpkg
2221
/worldwind-gs-geopkg/src/test/resources/gov/nasa/worldwind/gs/geopkg/agc-JOG.jpg
2322
/worldwind-gs-geopkg/src/test/resources/gov/nasa/worldwind/gs/geopkg/jog.png
24-
/data/ssgf/workspaces/agc/AGC_TLM50_FtBelvoir_11_14_17JAN2017/
25-
/data/ssgf/workspaces/agc/AGC_JOG_DMV_8_11_17JAN2017/
26-
/data/ssgf/workspaces/agc/AGC_BUCK_FtBelvoir_16_19_23DEC2016/
27-
/data/ssgf/workspaces/agc/AGC_GGDM_Hayfield_19JAN2017/
28-
/data/ssgf/workspaces/agc/AGC_NITF_DC_15_18_17JAN2017/
29-
/data/ssgf/workspaces/agc/AGC_DG_APG_R2C3_14_17_23NOV2016/
30-
/data/ssgf/workspaces/agc/AGC_DG_APG_R3C2_14_17_23NOV2016/
31-
/data/ssgf/workspaces/agc/AGC_DG_APG_R3C2_P2_14_17_23NOV2016/
32-
/data/ssgf/workspaces/agc/AGC_DG_APG_R4C1_14_17_23NOV2016/
33-
/data/ssgf/workspaces/agc/AGC_DG_APG_R3C1_14_17_23NOV2016/
34-
/data/ssgf/workspaces/agc/AGC_DG_APG_R2C2_14_17_22NOV2016/
35-
/data/ssgf/workspaces/agc/AGC_DG_APG_R2C2_P2_14_17_23NOV2016/
36-
/data/ssgf/workspaces/agc/AGC_DG_APG_R4C3_14_17_23NOV2016/
37-
/data/ssgf/workspaces/agc/AGC_DG_APG_R5C2_14_17_23NOV2016/
38-
/data/ssgf/workspaces/agc/AGC_DG_APG_R4C2_14_17_23NOV2016/
39-
/data/ssgf/workspaces/agc/AGC_DG_APG_R2C1_14_17_22NOV2016/
40-
/data/ssgf/workspaces/agc/AGC_DG_APG_R4C2_14_17_P2_23NOV2016/
41-
/data/ssgf/workspaces/agc/AGC_DG_APG_R3C3_14_17_23NOV2016/
42-
/data/ssgf/workspaces/agc/AGC_DG_APG_R5C3_14_17_23NOV2016/
43-
/data/ssgf/workspaces/agc/layergroups/
44-
/worldwind-geoserver/*.log
23+
/worldwind-geoserver/*.log
24+
/data_config/ssgf/workspaces/agc/AGC_TLM50_FtBelvoir_11_14_17JAN2017/
25+
/data_config/ssgf/workspaces/agc/AGC_JOG_DMV_8_11_17JAN2017/
26+
/data_config/ssgf/workspaces/agc/AGC_BUCK_FtBelvoir_16_19_23DEC2016/
27+
/data_config/ssgf/workspaces/agc/AGC_GGDM_Hayfield_19JAN2017/
28+
/data_config/ssgf/workspaces/agc/AGC_NITF_DC_15_18_17JAN2017/
29+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R2C3_14_17_23NOV2016/
30+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R3C2_14_17_23NOV2016/
31+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R3C2_P2_14_17_23NOV2016/
32+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R4C1_14_17_23NOV2016/
33+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R3C1_14_17_23NOV2016/
34+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R2C2_14_17_22NOV2016/
35+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R2C2_P2_14_17_23NOV2016/
36+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R4C3_14_17_23NOV2016/
37+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R5C2_14_17_23NOV2016/
38+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R4C2_14_17_23NOV2016/
39+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R2C1_14_17_22NOV2016/
40+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R4C2_14_17_P2_23NOV2016/
41+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R3C3_14_17_23NOV2016/
42+
/data_config/ssgf/workspaces/agc/AGC_DG_APG_R5C3_14_17_23NOV2016/
43+
/data_config/ssgf/workspaces/agc/layergroups/
44+
/data_config/ssgf/coverages/
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.

data/minimal/wms.xml renamed to data_config/minimal/wms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<position>BOT_RIGHT</position>
4646
<transparency>0</transparency>
4747
</watermark>
48-
<interpolation>Nearest</interpolation>
48+
<interpolation>Bilinear</interpolation>
4949
<maxBuffer>25</maxBuffer>
5050
<maxRequestMemory>0</maxRequestMemory>
5151
<maxRenderingTime>0</maxRenderingTime>
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.

data_config/nasa/gwc/geowebcache.xml

Lines changed: 241 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,241 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://geowebcache.org/schema/1.8.0"
4+
xsi:schemaLocation="http://geowebcache.org/schema/1.8.0 http://geowebcache.org/schema/1.8.0/geowebcache.xsd">
5+
<version>1.8.0</version>
6+
<backendTimeout>120</backendTimeout>
7+
<!--
8+
<serviceInformation>
9+
<title>GeoWebCache</title>
10+
<description>GeoWebCache is an advanced tile cache for WMS servers. It supports a large variety of protocols and
11+
formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.</description>
12+
<keywords>
13+
<string>WFS</string>
14+
<string>WMS</string>
15+
<string>WMTS</string>
16+
<string>GEOWEBCACHE</string>
17+
</keywords>
18+
<serviceProvider>
19+
<providerName>John Smith inc.</providerName>
20+
<providerSite>http://www.example.com/</providerSite>
21+
<serviceContact>
22+
<individualName>John Smith</individualName>
23+
<positionName>Geospatial Expert</positionName>
24+
<addressType>Work</addressType>
25+
<addressStreet>1 Bumpy St.</addressStreet>
26+
<addressCity>Hobart</addressCity>
27+
<addressAdministrativeArea>TAS</addressAdministrativeArea>
28+
<addressPostalCode>7005</addressPostalCode>
29+
<addressCountry>Australia</addressCountry>
30+
<phoneNumber>+61 3 0000 0000</phoneNumber>
31+
<faxNumber>+61 3 0000 0001</faxNumber>
32+
<addressEmail>john.smith@example.com</addressEmail>
33+
</serviceContact>
34+
</serviceProvider>
35+
<fees>NONE</fees>
36+
<accessConstraints>NONE</accessConstraints>
37+
</serviceInformation>
38+
-->
39+
<gridSets>
40+
<!-- WorldWind Java Grid Sets, by default EPSG:900913 and EPSG:4326 are defined -->
41+
<gridSet>
42+
<name>WW Imagery</name>
43+
<description>World Wind Imagery</description>
44+
<srs>
45+
<number>4326</number>
46+
</srs>
47+
<extent>
48+
<coords>
49+
<double>-180.0</double>
50+
<double>-90.0</double>
51+
<double>180.0</double>
52+
<double>90.0</double>
53+
</coords>
54+
</extent>
55+
<alignTopLeft>false</alignTopLeft>
56+
<resolutions>
57+
<double>0.0703125</double>
58+
<double>0.03515625</double>
59+
<double>0.017578125</double>
60+
<double>0.0087890625</double>
61+
<double>0.00439453125</double>
62+
<double>0.002197265625</double>
63+
<double>0.0010986328125</double>
64+
<double>5.4931640625E-4</double>
65+
<double>2.74658203125E-4</double>
66+
<double>1.373291015625E-4</double>
67+
<double>6.86645507812E-5</double>
68+
<double>3.43322753906E-5</double>
69+
<double>1.71661376953E-5</double>
70+
<double>8.5830688477E-6</double>
71+
<double>4.2915344238E-6</double>
72+
<double>2.1457672119E-6</double>
73+
<double>1.072883606E-6</double>
74+
<double>5.36441803E-7</double>
75+
<double>2.682209015E-7</double>
76+
</resolutions>
77+
<metersPerUnit>111319.49079327358</metersPerUnit>
78+
<pixelSize>2.8E-4</pixelSize>
79+
<scaleNames>
80+
<string>WW Imagery:0</string>
81+
<string>WW Imagery:1</string>
82+
<string>WW Imagery:2</string>
83+
<string>WW Imagery:3</string>
84+
<string>WW Imagery:4</string>
85+
<string>WW Imagery:5</string>
86+
<string>WW Imagery:6</string>
87+
<string>WW Imagery:7</string>
88+
<string>WW Imagery:8</string>
89+
<string>WW Imagery:9</string>
90+
<string>WW Imagery:10</string>
91+
<string>WW Imagery:11</string>
92+
<string>WW Imagery:12</string>
93+
<string>WW Imagery:13</string>
94+
<string>WW Imagery:14</string>
95+
<string>WW Imagery:15</string>
96+
<string>WW Imagery:16</string>
97+
<string>WW Imagery:17</string>
98+
<string>WW Imagery:18</string>
99+
</scaleNames>
100+
<tileHeight>512</tileHeight>
101+
<tileWidth>512</tileWidth>
102+
<yCoordinateFirst>false</yCoordinateFirst>
103+
</gridSet>
104+
<gridSet>
105+
<name>WW Elevations</name>
106+
<description>World Wind Elevations</description>
107+
<srs>
108+
<number>4326</number>
109+
</srs>
110+
<extent>
111+
<coords>
112+
<double>-180.0</double>
113+
<double>-90.0</double>
114+
<double>180.0</double>
115+
<double>90.0</double>
116+
</coords>
117+
</extent>
118+
<alignTopLeft>false</alignTopLeft>
119+
<resolutions>
120+
<double>0.133333333333333</double>
121+
<double>0.0666666666666665</double>
122+
<double>0.0333333333333332</double>
123+
<double>0.0166666666666666</double>
124+
<double>0.0083333333333333</double>
125+
<double>0.0041666666666667</double>
126+
<double>0.0020833333333333</double>
127+
<double>0.0010416666666667</double>
128+
<double>5.208333333333E-4</double>
129+
<double>2.604166666667E-4</double>
130+
<double>1.302083333333E-4</double>
131+
<double>6.51041666667E-5</double>
132+
</resolutions>
133+
<metersPerUnit>111319.49079327358</metersPerUnit>
134+
<pixelSize>2.8E-4</pixelSize>
135+
<scaleNames>
136+
<string>ww_elev:0</string>
137+
<string>ww_elev:1</string>
138+
<string>ww_elev:2</string>
139+
<string>ww_elev:3</string>
140+
<string>ww_elev:4</string>
141+
<string>ww_elev:5</string>
142+
<string>ww_elev:6</string>
143+
<string>ww_elev:7</string>
144+
<string>ww_elev:8</string>
145+
<string>ww_elev:9</string>
146+
<string>ww_elev:10</string>
147+
<string>ww_elev:11</string>
148+
</scaleNames>
149+
<tileHeight>150</tileHeight>
150+
<tileWidth>150</tileWidth>
151+
<yCoordinateFirst>false</yCoordinateFirst>
152+
</gridSet>
153+
</gridSets>
154+
155+
<layers>
156+
<!--
157+
<wmsLayer>
158+
<name>topp:states</name>
159+
<mimeFormats>
160+
<string>image/gif</string>
161+
<string>image/jpeg</string>
162+
<string>image/png</string>
163+
<string>image/png8</string>
164+
</mimeFormats>
165+
<gridSubsets>
166+
<gridSubset>
167+
<gridSetName>EPSG:2163</gridSetName>
168+
</gridSubset>
169+
</gridSubsets>
170+
<parameterFilters>
171+
<stringParameterFilter>
172+
<key>STYLES</key>
173+
<defaultValue>population</defaultValue>
174+
<values>
175+
<string>population</string>
176+
<string>polygon</string>
177+
<string>pophatch</string>
178+
</values>
179+
</stringParameterFilter>
180+
</parameterFilters>
181+
<wmsUrl>
182+
<string>http://demo.opengeo.org/geoserver/topp/wms</string>
183+
</wmsUrl>
184+
</wmsLayer>
185+
186+
<wmsLayer>
187+
<name>raster test layer</name>
188+
<mimeFormats>
189+
<string>image/gif</string>
190+
<string>image/jpeg</string>
191+
<string>image/png</string>
192+
<string>image/png8</string>
193+
</mimeFormats>
194+
<wmsUrl>
195+
<string>http://demo.opengeo.org/geoserver/wms</string>
196+
</wmsUrl>
197+
<wmsLayers>nurc:Img_Sample</wmsLayers>
198+
</wmsLayer>
199+
200+
<wmsLayer>
201+
<name>img states</name>
202+
<metaInformation>
203+
<title>Nicer title for Image States</title>
204+
<description>This is a description. Fascinating.</description>
205+
</metaInformation>
206+
<mimeFormats>
207+
<string>image/gif</string>
208+
<string>image/jpeg</string>
209+
<string>image/png</string>
210+
<string>image/png8</string>
211+
</mimeFormats>
212+
<gridSubsets>
213+
<gridSubset>
214+
<gridSetName>EPSG:4326</gridSetName>
215+
<extent>
216+
<coords>
217+
<double>-129.6</double>
218+
<double>3.45</double>
219+
<double>-62.1</double>
220+
<double>70.9</double>
221+
</coords>
222+
</extent>
223+
</gridSubset>
224+
</gridSubsets>
225+
<expireCacheList>
226+
<expirationRule minZoom="0" expiration="60" />
227+
</expireCacheList>
228+
<expireClientsList>
229+
<expirationRule minZoom="0" expiration="500" />
230+
</expireClientsList>
231+
<wmsUrl>
232+
<string>http://demo.opengeo.org/geoserver/wms</string>
233+
</wmsUrl>
234+
<wmsLayers>nurc:Img_Sample,topp:states</wmsLayers>
235+
<transparent>false</transparent>
236+
<bgColor>0x0066FF</bgColor>
237+
</wmsLayer>
238+
-->
239+
</layers>
240+
241+
</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.

data/ssgf/wms.xml renamed to data_config/nasa/wms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<position>BOT_RIGHT</position>
4646
<transparency>0</transparency>
4747
</watermark>
48-
<interpolation>Nearest</interpolation>
48+
<interpolation>Bilinear</interpolation>
4949
<maxBuffer>25</maxBuffer>
5050
<maxRequestMemory>0</maxRequestMemory>
5151
<maxRenderingTime>0</maxRenderingTime>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<namespace>
2+
<id>NamespaceInfoImpl-78ff667e:12476299803:-8000</id>
3+
<prefix>it.geosolutions</prefix>
4+
<uri>http://www.geo-solutions.it</uri>
5+
</namespace>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<workspace>
2+
<id>WorkspaceInfoImpl-78ff667e:12476299803:-7fff</id>
3+
<name>it.geosolutions</name>
4+
</workspace>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<namespace>
2+
<id>NamespaceInfoImpl-78ff667e:12476299803:-7ffe</id>
3+
<prefix>topp</prefix>
4+
<uri>http://www.openplans.org/topp</uri>
5+
</namespace>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<workspace>
2+
<id>WorkspaceInfoImpl-78ff667e:12476299803:-7ffd</id>
3+
<name>topp</name>
4+
</workspace>

data_config/ssgf/README.rst

Lines changed: 23 additions & 0 deletions

data_config/ssgf/csw.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<csw>
2+
<id>csw</id>
3+
<enabled>true</enabled>
4+
<name>My GeoServer CSW</name>
5+
<title>My GeoServer CSW</title>
6+
<maintainer>http://geoserver.org/comm</maintainer>
7+
<abstrct>
8+
This is a description of your Catalog Services For The Web.
9+
</abstrct>
10+
<accessConstraints>NONE</accessConstraints>
11+
<fees>NONE</fees>
12+
<versions>
13+
<org.geotools.util.Version>
14+
<version>2.0.2</version>
15+
</org.geotools.util.Version>
16+
</versions>
17+
<keywords>
18+
<string>CSW</string>
19+
<string>Catalog Services For The Web</string>
20+
<string>GEOSERVER</string>
21+
</keywords>
22+
<citeCompliant>false</citeCompliant>
23+
<onlineResource>http://geoserver.org</onlineResource>
24+
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
25+
<verbose>false</verbose>
26+
</csw>

0 commit comments

Comments
 (0)