[QGIS Commit] r15644 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 30 14:53:03 EDT 2011


Author: sholl
Date: 2011-03-30 11:53:03 -0700 (Wed, 30 Mar 2011)
New Revision: 15644

Modified:
   docs/trunk/english_us/user_guide/qgis_mapserver.tex
   docs/trunk/english_us/user_guide/working_with_ogc.tex
Log:
QGIS-Mapserver-part ripped off from working_with_ogc.tex and stuffed into qgis_mapserver.tex

Modified: docs/trunk/english_us/user_guide/qgis_mapserver.tex
===================================================================
--- docs/trunk/english_us/user_guide/qgis_mapserver.tex	2011-03-30 14:43:18 UTC (rev 15643)
+++ docs/trunk/english_us/user_guide/qgis_mapserver.tex	2011-03-30 18:53:03 UTC (rev 15644)
@@ -1,11 +1,42 @@
 %  !TeX  root  =  user_guide.tex
 
 \chapter{QGIS Mapserver}\label{label_qgismapserver}
+\index{WMS!QGISmapserver}
 
 % when the revision of a section has been finalized,
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
-Please add text here...
+% Ripped off working_with_ogc.tex (SH: 20110330)
+QGIS mapserver is an open source WMS 1.3 implementation which, in addition,
+implements advanced cartographic features for thematic mapping. The QGIS
+mapserver is a FastCGI/CGI (Common Gateway Interface) application written in
+C++ that works together with a webserver (e.g. Apache, Lighttpd). 
 
+
+It uses QGIS as backend for the GIS logic and for map rendering. Furthermore the 
+Qt library is used for graphics and for platform independent 
+C++ programming. In contrast to other WMS software, the QGIS mapserver uses 
+cartographic rules in SLD/SE as a configuration language, both for the server 
+configuration and for the user-defined cartographic rules. 
+
+Moreover, the QGIS mapserver project provides the “Publish to Web” plugin, a 
+plugin for QGIS desktop which exports the current layers and symbology as a 
+web project for QGIS mapserver (containing cartographic visualisation rules 
+expressed in SLD).
+
+As QGIS desktop and QGIS mapserver use the same visualization libraries, the
+maps that are published on the web look the same as in desktop GIS. The 
+Publish to Web plugin currently supports basic symbolization, with more complex 
+cartographic visualisation rules introduced manually. As the configuration is 
+performed with the SLD standard and its documented extensions, there is only 
+one standardised language to learn, which greatly simplifies the complexity 
+of creating maps for the Web.
+
+Further information is available at: \\
+\url{http://karlinapp.ethz.ch/qgis\_wms/} \\
+\url{http://www.qgis.org/wiki/QGIS\_mapserver\_tutorial} \\
+\url{http://linfiniti.com/2010/08/qgis-mapserver-a-wms-server-for-the-masses/}
+
+
 \FloatBarrier

Modified: docs/trunk/english_us/user_guide/working_with_ogc.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_ogc.tex	2011-03-30 14:43:18 UTC (rev 15643)
+++ docs/trunk/english_us/user_guide/working_with_ogc.tex	2011-03-30 18:53:03 UTC (rev 15644)
@@ -449,46 +449,15 @@
 \index{WMS!secured layers!}\index{OGC!Authentication}
 \end{Tip}
 
+\begin{Tip}[ht]\caption{\textsc{QGIS WMS Mapserver}}
+Note that with the Version 1.7.0 QGIS brings its own implementation of a
+WMS 1.3.0 Mapserver. Read more about this at chapter
+\ref{label_qgismapserver}.
+\index{WMS!QGISmapserver}\index{OGC!WMS1.3.0}
+\end{Tip}
 
-%
-% WMS-server
-%
 
-\section{WMS Server}\label{sec:ogc-wmsserver}
-\index{WMS!server}
 
-QGIS mapserver is an open source WMS 1.3 implementation which, in addition,
-implements advanced cartographic features for thematic mapping. The QGIS
-mapserver is a FastCGI/CGI (Common Gateway Interface) application written in
-C++ that works together with a webserver (e.g. Apache, Lighttpd). 
-
-
-It uses QGIS as backend for the GIS logic and for map rendering. Furthermore the 
-Qt library is used for graphics and for platform independent 
-C++ programming. In contrast to other WMS software, the QGIS mapserver uses 
-cartographic rules in SLD/SE as a configuration language, both for the server 
-configuration and for the user-defined cartographic rules. 
-
-Moreover, the QGIS mapserver project provides the “Publish to Web” plugin, a 
-plugin for QGIS desktop which exports the current layers and symbology as a 
-web project for QGIS mapserver (containing cartographic visualisation rules 
-expressed in SLD).
-
-As QGIS desktop and QGIS mapserver use the same visualization libraries, the
-maps that are published on the web look the same as in desktop GIS. The 
-Publish to Web plugin currently supports basic symbolization, with more complex 
-cartographic visualisation rules introduced manually. As the configuration is 
-performed with the SLD standard and its documented extensions, there is only 
-one standardised language to learn, which greatly simplifies the complexity 
-of creating maps for the Web.
-
-Further information is available at: \\
-\url{http://karlinapp.ethz.ch/qgis\_wms/} \\
-\url{http://www.qgis.org/wiki/QGIS\_mapserver\_tutorial} \\
-\url{http://linfiniti.com/2010/08/qgis-mapserver-a-wms-server-for-the-masses/}
-
-
-
 %
 % WFS-client
 %



More information about the QGIS-commit mailing list