diff --git a/python/loader.config b/python/loader.config index 7ff3c42..99804b0 100644 --- a/python/loader.config +++ b/python/loader.config @@ -25,7 +25,7 @@ tmp_dir=/path/to/temp/folder # $output_dir - the directory specified by the out_dir setting # $base_file_name - the file name of the file to be loaded # $file_path - the full path of the file to be loaded -ogr_cmd=ogr2ogr -append -skipfailures -f PostgreSQL PG:'dbname=postgis active_schema=public host=localhost user=postgres password=postgres' $file_path +ogr_cmd=ogr2ogr --config GML_EXPOSE_FID NO -append -skipfailures -f PostgreSQL PG:'dbname=postgis active_schema=public host=localhost user=postgres password=postgres' $file_path # The command used to prepare the source # data so it is suitable for loading with OGR. Choose a prep