[mapserver-commits] r11978 - trunk/docs/en/input/vector
svn at osgeo.org
svn at osgeo.org
Fri Jul 29 11:17:28 EDT 2011
Author: jmckenna
Date: 2011-07-29 08:17:28 -0700 (Fri, 29 Jul 2011)
New Revision: 11978
Modified:
trunk/docs/en/input/vector/filegdb.txt
Log:
add note about CONNECTION path
Modified: trunk/docs/en/input/vector/filegdb.txt
===================================================================
--- trunk/docs/en/input/vector/filegdb.txt 2011-07-29 15:10:23 UTC (rev 11977)
+++ trunk/docs/en/input/vector/filegdb.txt 2011-07-29 15:17:28 UTC (rev 11978)
@@ -33,7 +33,7 @@
DATA "layername"
.. note::
- During testing on Windows, a full path was required for the CONNECTION parameter.
+ The CONNECTION path is relative to the mapfile (SHAPEPATH is not used here). Full paths can also be used.
OGRINFO Examples
----------------
@@ -103,7 +103,7 @@
TYPE POLYGON
STATUS ON
CONNECTIONTYPE OGR
- CONNECTION "C:/ms4w/apps/ms101/data/filegdb/us_states.gdb"
+ CONNECTION "../data/filegdb/us_states.gdb"
DATA "statesp020"
LABELITEM "STATE"
CLASS
More information about the mapserver-commits
mailing list