Skip to content

Glossary of Termsยถ

Unsure what a workspace, store, or GetCapabilities request means? This glossary explains key GeoServer concepts to help you navigate the platform confidently.


Term Description
๐Ÿ“ Workspace A container in GeoServer used to group related stores and layers, often named for a specific project or data theme.
๐Ÿ—„๏ธ Store Defines how GeoServer connects to your data source (e.g., shapefiles, PostGIS, GeoTIFF). Each store belongs to a workspace.
๐Ÿ—บ๏ธ Layer A published dataset in GeoServer, made available through OGC services like WMS, WFS, or WCS.
๐Ÿ“š Layer Group A collection of layers combined into a single map view with a specified drawing order and shared styles.
๐ŸŽจ Style An SLD or CSS document that defines how data is visually renderedโ€”colors, symbols, line thickness, and opacity.
๐ŸŒ SRS / CRS Spatial Reference System (or Coordinate Reference System) that defines how coordinates map to real-world locations (e.g., EPSG:4326).
๐Ÿ–ผ๏ธ Web Map Service (WMS) An OGC service that delivers map images of spatial data on demand.
๐Ÿ“‚ Web Feature Service (WFS) An OGC service that returns vector data in formats like GeoJSON, GML, or Shapefile.
๐Ÿ–จ๏ธ Web Coverage Service (WCS) An OGC service for retrieving raster data as coverages for further analysis.
๐Ÿ“ GetCapabilities A request returning an XML document describing a serviceโ€™s available layers, operations, and parameters.
๐Ÿ—บ๏ธ GetMap A WMS request that returns a map image based on specified layers, bounding box, style, and output format.
๐Ÿ”„ Reprojection The process of transforming spatial data from one coordinate reference system to another.
โš™๏ธ GeoWebCache A tile caching server integrated with GeoServer that speeds up map delivery by serving pre-rendered tiles.
๐Ÿ“ฆ Feature Type A schema definition for vector data in GeoServer, describing geometry type and attribute structure.
๐Ÿ—œ๏ธ Coverage A term used for raster data in GeoServer, representing continuous data such as satellite imagery or elevation models.