▼ main
⭐ 12.4k 🤤 3.2k
https://github.com/GeoServer/GeoServer.git
GeoServer / GeoServer Branch: main
Name Latest commit message Commit date
📂 dataa4f2c1b add sample shapefiles for WFS testingOct 24, 2024
📂 docs88e1d4f update installation guide for v2.26.0Oct 23, 2024
📂 extensionb9c3a2e fix vector tile rendering regressionOct 22, 2024
📂 srcf7d91c2 merge OGC API Features 1.0 supportOct 21, 2024
📄 .gitignorec21a4b9 cleanup build artifactsSep 15, 2024
📊 LICENSEe55f8a1 initial commitJul 12, 2004
📊 README.md1d9c3f4 update project description and badgesOct 25, 2024
📊 build.xml6b2e8d1 migrate to modern ant targetsAug 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.