Dear all,
My question is about PostGrass. I checked ./configure --help but with
none note about PostGrass. How to configure grass with PostGIS support
? I configured grass with
--with-postgres-includes=/usr/local/pgsql/include
--with-postgres-libs=/usr/local/pgsql/lib. Is it all ?
Thank you.
Peter
Hello Peter,
On Mon, 17 Oct 2005 21:01:55 +0200 "Ing.Peter Misovic"
<peter.misovic@gmail.com> wrote:
Dear all,
My question is about PostGrass. I checked ./configure --help but with
none note about PostGrass. How to configure grass with PostGIS support
? I configured grass with
--with-postgres-includes=/usr/local/pgsql/include
--with-postgres-libs=/usr/local/pgsql/lib. Is it all ?
The GDAL/OGR-library manages the connection to postGIS. So make sure
that your GDAL/OGR-lib has postgres-support built in.
ogrinfo --formats
should have postgres inclueded.
Hope this helps
Stephan
--
GDF Hannover - Solutions for spatial data analysis and remote sensing
Hannover Office - Mengendamm 16d - D-30177 Hannover
Internet: www.gdf-hannover.de - Email: holl@gdf-hannover.de
Phone : ++49-(0)511.39088507 - Fax: ++49-(0)511.39088508
[misovic@thailon grass-6.0.1]$ ogrinfo --formats
Loaded OGR Format Drivers:
-> "PostgreSQL" (read/write)
-> "GRASS" (readonly)
So, it seems it's ok.
I read about PostGRASS on
http://postgis.refractions.net/documentation/ : "GRASS now supports
PostGIS as a data source, through the PostGRASS driver"
This is reason why I thought it needs special configure parameter to
build postGrass driver.
On 10/17/05, Stephan Holl <holl@gdf-hannover.de> wrote:
Hello Peter,
On Mon, 17 Oct 2005 21:01:55 +0200 "Ing.Peter Misovic"
<peter.misovic@gmail.com> wrote:
> Dear all,
> My question is about PostGrass. I checked ./configure --help but with
> none note about PostGrass. How to configure grass with PostGIS support
> ? I configured grass with
> --with-postgres-includes=/usr/local/pgsql/include
> --with-postgres-libs=/usr/local/pgsql/lib. Is it all ?
The GDAL/OGR-library manages the connection to postGIS. So make sure
that your GDAL/OGR-lib has postgres-support built in.
ogrinfo --formats
should have postgres inclueded.
Hope this helps
Stephan
--
GDF Hannover - Solutions for spatial data analysis and remote sensing
Hannover Office - Mengendamm 16d - D-30177 Hannover
Internet: www.gdf-hannover.de - Email: holl@gdf-hannover.de
Phone : ++49-(0)511.39088507 - Fax: ++49-(0)511.39088508
Ing.Peter Misovic wrote:
[misovic@thailon grass-6.0.1]$ ogrinfo --formats
Loaded OGR Format Drivers:
-> "PostgreSQL" (read/write)
-> "GRASS" (readonly)
So, it seems it's ok.
I read about PostGRASS on
http://postgis.refractions.net/documentation/ : "GRASS now supports
PostGIS as a data source, through the PostGRASS driver"
... I have contacted Refractions to take out these outdated links on
their "support" page.
Markus
OK that was good idea.
On 10/19/05, Markus Neteler <neteler@itc.it> wrote:
Ing.Peter Misovic wrote:
>[misovic@thailon grass-6.0.1]$ ogrinfo --formats
>Loaded OGR Format Drivers:
> -> "PostgreSQL" (read/write)
> -> "GRASS" (readonly)
>
>So, it seems it's ok.
>
>I read about PostGRASS on
>http://postgis.refractions.net/documentation/ : "GRASS now supports
>PostGIS as a data source, through the PostGRASS driver"
>
>
>
... I have contacted Refractions to take out these outdated links on
their "support" page.
Markus