Skip to content

Commit

Permalink
Fri Jul 29 16:30:01 AEST 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcat7 committed Jul 29, 2016
1 parent 5179ca5 commit 867aee1
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 7 deletions.
2 changes: 1 addition & 1 deletion global.xml
Expand Up @@ -31,7 +31,7 @@
<queueType>UNBOUNDED</queueType>
<imageIOCacheThreshold>10240</imageIOCacheThreshold>
</coverageAccess>
<updateSequence>334</updateSequence>
<updateSequence>343</updateSequence>
<featureTypeCacheSize>0</featureTypeCacheSize>
<globalServices>true</globalServices>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
Expand Down
3 changes: 3 additions & 0 deletions workspaces/RLS/IMAS_RLS/SiteListQ/layer.xml
Expand Up @@ -6,6 +6,9 @@
<id>StyleInfoImpl--21071077:14b33c29d5b:-7ffd</id>
</defaultStyle>
<styles class="linked-hash-set">
<style>
<id>StyleInfoImpl--66150df:15634f52f9b:33ea</id>
</style>
<style>
<id>StyleInfoImpl--11c6b711:14d54d09959:-7ff9</id>
</style>
Expand Down
12 changes: 6 additions & 6 deletions workspaces/RLS/styles/RLS_Site_Clusters.sld
Expand Up @@ -6,11 +6,11 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NamedLayer>
<Name>RLS_Site_Clusters</Name>
<Name>RLS Site Clusters name</Name>
<UserStyle>
<!-- Styles can have names, titles and abstracts -->
<Title>RLS_Site_Clusters</Title>
<Abstract>RLS_Site_Clusters</Abstract>
<Title>RLS Site Clusters title</Title>
<Abstract>RLS Site Clusters abstract</Abstract>
<FeatureTypeStyle>
<Transformation>
<ogc:Function name="vec:PointStacker">
Expand Down Expand Up @@ -43,7 +43,7 @@
</Transformation>
<Rule>
<Name>rule1</Name>
<Title>Volcano</Title>
<Title>Site</Title>
<ogc:Filter>
<ogc:PropertyIsLessThanOrEqualTo>
<ogc:PropertyName>count</ogc:PropertyName>
Expand All @@ -64,7 +64,7 @@
</Rule>
<Rule>
<Name>rule29</Name>
<Title>2-9 Volcanoes</Title>
<Title>2-9 Sites</Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>count</ogc:PropertyName>
Expand Down Expand Up @@ -119,7 +119,7 @@
</Rule>
<Rule>
<Name>rule10</Name>
<Title>10 Volcanoes</Title>
<Title>10 Sites</Title>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>count</ogc:PropertyName>
Expand Down
12 changes: 12 additions & 0 deletions workspaces/RLS/styles/rls_site_clusters.xml
@@ -0,0 +1,12 @@
<style>
<id>StyleInfoImpl--66150df:15634f52f9b:-7428</id>
<name>rls_site_clusters</name>
<workspace>
<id>WorkspaceInfoImpl-43000ab6:14b33decb24:-7ffd</id>
</workspace>
<format>sld</format>
<languageVersion>
<version>1.0.0</version>
</languageVersion>
<filename>rls_site_clusters.sld</filename>
</style>
33 changes: 33 additions & 0 deletions workspaces/RLS/styles/sites.sld
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
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">

<NamedLayer>
<Name>Blue Point</Name>
<UserStyle>
<Title>A simple default style</Title>
<FeatureTypeStyle>
<Rule>
<Name>Rule 1</Name>
<Title>BlueSquare</Title>
<Abstract>A blue fill with an 11 pixel size</Abstract>
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Fill>
<CssParameter name="fill">#3399CC</CssParameter>
</Fill>
</Mark>
<Size>11</Size>
</Graphic>
</PointSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
12 changes: 12 additions & 0 deletions workspaces/RLS/styles/sites.xml
@@ -0,0 +1,12 @@
<style>
<id>StyleInfoImpl--66150df:15634f52f9b:33ea</id>
<name>sites</name>
<workspace>
<id>WorkspaceInfoImpl-43000ab6:14b33decb24:-7ffd</id>
</workspace>
<format>sld</format>
<languageVersion>
<version>1.0.0</version>
</languageVersion>
<filename>sites.sld</filename>
</style>

0 comments on commit 867aee1

Please sign in to comment.