[mapserver-commits] r8311 - in trunk/docs: . development/rfc
svn at osgeo.org
svn at osgeo.org
Mon Dec 29 08:50:36 EST 2008
Author: tomkralidis
Date: 2008-12-29 08:50:36 -0500 (Mon, 29 Dec 2008)
New Revision: 8311
Modified:
trunk/docs/development/rfc/ms-rfc-50.txt
trunk/docs/introduction.txt
Log:
fix sphinx-build warnings
Modified: trunk/docs/development/rfc/ms-rfc-50.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-50.txt 2008-12-29 13:17:53 UTC (rev 8310)
+++ trunk/docs/development/rfc/ms-rfc-50.txt 2008-12-29 13:50:36 UTC (rev 8311)
@@ -90,13 +90,12 @@
Issues
------------------------------------------------------------------------------
- The guts of opengl rendering occurs inside of opengl drivers. Opengl drivers
-vary from hardware and operating system, and the rendering techniques vary with
-them. What this means is that maps rendered on different computers can have
-different results, such as color shades, anti-aliasing quality and performance.
-
+ vary from hardware and operating system, and the rendering techniques vary with
+ them. What this means is that maps rendered on different computers can have
+ different results, such as color shades, anti-aliasing quality and performance.
- Although Opengl is cross platform, each operating system has a different
-method of setting up an Opengl context to render into. Currently we have an
-implementation for pre-vista windows.
+ method of setting up an Opengl context to render into. Currently we have an
+ implementation for pre-vista windows.
Documentation
--------------------------------------------------------------------------------
Modified: trunk/docs/introduction.txt
===================================================================
--- trunk/docs/introduction.txt 2008-12-29 13:17:53 UTC (rev 8310)
+++ trunk/docs/introduction.txt 2008-12-29 13:50:36 UTC (rev 8311)
@@ -429,28 +429,27 @@
.. code-block:: mapfile
- Symbol
- Name 'ski'
- Type PIXMAP
+ SYMBOL
+ NAME "ski"
+ TYPE PIXMAP
IMAGE "ski.gif"
END
and the mapfile would contain:
-:.. code-block:: mapfile
+.. code-block:: mapfile
LAYER
...
CLASS
- NAME "Ski Area"
- STYLE
- SYMBOL "ski"
+ NAME "Ski Area"
+ STYLE
+ SYMBOL "ski"
+ END
END
- END
END # layer
-
.. figure:: ./images/bluemarble-ski.jpg
:alt: Rendered Bluemarble Image Skier
More information about the mapserver-commits
mailing list