Skip to content

(no subject)

1 message · Barry Rowlingson

#
On Tue, Aug 21, 2012 at 9:09 AM, katja.flammang at tudor.lu
<katja.flammang at tudor.lu> wrote:
I can think that either:

 Your PostGIS driver doesn't have write support - what does ogrDrivers() say?

 Is your 'myschema' PostGIS-enabled? Does it have a "geometry_columns" table?

 Another idea is to try writing a normal table to it using the
standard R database connection stuff. That will check you have the
right write permissions...

Barry