Skip to content

Commit

Permalink
Mon Apr 20 17:00:01 AEST 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcat7 committed Apr 20, 2015
1 parent 349d5cc commit cb0779d
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.xml
Expand Up @@ -31,7 +31,7 @@
<queueType>UNBOUNDED</queueType>
<imageIOCacheThreshold>10240</imageIOCacheThreshold>
</coverageAccess>
<updateSequence>201</updateSequence>
<updateSequence>209</updateSequence>
<featureTypeCacheSize>0</featureTypeCacheSize>
<globalServices>true</globalServices>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
Expand Down
Expand Up @@ -48,7 +48,7 @@
AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<enabled>false</enabled>
<store class="dataStore">
<id>DataStoreInfoImpl-7beaab6a:13ec9b3301c:-151a</id>
</store>
Expand Down
@@ -0,0 +1,72 @@
<featureType>
<id>FeatureTypeInfoImpl-3c8070a5:14cd58f0412:-894</id>
<name>IWT_GEOSERVER_SAMPLE_VIEW_2</name>
<nativeName>IWT_GEOSERVER_SAMPLE_VIEW_2</nativeName>
<namespace>
<id>NamespaceInfoImpl-4c2d46e6:138d5271d9a:-7fdb</id>
</namespace>
<title>Nearshore temperature monitoring in Tasmanian coastal waters</title>
<keywords>
<string>IWT_GEOSERVER_SAMPLE_VIEW_2</string>
<string>features</string>
</keywords>
<metadataLinks>
<metadataLink>
<type>text/plain</type>
<metadataType>19139</metadataType>
<content>http://metadata.imas.utas.edu.au/geonetwork/srv/en/metadata.show?uuid=71fd0720-44a6-11dc-8cd0-00188b4c0af8</content>
</metadataLink>
</metadataLinks>
<nativeCRS>GEOGCS[&quot;WGS 84&quot;,
DATUM[&quot;World Geodetic System 1984&quot;,
SPHEROID[&quot;WGS 84&quot;, 6378137.0, 298.257223563, AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],
AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],
PRIMEM[&quot;Greenwich&quot;, 0.0, AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],
UNIT[&quot;degree&quot;, 0.017453292519943295],
AXIS[&quot;Geodetic longitude&quot;, EAST],
AXIS[&quot;Geodetic latitude&quot;, NORTH],
AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]</nativeCRS>
<srs>EPSG:4326</srs>
<nativeBoundingBox>
<minx>144.608199</minx>
<maxx>148.346681</maxx>
<miny>-43.593931</miny>
<maxy>-39.209919</maxy>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>144.608199</minx>
<maxx>148.346681</maxx>
<miny>-43.593931</miny>
<maxy>-39.209919</maxy>
<crs>GEOGCS[&quot;WGS84(DD)&quot;,
DATUM[&quot;WGS84&quot;,
SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]],
PRIMEM[&quot;Greenwich&quot;, 0.0],
UNIT[&quot;degree&quot;, 0.017453292519943295],
AXIS[&quot;Geodetic longitude&quot;, EAST],
AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="time">
<dimensionInfo>
<enabled>false</enabled>
<defaultValue/>
</dimensionInfo>
</entry>
<entry key="cachingEnabled">false</entry>
<entry key="elevation">
<dimensionInfo>
<enabled>false</enabled>
</dimensionInfo>
</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl-7beaab6a:13ec9b3301c:-151a</id>
</store>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<overridingServiceSRS>false</overridingServiceSRS>
<circularArcPresent>false</circularArcPresent>
</featureType>
@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<filters>
<filter>
<name>REGION_DESCRIPTION</name>
<type>string</type>
<label>Region</label>
<visualised>true</visualised>
<excludedFromDownload>false</excludedFromDownload>
</filter>
<filter>
<name>SITE_NAME</name>
<type>string</type>
<label>Site Name</label>
<visualised>true</visualised>
<excludedFromDownload>false</excludedFromDownload>
</filter>
<filter>
<name>GEOM</name>
<type>geometrypropertytype</type>
<label>GEOM</label>
<visualised>true</visualised>
<excludedFromDownload>false</excludedFromDownload>
</filter>
<filter>
<name>DATETIME_LOCAL</name>
<type>datetime</type>
<label>DATETIME</label>
<visualised>true</visualised>
<excludedFromDownload>false</excludedFromDownload>
</filter>
</filters>
@@ -0,0 +1,15 @@
<layer>
<name>IWT_GEOSERVER_SAMPLE_VIEW_2</name>
<id>LayerInfoImpl-3c8070a5:14cd58f0412:-893</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl--21071077:14b33c29d5b:-7ffd</id>
</defaultStyle>
<resource class="featureType">
<id>FeatureTypeInfoImpl-3c8070a5:14cd58f0412:-894</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
</layer>

0 comments on commit cb0779d

Please sign in to comment.