Changes between Initial Version and Version 2 of Ticket #1321


Ignore:
Timestamp:
Mar 26, 2007, 9:26:03 PM (17 years ago)
Author:
warmerdam
Comment:

Mateusz,

Could you look into this, and if there is a fix try to get it into 1.4 branch?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1321

    • Property Cc warmerdam added
    • Property Owner changed from warmerdam to Mateusz Łoskot
    • Property Milestone1.4.1
    • Property Priority highnormal
  • Ticket #1321 – Description

    initial v2  
    1 {{{
     1
    22e-mail conversation
    33
     
    66I am trying to access an ODBC database using the ogr virtual  layer access (using shp2img). The layer seems to be defined properly as far as I know. It looks something like :
    77
     8{{{
    89...
    910CONNECTION "<OGRVRTDataSource>
     
    1718  </OGRVRTLayer>
    1819  </OGRVRTDataSource>"
     20}}}
    1921
    2022The error message is the following :
    2123
     24{{{
    2225msOGRFileNextShape(): OGR error. Attempt to use STRING field `Longitude' with numeric comparison `>'. <br>
    2326
     
    3033  <GeometryField encoding='PointFromColumns' x='Longitude' y='Latitude'/>
    3134
     35}}}
    3236
    3337Frank's last e-mail
     
    4953database you are using and the SQL declaration for the field in that database
    5054I can try and get this fixed sooner or later.
    51 }}}