Changes between Initial Version and Version 1 of Ticket #1126


Ignore:
Timestamp:
Apr 3, 2007, 10:05:44 AM (17 years ago)
Author:
warmerdam
Comment:

Diego,

I believe the error message indicates an attempt was made to read a shape which doesn't exist in the shapefile. If you can provide information to reproduce this (data and an example command), I will have Mateusz dig into it.

But I don't believe it has to do with using 16bit or 32bit integer types.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1126

    • Property Priority highnormal
    • Property Milestone1.4.2
  • Ticket #1126 – Description

    initial v1  
    1 {{{
    2 It is not possible to import in postgres shapefile feature id larger than
    3 65535. OGR launch an Error 1: Attempt to read shape with feature id (162855)
    4 out of available range. Variable iShape should be declared int4.
    5 }}}
     1It is not possible to import in postgres shapefile feature id larger than 65535. OGR launch an Error 1: Attempt to read shape with feature id (162855) out of available range. Variable iShape should be declared int4.