Skip to content

Commit

Permalink
[GEOS-9409] AA rev 1
Browse files Browse the repository at this point in the history
  • Loading branch information
imranrajjad committed Nov 25, 2019
1 parent 944b0fd commit 99ca9f4
Show file tree
Hide file tree
Showing 68 changed files with 153 additions and 155 deletions.
2 changes: 1 addition & 1 deletion data/app-schema-tutorial/styles/default_line.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A boring default style</Title>
<Title>Green Line</Title>
<Abstract>A sample style that just prints out a green line</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for lines -->
Expand Down
4 changes: 2 additions & 2 deletions data/app-schema-tutorial/styles/default_point.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A boring default style</Title>
<Title>Red Square point</Title>
<Abstract>A sample style that just prints out a purple square</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for points -->
Expand All @@ -21,7 +21,7 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedSquare</Title>
<Title>Red Square point</Title>
<Abstract>A red fill with an 11 pixel size</Abstract>

<!-- like a linesymbolizer but with a fill too -->
Expand Down
6 changes: 3 additions & 3 deletions data/app-schema-tutorial/styles/default_polygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A boring default style</Title>
<Title>Grey Polygon</Title>
<Abstract>A sample style that just prints out a transparent red interior with a red outline</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for polygons -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedFill RedOutline</Title>
<Abstract>50% transparent red fill with a red outline 1 pixel in width</Abstract>
<Title>Grey Polygon</Title>
<Abstract>opaque grey fill with a black outline 1 pixel in width</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PolygonSymbolizer>
Expand Down
2 changes: 1 addition & 1 deletion data/app-schema-tutorial/styles/raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A sample default style</Title>
<Title>Opaque Raster</Title>
<Abstract>A sample style for rasters</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
Expand Down
2 changes: 1 addition & 1 deletion data/citecsw-2.0.2/styles/default_line.sld
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- a Named Layer is the basic building block of an SLD document -->
<NamedLayer>
<Name>default_line</Name>
<Name>Blue Line</Name>
<UserStyle>
<!-- Styles can have names, titles and abstracts -->
<Title>Default Line</Title>
Expand Down
4 changes: 2 additions & 2 deletions data/citecsw-2.0.2/styles/default_point.sld
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<Name>default_point</Name>
<UserStyle>
<!-- Styles can have names, titles and abstracts -->
<Title>Default Point</Title>
<Title>Red Square point</Title>
<Abstract>A sample style that draws a point</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- A FeatureTypeStyle for rendering points -->
<FeatureTypeStyle>
<Rule>
<Name>rule1</Name>
<Title>Red Square</Title>
<Title>Red Square point</Title>
<Abstract>A 6 pixel square with a red fill and no stroke</Abstract>
<PointSymbolizer>
<Graphic>
Expand Down
4 changes: 2 additions & 2 deletions data/citecsw-2.0.2/styles/default_polygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<Name>default_polygon</Name>
<UserStyle>
<!-- Styles can have names, titles and abstracts -->
<Title>Default Polygon</Title>
<Title>Grey Polygon</Title>
<Abstract>A sample style that draws a polygon</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- A FeatureTypeStyle for rendering polygons -->
<FeatureTypeStyle>
<Rule>
<Name>rule1</Name>
<Title>Gray Polygon with Black Outline</Title>
<Title>Grey Polygon with Black Outline</Title>
<Abstract>A polygon with a gray fill and a 1 pixel black outline</Abstract>
<PolygonSymbolizer>
<Fill>
Expand Down
2 changes: 1 addition & 1 deletion data/citecsw-2.0.2/styles/raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Name>default_raster</Name>
<UserStyle>
<!-- Styles can have names, titles and abstracts -->
<Title>Default Raster</Title>
<Title>Opaque Raster</Title>
<Abstract>A sample style that draws a raster, good for displaying imagery</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- A FeatureTypeStyle for rendering rasters -->
Expand Down
6 changes: 3 additions & 3 deletions data/citensg-1.0/styles/default_generic.sld
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<FeatureTypeStyle>
<Rule>
<Name>raster</Name>
<Title>raster</Title>
<Title>Opaque Raster</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="isCoverage"/>
Expand Down Expand Up @@ -47,7 +47,7 @@
</Rule>
<Rule>
<Name>Line</Name>
<Title>Line</Title>
<Title>Blue Line</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="dimension">
Expand All @@ -65,7 +65,7 @@
</Rule>
<Rule>
<Name>point</Name>
<Title>Point</Title>
<Title>Red Square Point</Title>
<ElseFilter/>
<PointSymbolizer>
<Graphic>
Expand Down
6 changes: 3 additions & 3 deletions data/citensg-1.0/styles/default_line.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>Green Line</Title>
<Title>Blue Line</Title>
<Abstract>A sample style that just prints out a green line</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for lines -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>Green Line</Title>
<Abstract>A green line with a 2 pixel width</Abstract>
<Title>Blue Line</Title>
<Abstract>A blue line with a 1 pixel width</Abstract>

