1. はじめに

QGIS Server is an open source WMS, WFS, OGC API for Features 1.0 (WFS3) and WCS implementation that, in addition, implements advanced cartographic features for thematic mapping. QGIS Server is a FastCGI/CGI (Common Gateway Interface) application written in C++ that works together with a web server (e.g., Apache, Nginx). It has Python plugin support allowing for fast and efficient development and deployment of new features.

QGISサーバーは、GISロジックのためのバックエンドとして、地図のレンダリングにQGISを使用しています。また、Qtライブラリは、グラフィックスおよびプラットフォームに依存しないC ++プログラミングのために使用されます。他のWMSのソフトウェアとは対照的に、QGISサーバーは、サーバーの構成およびユーザー定義の地図作成ルールの両方、設定言語として地図作成規則を使用します。

QGISのデスクトップとQGISサーバーは同じ可視化ライブラリを使用するように、ウェブ上で公開されている地図は、デスクトップGISと同じに見えます。

次のセクションでは、Linux(Debian、Ubuntuおよび派生物)とWindowsにQGISサーバをセットアップするためのサンプル構成を提供します。サーバプラグイン開発の詳細は QGIS Server and Python を参照。

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included in the section GNUフリー文書利用許諾契約書.