From 01aaaf683ea06de1d92f55bce963081c75235f80 Mon Sep 17 00:00:00 2001 From: skorasaurus Date: Fri, 6 Apr 2012 13:43:51 -0700 Subject: [PATCH] added information about geometry_field from xml_configuration [markdown] --- PostGIS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostGIS.md b/PostGIS.md index 4457b47..d1dcd6f 100644 --- a/PostGIS.md +++ b/PostGIS.md @@ -45,7 +45,7 @@ To check if the PostGIS plugin built and was installed correctly, try the usual | user | string | username to use for connecting | | | password | string | user password to use for connecting | | | table | string | name of the table to fetch, this can be a sub-query | | -| geometry_field | string | name of the geometry field, in case you have more than one in a single table | | +| geometry_field | string | name of the geometry field, in case you have more than one in a single table. This field and the SRID will be deduced from the query in most cases, but may need to be manually specified in some cases.| | | geometry_table | string | name of the geometry table ??? | | | srid | integer | srid of the table, if this is > 0 then fetching data will avoid an extra database query for knowing the srid of the table | 0 | | extent | string | maxextent of the geometries | determined by querying the oracle metadata for the table |