geoserver / geoserver
Code
| ๐ | .github | chore: update CI workflow templates | 2 days ago |
| ๐ | community | feat: add plugin sandboxing support | 5 hours ago |
| ๐ | doc | docs: clarify WFS-T transaction limits | 1 week ago |
| ๐ | extension | fix: memory leak in feature store cache | 3 days ago |
| ๐ | java | refactor: optimize gridset resolution handling | 12 hours ago |
| ๐ | release | chore: prepare 2.25.3 release candidate | 4 days ago |
| ๐ | web | ui: modernize layer preview modal | 6 days ago |
| ๐ | README.md | docs: update installation instructions | 2 weeks ago |
| ๐ | pom.xml | deps: upgrade to Netty 4.1.108 | 1 day ago |
| ๐ | LICENSE | init: add LGPL-2.1 license | 3 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.