[mapserver-commits] r8076 - in trunk/docs/references: mapfile
mapscript/php ogc output
svn at osgeo.org
svn at osgeo.org
Mon Nov 24 12:23:24 EST 2008
Author: hobu
Date: 2008-11-24 12:23:24 -0500 (Mon, 24 Nov 2008)
New Revision: 8076
Modified:
trunk/docs/references/mapfile/index.txt
trunk/docs/references/mapscript/php/by_example.txt
trunk/docs/references/mapscript/php/install.txt
trunk/docs/references/ogc/mapcontext.txt
trunk/docs/references/ogc/wms_server.txt
trunk/docs/references/output/antialias.txt
Log:
some edits to satisfy latex
Modified: trunk/docs/references/mapfile/index.txt
===================================================================
--- trunk/docs/references/mapfile/index.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/mapfile/index.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -59,9 +59,6 @@
:ref:`JOIN`
-------------------------------------------------------------------------------
-:ref:`JOIN`
--------------------------------------------------------------------------------
-
* :ref:`JOIN` defines how a specific data join is defined.
:ref:`LABEL`
Modified: trunk/docs/references/mapscript/php/by_example.txt
===================================================================
--- trunk/docs/references/mapscript/php/by_example.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/mapscript/php/by_example.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -293,7 +293,7 @@
The .map file remains the same as the one presented in the previous example.
PHP/Mapscript Code
-##################
+------------------
Here I present the new code.
@@ -437,7 +437,7 @@
Done?, now let's start the explanation with the HTML part.
Code Explanation - HTML
-#######################
+-------------------------------------------------------------------------------
Line 49 declares a form, and line 53 declares the image generated by MapScript
to be part of that form, so when you click on it, the X and Y coordinates of the
@@ -449,8 +449,9 @@
be explained in due time.
Code Explanation - PHP
-######################
+-------------------------------------------------------------------------------
+
Now look at the PHP code, it's almost the same code used in example 1, with the
addition of lines 9 to 37. What do these lines do?
Modified: trunk/docs/references/mapscript/php/install.txt
===================================================================
--- trunk/docs/references/mapscript/php/install.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/mapscript/php/install.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -96,13 +96,14 @@
.. versions of Apache, mySQL, and PHP; however, it appears that the FoxServ
.. project may be abandonned, so MS4W is recommended.
-*NOTE:*
-When setting up PHP on Windows, make sure that PHP is configured as a CGI and not
-as an Apache module because php_mapscript.dll is not thread-safe and does not work
-as an Apache module (See the `Example Steps of a Full Windows Installation section`_
-of this document).
+.. note::
+ When setting up PHP on Windows, make sure that PHP is configured as a CGI and not
+ as an Apache module because php_mapscript.dll is not thread-safe and does not work
+ as an Apache module (See the `Example Steps of a Full Windows Installation section`_
+ of this document).
+
Build/Install the PHP/Mapscript Module
--------------------------------------
@@ -145,8 +146,8 @@
(pathto/php/extensions)
Using phpinfo()
-###############
+
To verify that PHP and PHP/Mapscript were installed properly, create a '.php' file
containing the following code and try to access it through your web server:
Modified: trunk/docs/references/ogc/mapcontext.txt
===================================================================
--- trunk/docs/references/ogc/mapcontext.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/ogc/mapcontext.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -77,7 +77,7 @@
be used for images)
Web Object Metadata
-^^^^^^^^^^^^^^^^^^^
+*******************************************************************************
- *ows_schemas_location* : Location of XML schema document. Default is
http://schemas.opengeospatial.net. See http://ogc.dmsolutions.ca for an example
@@ -141,8 +141,9 @@
exist beyond version 0.1.4)
Layer Object Metadata
-^^^^^^^^^^^^^^^^^^^^^
+*******************************************************************************
+
- *wms_abstract* : A blurb of text providing more information about the WMS server.
- *wms_dataurl_href* : Link to an online resource where data corresponding to the
Modified: trunk/docs/references/ogc/wms_server.txt
===================================================================
--- trunk/docs/references/ogc/wms_server.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/ogc/wms_server.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -348,8 +348,6 @@
request will be explained below.
-Use a Valid GetMap Request According to the WMS Spec
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The following is a list of the required GetMap parameters according to the WMS spec:
Modified: trunk/docs/references/output/antialias.txt
===================================================================
--- trunk/docs/references/output/antialias.txt 2008-11-24 03:54:12 UTC (rev 8075)
+++ trunk/docs/references/output/antialias.txt 2008-11-24 17:23:24 UTC (rev 8076)
@@ -1,5 +1,5 @@
*****************************************************************************
- AGG Rendering Specifics
+ AntiAliasing with MapServer
*****************************************************************************
:Author: Pericles Nacionales
More information about the mapserver-commits
mailing list