geoserver/ geoserver Open Source

Open-source Java-based web server that allows users to share and edit geospatial data. Official OGC WMS, WFS, WCS reference implementation.

Java 84.2%
JavaScript 6.1%
CSS 3.4%
HTML 2.8%
Code
Issues 142
Pull requests 38
Actions
Projects
Wiki
Security
Insights
geoserver / geoserver Code
๐Ÿ“.githubchore: update CI workflow templates2 days ago
๐Ÿ“communityfeat: add plugin sandboxing support5 hours ago
๐Ÿ“docdocs: clarify WFS-T transaction limits1 week ago
๐Ÿ“extensionfix: memory leak in feature store cache3 days ago
๐Ÿ“javarefactor: optimize gridset resolution handling12 hours ago
๐Ÿ“releasechore: prepare 2.25.3 release candidate4 days ago
๐Ÿ“webui: modernize layer preview modal6 days ago
๐Ÿ“„README.mddocs: update installation instructions2 weeks ago
๐Ÿ“„pom.xmldeps: upgrade to Netty 4.1.1081 day ago
๐Ÿ“„LICENSEinit: add LGPL-2.1 license3 years ago

GeoServer

๐ŸŸข Build Passing ๐Ÿ“ฆ Maven Central ๐Ÿ“œ LGPL-2.1 ๐Ÿ™ 22k Stars

GeoServer is an open source Java software server that allows users to share and edit geospatial data. It is sponsored by the Open Source Geospatial Foundation, and is itself open source software, released under the GNU Lesser General Public License (LGPL).

Features

  • OGC compliant WMS, WFS, WCS, and WMTS server
  • Support for PostGIS, Oracle Spatial, GeoPackage, Shapefile, KML, and more
  • Dynamic layer styling with SLD and CSS
  • Advanced authentication and security controls
  • Plugin architecture for extensibility

Quick Start

git clone https://github.com/geoserver/geoserver.git
cd geoserver/java
docker run -p 8080:8080 osgeo/geoserver:2.25.3

For detailed documentation, visit docs.geoserver.org. Contributions are welcome! Please read our CONTRIBUTING.md before opening a PR.