[GRASS-SVN] r72982 - grass/trunk/vector/v.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 13 01:31:30 PDT 2018
Author: mmetz
Date: 2018-07-13 01:31:30 -0700 (Fri, 13 Jul 2018)
New Revision: 72982
Modified:
grass/trunk/vector/v.external/main.c
Log:
v.external: disable GRASS-PostGIS driver
Modified: grass/trunk/vector/v.external/main.c
===================================================================
--- grass/trunk/vector/v.external/main.c 2018-07-12 14:42:17 UTC (rev 72981)
+++ grass/trunk/vector/v.external/main.c 2018-07-13 08:31:30 UTC (rev 72982)
@@ -101,6 +101,10 @@
}
dsn = NULL;
+ /* disabling GRASS-PostGIS driver:
+ * TODO: a new fn that converts OGR dsn to PQ connection info,
+ * ignoring current GRASS db connection */
+ use_ogr = TRUE;
if (options.dsn->answer)
dsn = G_store(options.dsn->answer);
More information about the grass-commit
mailing list