Hi,
I want to display some of my Grass vectors over the internet with GeoServer.
Do I have to export the vector to shp or postgis everytime I make an update, so I can open them with Geoserver?
On Mon, Feb 22, 2010 at 9:13 PM, Pablo Carreira
<pablotcarreira@hotmail.com> wrote:
Hi,
I want to display some of my Grass vectors over the internet with GeoServer.
Do I have to export the vector to shp or postgis everytime I make an update,
so I can open them with Geoserver?
If Geoserver uses GDAL/OGR, you could try to use the GRASS-GDAL-OGR plugin
and read the data directly from the GRASS database.
Or expose the GRASS database via GRASS-GDAL-OGR plugin as WMS/WFS?
Hi,
I want to display some of my Grass vectors over the internet with GeoServer.
Do I have to export the vector to shp or postgis everytime I make an update,
so I can open them with Geoserver?
If Geoserver uses GDAL/OGR, you could try to use the GRASS-GDAL-OGR plugin
and read the data directly from the GRASS database.
Or expose the GRASS database via GRASS-GDAL-OGR plugin as WMS/WFS?
Markus
Thank you for the help, now I am going to study these possibilities.