Changes between Initial Version and Version 2 of Ticket #6729


Ignore:
Timestamp:
Nov 26, 2016, 4:57:20 PM (7 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6729

    • Property Status newassigned
    • Property Summary Can ogr_geocoding.cpp avoid calling?Can ogr_geocoding.cpp avoid calling OGRRegisterAll()?
  • Ticket #6729 – Description

    initial v2  
    1111{{{#!c++
    1212static OGRLayer* OGRGeocodeGetCacheLayer( OGRGeocodingSessionH hSession,
    13 415                                               bool bCreateIfNecessary,
    14 416                                               int* pnIdxBlob )
    15 [25373] 417     {
     13                                          bool bCreateIfNecessary,
     14                                          int* pnIdxBlob )
     15{
    1616    OGRDataSource* poDS = hSession->poDS;
    1717    CPLString osExt = CPLGetExtension(hSession->pszCacheFilename);