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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Jun 21 06:04:03 EDT 2008


Author: taraathan
Date: 2008-06-21 06:04:03 -0400 (Sat, 21 Jun 2008)
New Revision: 8663

Modified:
   docs/trunk/english_us/user_guide/working_with_ogc.tex
Log:
used \dialog macro
changed [h] float option to [ht] to eliminate latex warning messages

Modified: docs/trunk/english_us/user_guide/working_with_ogc.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_ogc.tex	2008-06-21 10:02:46 UTC (rev 8662)
+++ docs/trunk/english_us/user_guide/working_with_ogc.tex	2008-06-21 10:04:03 UTC (rev 8663)
@@ -70,7 +70,7 @@
 select \button{New}. Then enter in the parameters to connect to your desired
 WMS server, as listed in table \ref{tab:wms_connection_parms}:
 
-\begin{table}[h]\index{WMS!client!connection parameters}
+\begin{table}[ht]\index{WMS!client!connection parameters}
 \centering
 \caption{WMS Connection Parameters}\label{tab:wms_connection_parms}\medskip
  \begin{tabular}{|l|p{5in}|}
@@ -96,7 +96,7 @@
 Once the new WMS Server has been created, it will be preserved across future 
 QGIS sessions.
 
-\begin{Tip}[h]\caption{\textsc{On WMS Server URLs}}
+\begin{Tip}[ht]\caption{\textsc{On WMS Server URLs}}
 \qgistip{Be sure, when entering in the WMS server URL, that you have
 the base URL.  For example, you shouldn't have fragments such as
 \usertext{request=GetCapabilities} or \usertext{version=1.0.0}
@@ -109,7 +109,7 @@
 
 %FIXME:  WMS URLs should be checked again and maybe extended in QGIS 
 
-\begin{table}[h]\index{WMS!remote server!URL!examples}
+\begin{table}[ht]\index{WMS!remote server!URL!examples}
 \centering
 \caption{Example Public WMS URLs}\label{tab:wms_example_urls}\medskip
  \begin{tabular}{|l|l|}
@@ -139,7 +139,7 @@
 response provided by the NASA JPL OnEarth WMS server.
 
 % \begin{figure}[ht]
-\begin{figure}[h]
+\begin{figure}[ht]
   \begin{center}
   	\caption{Dialog for adding a WMS server, showing its available layers}\label{fig:connection_wms}
 	\includegraphics[clip=true,width=0.6\textwidth]{connection_wms}
@@ -151,7 +151,7 @@
 The \tab{Image encoding} section now lists the formats that are supported by both
 the client and server.  Choose one depending on your image accuracy requirements.
 
-\begin{Tip}[h]\caption{\textsc{Image Encoding}}
+\begin{Tip}[ht]\caption{\textsc{Image Encoding}}
 \qgistip{You will typically find that a WMS server offers you the choice
 of JPEG or PNG image encoding.  JPEG is a lossy compression format,
 whereas PNG faithfully reproduces the raw raster data.
@@ -176,7 +176,7 @@
 When several layers are selected, they will be combined at the WMS Server
 and transmitted to QGIS in one go.
 
-\begin{Tip}[h]\caption{\textsc{WMS Layer Ordering}}
+\begin{Tip}[ht]\caption{\textsc{WMS Layer Ordering}}
 \qgistip{In this version of QGIS, WMS layers rendered by a server are overlaid
 in the order listed in the Layers section, from top to bottom of the list.
 If you want to overlay layers in the opposite order, then you can 
@@ -196,7 +196,7 @@
 This, in theory, allows you to overlay WMS layers on other layers (raster,
 vector or WMS) and still see through to those lower layers.
 
-\begin{Tip}[h]\caption{\textsc{WMS Layer Transparency}}
+\begin{Tip}[ht]\caption{\textsc{WMS Layer Transparency}}
 \qgistip{The availability of WMS image transparency depends on
 the image encoding used:  PNG and GIF support transparency,
 whilst JPEG leaves it unsupported.
@@ -224,7 +224,7 @@
 those CRSs supported by the WMS Server will be shown.
 
 
-\begin{Tip}[h]\caption{\textsc{WMS Projections}}
+\begin{Tip}[ht]\caption{\textsc{WMS Projections}}
 \qgistip{For best results, make the WMS layer the first layer
 you add in the project.  This allows the project
 projection to inherit the CRS you used to render the WMS layer.
@@ -417,7 +417,7 @@
 Remember this plugin is still experimental. You might also experience random behavior 
 and crashes. You can look forward to improvements in a future version of the plugin.
 
-\begin{Tip}[h]\caption{\textsc{Finding WMS and WFS Servers}}
+\begin{Tip}[ht]\caption{\textsc{Finding WMS and WFS Servers}}
 \qgistip{You can find additional WMS and WFS servers by using Google or your
 favorite search engine. There are a number of lists, some of them
 maintained and some not, that list public servers you can use.



More information about the QGIS-commit mailing list