[mapguide-commits] r5576 - trunk/MgDev/Doc/devguide/source

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 1 08:27:46 EST 2011


Author: jng
Date: 2011-03-01 05:27:45 -0800 (Tue, 01 Mar 2011)
New Revision: 5576

Modified:
   trunk/MgDev/Doc/devguide/source/analyzing_features.rst
   trunk/MgDev/Doc/devguide/source/digitizing_and_redlining.rst
   trunk/MgDev/Doc/devguide/source/index.rst
   trunk/MgDev/Doc/devguide/source/interacting_with_layers.rst
   trunk/MgDev/Doc/devguide/source/mapguide_advanced.rst
   trunk/MgDev/Doc/devguide/source/mapguide_ajax_viewer.rst
   trunk/MgDev/Doc/devguide/source/modifying_maps_and_layers.rst
   trunk/MgDev/Doc/devguide/source/working_with_feature_data.rst
Log:
#1614: Flesh the outline of the remaining devguide content

Modified: trunk/MgDev/Doc/devguide/source/analyzing_features.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/analyzing_features.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/analyzing_features.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -10,6 +10,12 @@
 Representations of Geometry
 ---------------------------
 
+Geometry Objects
+^^^^^^^^^^^^^^^^
+
+Comparing Geometry Objects
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 Coordinate Systems
 ------------------
 
@@ -19,6 +25,9 @@
 Temporary Feature Sources
 -------------------------
 
+Inserting, Deleting and Updating Features
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 Creating a Buffer
 -----------------
 

Modified: trunk/MgDev/Doc/devguide/source/digitizing_and_redlining.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/digitizing_and_redlining.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/digitizing_and_redlining.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -11,4 +11,13 @@
 ----------
 
 Redlining
----------
\ No newline at end of file
+---------
+
+Passing Coordinates
+^^^^^^^^^^^^^^^^^^^
+
+Creating a Feature Source
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Create a Layer
+^^^^^^^^^^^^^^
\ No newline at end of file

Modified: trunk/MgDev/Doc/devguide/source/index.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/index.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/index.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -11,7 +11,7 @@
 ========
 
 .. toctree::
-   :maxdepth: 3
+   :maxdepth: 4
    
    introduction
    mapguide_ajax_viewer

Modified: trunk/MgDev/Doc/devguide/source/interacting_with_layers.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/interacting_with_layers.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/interacting_with_layers.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -7,8 +7,38 @@
 Overview of Layers
 ------------------
 
+Basic Layer Properties
+^^^^^^^^^^^^^^^^^^^^^^
+
+Layer Groups
+^^^^^^^^^^^^
+
+Base Layer Groups
+"""""""""""""""""
+
+Layer Style
+^^^^^^^^^^^
+
+Layer Visibility
+^^^^^^^^^^^^^^^^
+
+Example: Actual Visibility
+""""""""""""""""""""""""""
+
 Enumerating Map Layers
 ----------------------
 
+Example
+^^^^^^^
+
 Manipulating Layers
--------------------
\ No newline at end of file
+-------------------
+
+Changing Basic Properties
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Example
+"""""""
+
+Changing Visibility
+^^^^^^^^^^^^^^^^^^^
\ No newline at end of file

Modified: trunk/MgDev/Doc/devguide/source/mapguide_advanced.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/mapguide_advanced.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/mapguide_advanced.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -21,5 +21,8 @@
 Quering Data with Expressions and Filters
 -----------------------------------------
 
+Relationship to FDO
+-------------------
+
 The Geospatial Platform and MapGuide's role in it
 -------------------------------------------------
\ No newline at end of file

Modified: trunk/MgDev/Doc/devguide/source/mapguide_ajax_viewer.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/mapguide_ajax_viewer.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/mapguide_ajax_viewer.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -10,7 +10,7 @@
 .. todo::
     Remove reference to DWF viewer. It is deprecated
 
-.. note::
+.. tip::
 
     The *Hello Viewer* sample, in the Developer's Guide samples, demonstrates
     concepts from this chapter.

Modified: trunk/MgDev/Doc/devguide/source/modifying_maps_and_layers.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/modifying_maps_and_layers.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/modifying_maps_and_layers.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -16,6 +16,15 @@
 Another Way to Create Layers
 ----------------------------
 
+Example: Creating a layer that users Area Rules
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Example: Using Line Rules
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Example: Using Point Rules
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
 Adding Layers to a Map
 ----------------------
 

Modified: trunk/MgDev/Doc/devguide/source/working_with_feature_data.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/working_with_feature_data.rst	2011-03-01 13:01:11 UTC (rev 5575)
+++ trunk/MgDev/Doc/devguide/source/working_with_feature_data.rst	2011-03-01 13:27:45 UTC (rev 5576)
@@ -10,5 +10,47 @@
 Querying Feature Data
 ---------------------
 
+Feature Readers
+^^^^^^^^^^^^^^^
+
+Selecting with the Web API
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Basic Filters
+"""""""""""""
+
+Spatial Filters
+"""""""""""""""
+
+Example: Selection
+^^^^^^^^^^^^^^^^^^
+
 Active Selections
------------------
\ No newline at end of file
+-----------------
+
+Selecting with the Viewer
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Passing Viewer Information to the Web Server
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Additional Parameters to an Invoke URL Command
+""""""""""""""""""""""""""""""""""""""""""""""
+
+Passing Parameters from an Invoke Script Command
+""""""""""""""""""""""""""""""""""""""""""""""""
+
+Passing Parameters from the Task Pane frame
+"""""""""""""""""""""""""""""""""""""""""""
+
+Working with the Active Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Example: Listing Selected Parcels
+"""""""""""""""""""""""""""""""""
+
+Setting the Active Selection with the Web API
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Example: Setting the Active Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
\ No newline at end of file



More information about the mapguide-commits mailing list