<!-- like a polygonsymbolizer -->
<LineSymbolizer>
Expand Down
6 changes: 3 additions & 3 deletions data/citensg-1.0/styles/default_point.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple default style</Title>
<Title>Red Square point</Title>
<Abstract>A sample style that just prints out a purple square</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for points -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedSquare</Title>
<Abstract>A red fill with an 11 pixel size</Abstract>
<Title>Red Square point</Title>
<Abstract>A red square with 6 size</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PointSymbolizer>
Expand Down
6 changes: 3 additions & 3 deletions data/citensg-1.0/styles/default_polygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple default style</Title>
<Title>Grey Polygon</Title>
<Abstract>A sample style that just prints out a transparent red interior with a red outline</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for polygons -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedFill RedOutline</Title>
<Abstract>50% transparent red fill with a red outline 1 pixel in width</Abstract>
<Title>Grey Polygon and Black Outline</Title>
<Abstract>Grey fill with a black outline 1 pixel in width</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PolygonSymbolizer>
Expand Down
2 changes: 1 addition & 1 deletion data/citensg-1.0/styles/default_raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A simple default style</Title>
<Title>Opaque Raster</Title>
<Abstract>A sample style for rasters</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
Expand Down
4 changes: 2 additions & 2 deletions data/citensg-1.0/styles/raster_with_scales.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A simple default style</Title>
<Abstract>A sample style for rasters</Abstract>
<Title>Opaque Raster</Title>
<Abstract>A sample style for rasters visible between 300000 and 1000000 map scale</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
<Rule>
Expand Down
2 changes: 1 addition & 1 deletion data/citewcs-1.0/styles/raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A simple default style</Title>
<Title>Opaque Raster</Title>
<Abstract>A sample style for rasters</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
Expand Down
8 changes: 4 additions & 4 deletions data/citewcs-1.1/styles/default_line.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple default style</Title>
<Abstract>A sample style that just prints out a green line</Abstract>
<Title>Blue Line</Title>
<Abstract>A sample style that just prints out a blue line</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for lines -->

<FeatureTypeStyle>
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>Green Line</Title>
<Abstract>A green line with a 2 pixel width</Abstract>
<Title>Blue Line</Title>
<Abstract>A blue line</Abstract>

<!-- like a polygonsymbolizer -->
<LineSymbolizer>
Expand Down
8 changes: 4 additions & 4 deletions data/citewcs-1.1/styles/default_point.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple default style</Title>
<Abstract>A sample style that just prints out a purple square</Abstract>
<Title>Red Square point</Title>
<Abstract>A sample style that just prints out a red square</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for points -->

