Re: [postgis-users] Error reading OID from Table. OID Column has null value

2012-10-31 Thread Nicolas Ribot
By the way, as the error occured when reading the table, did you check your table have a primary key ? (mine had integer one) Nicolas On 31 October 2012 17:17, Nicolas Ribot wrote: > Hi Mark, > > Just quickly tested ArcGIS 10.1 with Postgis and query layers: > > The table for the test comes from

Re: [postgis-users] Error reading OID from Table. OID Column has null value

2012-10-31 Thread Nicolas Ribot
Hi Mark, Just quickly tested ArcGIS 10.1 with Postgis and query layers: The table for the test comes from a shapefile, loaded into postgis (WGS84). I can define a query layer from it and display it in ArcGIS (ArcMap ArcInfo). The error you mentioned rise when trying to export this layer to a Fil

Re: [postgis-users] Question about restoring a dump

2012-10-31 Thread Sandro Santilli
If you can [1] use postgis_restore rather than pg_restore, as described in the Hard Upgrade section of the manual: http://www.postgis.net/documentation/manual-2.0SVN/postgis_installation.html#hard_upgrade [1] you can use it only if your dump was made using custom format (-Fc switch to pg_dump) --

[postgis-users] Question about restoring a dump

2012-10-31 Thread lynx86
Hi all I'm new to PostGIS and have a question about restoring a PostGIS dump into a new created PostGIS database. The dump was made in a database system using PostGIS version 1.4. It was given to me and I now tried to restore it in my database system (PostgreSQL 9.2, PostGIS 2.0, OS: Windows 7 64

Re: [postgis-users] output size of raster image increase more than original

2012-10-31 Thread Jeff Lake
the output image is equal amount of your tiles... *Jeff Lake* MichiganWxSystem AllisonHouse GRLevelXStuff On 10/31/2012 6:51, Mahavir Trivedi wrote: hi i have tif image of 15198 X 15919 as import u

[postgis-users] output size of raster image increase more than original

2012-10-31 Thread Mahavir Trivedi
hi i have tif image of 15198 X 15919 as import using raster2pgsql 100x100 tile command. but when i export it using gdal_translate output image 15200X16000 . pls give me solution. with regards mahavir ___ postgis-users mailing list postgis-users@post