Changes between Version 1 and Version 2 of Ticket #1223


Ignore:
Timestamp:
Apr 26, 2007, 11:44:38 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1223

    • Property Status newassigned
  • Ticket #1223 – Description

    v1 v2  
    1 I use CreateDataSource to create several shape files layers in a folder, or to create tables in PGSQL. I get an instance of the SHAPE driver, and then I specify in the name paramater the relative path of the folder, then I issue CreateLayer to create the shape files.
     1I use CreateDataSource to create several shape files layers in a folder, or to create tables in PGSQL.
     2
     3I get an instance of the SHAPE driver, and then I specify in the name paramater the relative path of the folder, then I issue CreateLayer to create the shape files.
     4
    25When I use OGRSFDriverRegistrar::Open on the same directory with shape files the driver pointer is attached. When I use OGRSFDriver::CreateDataSource the driver (fetched with GetDriver()) is NULL.
    36