Difference between revisions of "Layer Symbology"

From GapWiki
Jump to: navigation, search
Line 1: Line 1:
The Symbology tools/functions is based on supported styles by geoserver. Please consult with [http://docs.geoserver.org/latest/en/user/styling/sld-cookbook GeoServer User manual] for more information.
+
The Symbology tools/functions are based on supported styles by geoserver. Please consult with [http://docs.geoserver.org/latest/en/user/styling/sld-cookbook GeoServer User manual] for more information.
  
 
==Coverage Symbology==
 
==Coverage Symbology==
Line 13: Line 13:
 
===Statistics===
 
===Statistics===
 
   Generates a cumulative distribution of selected coverage/raster.
 
   Generates a cumulative distribution of selected coverage/raster.
 +
===Type===
 +
  Default '''Type''' is Interpolation ("ramp"). To select the appropriate type please refer to [http://docs.geoserver.org/latest/en/user/styling/sld-reference/rastersymbolizer.html#syntax  ColorMap type].
 +
  '''Note:''' If you select '''type''' intervals, the first rule in the table should refer to '''No Data Value''' of the coverage.
  
 +
===Apply===
 +
  To apply new rules press '''Apply''' button. If layer is already added to the map, it will be refreshed automatically.
 
==Point Symbology==
 
==Point Symbology==
  

Revision as of 03:12, 2 July 2026

The Symbology tools/functions are based on supported styles by geoserver. Please consult with GeoServer User manual for more information.

Coverage Symbology

File:Symbology Raster.JPG

Add Rule

  Adds a default rule to the table. 

Remove Rule

  Select a Rule (table row) and press remove button.

Statistics

  Generates a cumulative distribution of selected coverage/raster.

Type

 Default Type is Interpolation ("ramp"). To select the appropriate type please refer to ColorMap type.
 Note: If you select type intervals, the first rule in the table should refer to No Data Value of the coverage.

Apply

 To apply new rules press Apply button. If layer is already added to the map, it will be refreshed automatically.

Point Symbology

File:Symbology Point.JPG

Polygon Symbology

To be Developed