Changes between Version 6 and Version 8 of Ticket #1476


Ignore:
Timestamp:
Apr 17, 2007, 8:06:57 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1476

    • Property Status newassigned
    • Property Cc warmerdam added
  • Ticket #1476 – Description

    v6 v8  
    1 {{{
    21OGR is not able to handle properly feature types with multiple geometries.
    32In the specific case of a Postgis table with 4 geometry columns we do have the following output:
    43
     4{{{
    55ogrinfo -so PG:"host=localhost port=5432 user=myuser
    66 password=mystery dbname=tiger2005fe" major_roads
     
    6363statehighway: Integer (0.0)
    6464ushighway: Integer (0.0)
     65}}}
    6566
    6667whilst the table definition is:
    6768
     69{{{
    6870tiger2005fe=# \d major_roads
    6971                             Table "public.major_roads"