<FeatureTypeStyle>
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedSquare</Title>
<Abstract>A red fill with an 11 pixel size</Abstract>
<Title>Red Square point</Title>
<Abstract>A red fill with 6 pixel size</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PointSymbolizer>
Expand Down
6 changes: 3 additions & 3 deletions data/citewcs-1.1/styles/default_polygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple default style</Title>
<Title>Grey Polygon</Title>
<Abstract>A sample style that just prints out a transparent red interior with a red outline</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for polygons -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedFill RedOutline</Title>
<Abstract>50% transparent red fill with a red outline 1 pixel in width</Abstract>
<Title>Grey Fill and Black Outline</Title>
<Abstract>Grey fill with a black outline 1 pixel in width</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PolygonSymbolizer>
Expand Down
2 changes: 1 addition & 1 deletion data/citewcs-1.1/styles/raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A simple default style</Title>
<TitleOpaque Raster</Title>
<Abstract>A sample style for rasters</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
Expand Down
8 changes: 4 additions & 4 deletions data/citewfs-2.0/styles/default_generic.sld
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<FeatureTypeStyle>
<Rule>
<Name>raster</Name>
<Title>raster</Title>
<Title>Opaque Raster</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="isCoverage"/>
Expand All @@ -26,7 +26,7 @@
</Rule>
<Rule>
<Name>Polygon</Name>
<Title>Polygon</Title>
<Title>Grey Polygon</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="dimension">
Expand All @@ -47,7 +47,7 @@
</Rule>
<Rule>
<Name>Line</Name>
<Title>Line</Title>
<Title>Blue Line</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:Function name="dimension">
Expand All @@ -65,7 +65,7 @@
</Rule>
<Rule>
<Name>point</Name>
<Title>Point</Title>
<Title>Red Square Point</Title>
<ElseFilter/>
<PointSymbolizer>
<Graphic>
Expand Down
6 changes: 3 additions & 3 deletions data/citewfs-2.0/styles/default_line.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple green line</Title>
<Title>Blue Line</Title>
<Abstract>A sample style that just prints out a green line</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for lines -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>Green Line</Title>
<Abstract>A green line with a 2 pixel width</Abstract>
<Title>Blue Line</Title>
<Abstract>A blue line</Abstract>

<!-- like a polygonsymbolizer -->
<LineSymbolizer>
Expand Down
6 changes: 3 additions & 3 deletions data/citewfs-2.0/styles/default_point.sld
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<UserStyle>
<!-- they have names, titles and abstracts -->

<Title>A simple red square</Title>
<Title>Red Square Point</Title>
<Abstract>A sample style that just prints out a red square</Abstract>
<!-- FeatureTypeStyles describe how to render different features -->
<!-- a feature type for points -->
Expand All @@ -21,8 +21,8 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>RedSquare</Title>
<Abstract>A red fill with an 11 pixel size</Abstract>
<Title>Red Square Point</Title>
<Abstract>A red square of 6 pixel size</Abstract>

<!-- like a linesymbolizer but with a fill too -->
<PointSymbolizer>
Expand Down
2 changes: 1 addition & 1 deletion data/citewfs-2.0/styles/default_polygon.sld
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!--FeatureTypeName>Feature</FeatureTypeName-->
<Rule>
<Name>Rule 1</Name>
<Title>GreyFill BlackOutline</Title>
<Title>Grey Fill and Black Outline</Title>
<Abstract>Grey fill with a black outline 1 pixel in width</Abstract>

<!-- like a linesymbolizer but with a fill too -->
Expand Down
2 changes: 1 addition & 1 deletion data/citewfs-2.0/styles/default_raster.sld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd" version="1.0.0">
<Name>raster_layer</Name>
<UserStyle>
<Name>raster</Name>
<Title>A simple default style</Title>
<Title>Opaque Raster</Title>
<Abstract>A sample style for rasters</Abstract>
<FeatureTypeStyle>
<FeatureTypeName>Feature</FeatureTypeName>
Expand Down
2 changes: 1 addition & 1 deletion data/citewms-1.1/styles/Bridges.sld
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Rule>
<Name>name</Name>
<Abstract>Abstract</Abstract>
<Title>title</Title>
<Title>Grey Square Point</Title>
<PointSymbolizer>
<Graphic>
<Size>
Expand Down
Loading

0 comments on commit 99ca9f4

Please sign in to comment.