This documentation is a work in progress. For the Long Term Release and translations, please visit the latest version.
QGIS Documentation Logo
testing
Index

For Users

  • QGIS Desktop User Guide/Manual (QGIS Testing)
  • QGIS Server Guide/Manual (QGIS Testing)
    • 1. Introduction
    • 2. Getting Started
    • 3. Services
      • 3.1. Basics
      • 3.2. Web Map Service (WMS)
      • 3.3. Web Feature Service (WFS)
      • 3.4. Web Coverage Service (WCS)
      • 3.5. Web Map Tile Service (WMTS)
      • 3.6. OGC API Features
    • 4. Catalog
    • 5. Plugins
    • 6. Advanced configuration
    • 7. Development Server
    • 8. Containerized deployment
    • 9. Frequently Asked Question
  • Training Manual
  • A Gentle Introduction to GIS

For Writers

  • Documentation Guidelines

For Developers

  • PyQGIS Cookbook (QGIS Testing)
  • Developers Guide
QGIS Documentation
  • »
  • QGIS Server Guide/Manual »
  • 3. Services
  • Edit on GitHub
Previous Next

3. Services

QGIS Server is able to serve data according to standard protocols as described by the Open Geospatial Consortium (OGC):

  • WMS 1.1.1 and 1.3.0

  • WFS 1.0.0 and 1.1.0

  • OGC API - Features (WFS3)

  • WCS 1.0.0 and 1.1.1

  • WMTS 1.0.0

Extra vendor parameters and requests are supported in addition to the original standard that greatly enhance the possibilities of customizing its behavior thanks to the QGIS rendering engine.

  • 3.1. Basics
    • 3.1.1. SERVICE
    • 3.1.2. REQUEST
    • 3.1.3. MAP
    • 3.1.4. FILE_NAME
    • 3.1.5. Short name
  • 3.2. Web Map Service (WMS)
    • 3.2.1. GetCapabilities
    • 3.2.2. GetMap
    • 3.2.3. GetFeatureInfo
    • 3.2.4. GetLegendGraphics
    • 3.2.5. GetStyle(s)
    • 3.2.6. DescribeLayer
    • 3.2.7. GetPrint
    • 3.2.8. GetProjectSettings
    • 3.2.9. GetSchemaExtension
    • 3.2.10. External WMS layers
    • 3.2.11. Redlining
  • 3.3. Web Feature Service (WFS)
    • 3.3.1. GetCapabilities
    • 3.3.2. GetFeature
    • 3.3.3. DescribeFeatureType
    • 3.3.4. Transaction
  • 3.4. Web Coverage Service (WCS)
    • 3.4.1. GetCapabilities
    • 3.4.2. DescribeCoverage
    • 3.4.3. GetCoverage
  • 3.5. Web Map Tile Service (WMTS)
    • 3.5.1. GetCapabilities
    • 3.5.2. GetTile
    • 3.5.3. GetFeatureInfo
  • 3.6. OGC API Features
    • 3.6.1. Resource representation
    • 3.6.2. Endpoints
    • 3.6.3. Pagination
    • 3.6.4. Feature filtering
    • 3.6.5. Feature sorting
    • 3.6.6. Attribute selection
    • 3.6.7. Customize the HTML pages
Previous Next

© Copyright 2002-now, QGIS project. Last updated on Aug 16, 2022 19:00.

Built with Sphinx using a theme provided by Read the Docs.
QGIS Documentation v: testing
Languages
en
Versions
testing
latest
3.22
3.16
3.10
3.4
2.18
2.14
2.8
2.6
2.2
2.0
1.8
Downloads
PDF
HTML
Contribute to Docs
Edit on GitHub
Report Issue
On QGIS Project
Home
C++ API
PyQGIS API
Source