[mapserver-commits] r9028 - trunk/docs/development/rfc
svn at osgeo.org
svn at osgeo.org
Wed May 20 15:48:30 EDT 2009
Author: gislars
Date: 2009-05-20 15:48:30 -0400 (Wed, 20 May 2009)
New Revision: 9028
Modified:
trunk/docs/development/rfc/ms-rfc-52.txt
Log:
fixed markup of list (preparation of docs change)
Modified: trunk/docs/development/rfc/ms-rfc-52.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-52.txt 2009-05-20 19:46:19 UTC (rev 9027)
+++ trunk/docs/development/rfc/ms-rfc-52.txt 2009-05-20 19:48:30 UTC (rev 9028)
@@ -49,19 +49,19 @@
Under this last solution data drivers would need to do two things:
- * update the population shapeObj index property (long int) with a value that
- will allow msLayerGetShape() to randomly access a result
+ * update the population shapeObj index property (long int) with a value that
+ will allow msLayerGetShape() to randomly access a result
* update the driver-specific version of msLayerGetShape() to retrieve a shape
- from the results created in msLayerWhichShapes()
+ from the results created in msLayerWhichShapes()
The query functions would need to:
* not close the layer when finished with a query (we assume that users will
- want to do something with the results)
+ want to do something with the results)
* allow msLayerWhichItems() to retrieve ALL items so that the retreived
- shapes are presentation-ready (draw, template, or ...)
+ shapes are presentation-ready (draw, template, or ...)
Backwards Compatability Issues
------------------------------------------------------------------------------
More information about the mapserver-commits
mailing list