Christian and Luca are correct, GeoNode currently does not store uploaded data in a database. Layer and map metadata are stored in postgres, using a table schema autogenerated by the Django ORM.
GeoServer recently added the ability to use the REST API to add uploaded data to existing datastores. We plan to make postgis a strict requirement for GeoNode in a future release and leverage the REST improvements to integrate vector data (geotiffs will probably remain geotiffs). -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Feb 8, 2011 at 8:49 AM, Christian Spanring <[email protected]>wrote: > AFAIK, uploaded data is stored as Shapefile in GeoServer's data-dir. > You could try using your GeoServer's WFS instead, I believe you should > be able to access uploaded data that way. > > Christian > > On Tue, Feb 8, 2011 at 5:56 AM, [email protected] > <[email protected]> wrote: > > Hi, > > I don't think that geonode stores uploaded data inside PostGIS. > > Bye > > > > Luca > > > > 2011/2/8 Jude Mwenda <[email protected]>: > >> Hi, > >> I have made a qgis connection to my postgres database, and the > connection is > >> successful. The main issue is where are the maps stored, including the > >> geometry in order to load them onto qgis? > >> Regards > > > > > > > > -- > > Luca Casagrande > > http://www.lucacasagrande.net > > twitter: lucacasagrande > > >
