Changes between Version 7 and Version 8 of VirtualSpatialData


Ignore:
Timestamp:
Jan 27, 2009, 4:08:22 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualSpatialData

    v7 v8  
    108108The virtual file can be called anything you want and be placed anywhere. I'll assume its called virtual.ovf (OGR Virtual File = .ovf).
    109109
    110 The !<SrcLayer> parameter is a table name. If you wish to join tables or select only certain columns, you can use an SQL statement by omitting !<SrcLayer> and including !<SrcSQL>select table.name, table.x, table.y from table!</SrcSQL> in its place. Note that in the !GeometryField, you may need to refer to the attributes x and y as table.x and table.y in this case.
     110The <!SrcLayer> parameter is a table name. If you wish to join tables or select only certain columns, you can use an SQL statement by omitting <!SrcLayer> and including <!SrcSQL>select table.name, table.x, table.y from table</!SrcSQL> in its place. Note that in the !GeometryField, you may need to refer to the attributes x and y as table.x and table.y in this case.
    111111
    112112=== Testing using ogrinfo ===