GeoServer / GeoServer
Branch: main
| Name | Latest commit message | Commit date |
|---|---|---|
| 📂 data | a4f2c1b add sample shapefiles for WFS testing | Oct 24, 2024 |
| 📂 docs | 88e1d4f update installation guide for v2.26.0 | Oct 23, 2024 |
| 📂 extension | b9c3a2e fix vector tile rendering regression | Oct 22, 2024 |
| 📂 src | f7d91c2 merge OGC API Features 1.0 support | Oct 21, 2024 |
| 📄 .gitignore | c21a4b9 cleanup build artifacts | Sep 15, 2024 |
| 📊 LICENSE | e55f8a1 initial commit | Jul 12, 2004 |
| 📊 README.md | 1d9c3f4 update project description and badges | Oct 25, 2024 |
| 📊 build.xml | 6b2e8d1 migrate to modern ant targets | Aug 30, 2024 |
📄
README.md
GeoServer
✓ Tests Passing
★ 12.4k
🛒 LGPL-2.1
🔍 2004
GeoServer is an open source server for sharing geospatial data. It is written in Java and is designed to allow users to share and edit geospatial data from any major platform. GeoServer is a community-driven project with active development and a large user base.
🚀 Features
- OGC Standards: Full support for WMS, WFS, WCS, WPS, CSW, and OGC API - Features
- Data Formats: Shapefiles, GeoTIFF, PostGIS, Oracle, SQL Server, MapInfo, GeoPackage, and more
- Security: Role-based access control, SAML, OAuth2, LDAP/AD integration
- Extensions: Vector tiles, 3D rendering, clustering, geofencing, and WMTS
- Plugin Architecture: Modular design allowing custom modules and filters
🛠️ Quick Start
git clone https://github.com/GeoServer/GeoServer.git
cd GeoServer
mvn clean install -DskipTests
java -jar web/app/target/geoserver-web-app.jar
Visit http://localhost:8080/geoserver to launch the web admin interface.
👥️ Contributing
We welcome contributions! Please read our CONTRIBUTING.md and Code of Conduct before submitting pull requests. Join the GeoServer Users & Developers Mailing Lists for support and discussions.
📄 License
Distributed under the GNU Lesser General Public License v2.1. See LICENSE for details.