Developers | Boundless Spatial, GeoSolutions, Refractions Research |
Year started | 2001 |
Stable release | 2.19.1 - 22 May 2021 |
Written in | Java |
Operating System | Linux, MS-Windows, macOS, POSIX compliant systems |
Type | Geographic information system |
Geoserver is OWS server. That is a server side application that can serve maps using standards like WMS and WFS.
Geoserver includes a web admin interface where you can style the layers or preview it.
The layer preview uses openlayers (and other techniques) to show a representation of the layers.
Format | Description |
---|---|
KML | Keyhole Markup Language - XML-based language schema for expressing geographic data in an Earth browser (eg: Google Earth / Google Maps) |
JPEG | WMS output in raster format. A compressed graphic file format, with some loss of quality due to compression. |
SVG (Scalabale Vector Graphics) | WMS output in vector format. A language for modeling two-dimensional graphics in XML. |
Format | Description |
---|---|
OpenLayers | WMS GetMap request outputs a simple OpenLayers preview window. The OpenLayers output has some advanced filters that are not available when using a standalone version of OpenLayers |
Encapsulates a complete description of a fixed-layout 2D document, including any text, fonts, rester images, and 2D vector graphics. |
Format | Description |
---|---|
AtomPub(Atom Publishing Protocol) | WMS output of spatial data in XML format. ) Aapplication-level protocol for publishing and editing Web Resources using HTTP and XML. Atom allows subscription of geo data. |
GeoRss(Rich Site Summary) | WMS GetMap request output of vector data in XML. XML format for delivering regularly changing web content |
Format | Description |
---|---|
GeoJSON | JSON is a lightweight data-interchange format based on the JavaScript programming language. This makes it an ideal interchange format for browser based applications since it can be parsed directly and easily in to javascript. GeoJSON is a plain text output format that add geographic types to JSON. |
CSV(Comma Separated Values) | WFS GetFeature output in comma-delimited text. Data values in each row are separated by commas. GeoServer’s CSVs are fully streaming, with no limitation on the amount of data that can be outputted. |