Skip to content

Commit

Permalink
Fri Sep 10 16:00:01 AEST 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto authored and gitauto committed Sep 10, 2021
1 parent 7a9e0d5 commit 1381d18
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.xml
Expand Up @@ -70,7 +70,7 @@
<queueType>UNBOUNDED</queueType>
<imageIOCacheThreshold>10240</imageIOCacheThreshold>
</coverageAccess>
<updateSequence>12007</updateSequence>
<updateSequence>12022</updateSequence>
<featureTypeCacheSize>0</featureTypeCacheSize>
<globalServices>true</globalServices>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
Expand Down
@@ -0,0 +1,68 @@
<featureType>
<id>FeatureTypeInfoImpl-25b7d820:17bb800735e:-731c</id>
<name>SeamapAus_BOUNDARIES_Aus_EEZ</name>
<nativeName>SeamapAus_BOUNDARIES_Aus_EEZ</nativeName>
<namespace>
<id>NamespaceInfoImpl-513dc49c:1562676d393:-5689</id>
</namespace>
<title>Australian Exclusive Economic Zone (EEZ) - v11</title>
<keywords>
<string>features</string>
<string>SeamapAus_BOUNDARIES_Aus_EEZ</string>
</keywords>
<nativeCRS class="projected">PROJCS[&quot;GDA94 / Geoscience Australia Lambert&quot;,
GEOGCS[&quot;GDA94&quot;,
DATUM[&quot;Geocentric Datum of Australia 1994&quot;,
SPHEROID[&quot;GRS 1980&quot;, 6378137.0, 298.257222101, AUTHORITY[&quot;EPSG&quot;,&quot;7019&quot;]],
TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
AUTHORITY[&quot;EPSG&quot;,&quot;6283&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;4283&quot;]],
PROJECTION[&quot;Lambert_Conformal_Conic_2SP&quot;, AUTHORITY[&quot;EPSG&quot;,&quot;9802&quot;]],
PARAMETER[&quot;central_meridian&quot;, 134.0],
PARAMETER[&quot;latitude_of_origin&quot;, 0.0],
PARAMETER[&quot;standard_parallel_1&quot;, -18.0],
PARAMETER[&quot;false_easting&quot;, 0.0],
PARAMETER[&quot;false_northing&quot;, 0.0],
PARAMETER[&quot;scale_factor&quot;, 1.0],
PARAMETER[&quot;standard_parallel_2&quot;, -36.0],
UNIT[&quot;m&quot;, 1.0],
AXIS[&quot;Easting&quot;, EAST],
AXIS[&quot;Northing&quot;, NORTH],
AUTHORITY[&quot;EPSG&quot;,&quot;3112&quot;]]</nativeCRS>
<srs>EPSG:3112</srs>
<nativeBoundingBox>
<minx>-4738819.815074982</minx>
<maxx>3599229.9623495843</maxx>
<miny>-7539617.799051624</miny>
<maxy>-1047229.4801494505</maxy>
<crs class="projected">EPSG:3112</crs>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>-177.82130638252463</minx>
<maxx>179.66696609555783</maxx>
<miny>-64.30029369449656</miny>
<maxy>-2.3590170360989897</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<advertised>true</advertised>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl-513dc49c:1562676d393:-5684</id>
</store>
<serviceConfiguration>false</serviceConfiguration>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<padWithZeros>false</padWithZeros>
<forcedDecimal>false</forcedDecimal>
<overridingServiceSRS>false</overridingServiceSRS>
<skipNumberMatched>false</skipNumberMatched>
<circularArcPresent>false</circularArcPresent>
</featureType>
@@ -0,0 +1,15 @@
<layer>
<name>SeamapAus_BOUNDARIES_Aus_EEZ</name>
<id>LayerInfoImpl-25b7d820:17bb800735e:-731b</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl--570ae188:124761b8d78:-7ff1</id>
</defaultStyle>
<resource class="featureType">
<id>FeatureTypeInfoImpl-25b7d820:17bb800735e:-731c</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
</layer>
26 changes: 26 additions & 0 deletions workspaces/seamap/styles/EEZ.sld
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
<NamedLayer>
<Name>Aus EEZ</Name>
<UserStyle>
<Name>Bordered light grey fill fill</Name>
<FeatureTypeStyle>
<Rule>
<Title>Australian EEZ</Title>
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">#DDDDDD</CssParameter>
<CssParameter name="fill-opacity">0.65</CssParameter>
</Fill>
<Stroke>
<CssParameter name="stroke">#000000</CssParameter>
<CssParameter name="stroke-width">1.5</CssParameter>
</Stroke>
</PolygonSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
12 changes: 12 additions & 0 deletions workspaces/seamap/styles/EEZ.xml
@@ -0,0 +1,12 @@
<style>
<id>StyleInfoImpl-25b7d820:17bb800735e:-7316</id>
<name>EEZ</name>
<workspace>
<id>WorkspaceInfoImpl-513dc49c:1562676d393:-568a</id>
</workspace>
<format>sld</format>
<languageVersion>
<version>1.0.0</version>
</languageVersion>
<filename>EEZ.sld</filename>
</style>

0 comments on commit 1381d18

Please sign in to comment.