[mapserver-commits] r8162 - in trunk/docs: compilation development/rfc optimization

svn at osgeo.org svn at osgeo.org
Mon Dec 1 11:19:27 EST 2008


Author: hobu
Date: 2008-12-01 11:19:27 -0500 (Mon, 01 Dec 2008)
New Revision: 8162

Modified:
   trunk/docs/compilation/unix.txt
   trunk/docs/compilation/win32.txt
   trunk/docs/development/rfc/ms-rfc-40.txt
   trunk/docs/development/rfc/ms-rfc-45.txt
   trunk/docs/development/rfc/ms-rfc-5.txt
   trunk/docs/optimization/raster.txt
Log:
more cleanups for latex

Modified: trunk/docs/compilation/unix.txt
===================================================================
--- trunk/docs/compilation/unix.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/compilation/unix.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -91,7 +91,7 @@
   spatial predicate and algebra operations (within, touches, etc & union, 
   difference, intersection). Requires version 4.10 or greater.
   
-* `libxml <http://xmlsoft.org>`__: libxml is required to use `OGC SOS </docs/howto/sos_server>`__ 
+* `libxml <http://xmlsoft.org>`__: libxml is required to use :ref:`OGC SOS <sos_server>` 
   support in MapServer (versions 4.10 and greater).
   
 * `SDE Client Library <http://www.esri.com/software/arcgis/arcsde/index.html>`__: 
@@ -224,9 +224,11 @@
 More detail about this patch (if you need any) was described by Steve Lime 
 in a `post to mapserver-users`_. 
 
-.. note: Windows builds that are built with the buildkit (this includes MS4W 
-and OSGeo4W) have this patch already and do not need to be updated.
+.. note: 
 
+    Windows builds that are built with the buildkit (this includes MS4W 
+    and OSGeo4W) have this patch already and do not need to be updated.
+
 -----------------------------------------------------------------------------
  Curved label support
 -----------------------------------------------------------------------------
@@ -565,8 +567,7 @@
 -----------------------------------------------------------------------------
  Where to go once you've got it compiled
 -----------------------------------------------------------------------------
-The `new users`_ document provides excellent coverage of getting started 
+The :ref:`new_users` document provides excellent coverage of getting started 
 with MapServer.  
 
-.. _`new users`: /new_users
 .. _`post to mapserver-users`: http://article.gmane.org/gmane.comp.gis.mapserver.user/17766

Modified: trunk/docs/compilation/win32.txt
===================================================================
--- trunk/docs/compilation/win32.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/compilation/win32.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -5,7 +5,7 @@
 *****************************************************************************
 
 :Author:  Pericles Nacionales      
-iRevision: $Revision$
+:Revision: $Revision$
 :Date: $Date$
 :Last Updated: 2005/12/20
 

Modified: trunk/docs/development/rfc/ms-rfc-40.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-40.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/development/rfc/ms-rfc-40.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -47,9 +47,9 @@
 |                |   maxlen =0     |     maxlen > 0              |      maxlen < 0   |
 +================+=================+=============================+===================+
 | wrap = 'char'  |  current way    | conditional wrap if current | hard wrap         |
-|                |                 |  length > maxlen            |  i.e. always      |
-+----------------+-----------------+-----------------------------+  break at exactly |
-| no wrap        |  no processing  | skip label if  text is      |  maxlen chars     |
+|                |                 |  length > maxlen            |                   |
++----------------+-----------------+-----------------------------+-------------------+  
+| no wrap        |  no processing  | skip label if  text is      | hard wrap         |
 |                |                 |  longer than maxlen         |                   |
 +----------------+-----------------+-----------------------------+-------------------+
 

Modified: trunk/docs/development/rfc/ms-rfc-45.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-45.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/development/rfc/ms-rfc-45.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -14,8 +14,6 @@
 (*partiallly derived in part from a document prepared by Håvard and
 discussions with other developers working on cartographic output*)
 
-Proposed Changes
-################
 
 Scale Dependant Rendering
 *************************
@@ -84,7 +82,8 @@
 If possible, something like:
 
 Modes of operation
-------------------
+====================================================
+
 - DEFAULT reference direction to the right (east), counter-clockwise direction
   of rotation.
 - CLOCKWISE reference direction to the right (east), clockwise direction of
@@ -93,7 +92,8 @@
   (compass directions). 
 
 Behavior
---------
+====================================================
+
 - For symbols of Type HATCH, this is the angle of the hatched lines.
 - For points, this specifies the rotation of a symbol around its defined
   CENTER.
@@ -155,9 +155,6 @@
 more to come?
 =============
 
-New Functionnality
-##################
-
 add MINSCALEDENOM/MAXSCALEDENOM parameters to styleObj
 ******************************************************
 this would allow doing things like removing outlines or the hollow portions of
@@ -210,8 +207,9 @@
 
 
 Files Affected
-##############
+***********************************************
 
+
 * maplexer.l: C4, C5
 * mapgd.c: B1, C2, C3, C4
 * mapagg.cpp: B1, C2, C3, C4
@@ -220,8 +218,9 @@
 * mapprimitive.c: C5, D2
 
 Bug IDs
-#######
+***********************************************
 
+
 Individual modifications will be tracked with their own tickets which will
 be listed here.
 

Modified: trunk/docs/development/rfc/ms-rfc-5.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-5.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/development/rfc/ms-rfc-5.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -1,4 +1,4 @@
-.. rfc5:
+.. _rfc5:
 
 =====================================================
 MS RFC 5: MapServer Horizon Reprojection Improvements

Modified: trunk/docs/optimization/raster.txt
===================================================================
--- trunk/docs/optimization/raster.txt	2008-12-01 15:44:18 UTC (rev 8161)
+++ trunk/docs/optimization/raster.txt	2008-12-01 16:19:27 UTC (rev 8162)
@@ -32,7 +32,7 @@
 small area of the image. 
 
 A tileindex is how one creates an on-the-fly mosaic from many rasters.  This is
-described in the `tileindex howto`_. That document describes common cases where a tileindex makes
+described in the :ref:`tileindex`. That document describes common cases where a tileindex makes
 sense. In particular, if you have a very large raster and most requests are for
 a very small spatial area within it, you may want t consider slicing it and
 tileindexing it.
@@ -76,9 +76,7 @@
 See also
 --------
 
-`Raster Data Access`_
+:ref:`raster`
 
 .. #### rST Link Section ####
 
-.. _`Raster Data Access`: /docs/howto/raster_data/
-.. _`tileindex howto`: /docs/howto/tileindex/



More information about the mapserver-commits mailing list