<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Jukka:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
  I apologize for the delay getting back to you.  Thanks you for your help. I am posting this as the solution that worked for me in case it will help anyone else.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I created a batch file (CreateandLoadOsmSchema.bat) with the following calls:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
"C:\Program Files\PostgreSQL\12\bin\psql" -h data-trust -d osm_%1  -p 5432 -U postgres -c "CREATE SCHEMA %2";
<div><br>
</div>
<span>Z:\OpenStreetMap\release-1916-x64-gdal-mapserver\bin\ogr2ogr -f PostgreSQL PG:"dbname='osm_%1' host='<hostname>port='5432' user='postgres' password='<pwd>'" -lco schema=%2 %3  --config OSM_MAX_TMPFILE_SIZE 1024</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
then I created a separate batch file (CreateAndLoadAfricaOsm.bat) that contained:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
set GDAL_DRIVER_PATH=Z:\OpenStreetMap\release-1916-x64-gdal-mapserver\bin
<div>set PGPASSWORD=<pwd></div>
<div><br>
</div>
<div>cd ..\africa</div>
<div><br>
</div>
<div>CALL ..\scripts\CreateAndLoadOsmSchema algeria algeria-latest.osm.pbf</div>
<span>CALL ..\scripts\CreateandLoadOsmSchema angola angola-latest.osm.pbf</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
added a line for each PBF that I downloaded</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
This created a postgresql /postgis table for each dataset.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Bruce</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Rahkonen Jukka (MML) <jukka.rahkonen@maanmittauslaitos.fi><br>
<b>Sent:</b> Tuesday, November 2, 2021 3:35 PM<br>
<b>To:</b> Clay, Bruce <bclay@infoscitex.com><br>
<b>Cc:</b> 'gdal-dev@lists.osgeo.org' <gdal-dev@lists.osgeo.org><br>
<b>Subject:</b> Re: [EXTERNAL] Re: ogr2ogr does not convert OSM polygons</font>
<div> </div>
</div>
<div style="word-wrap:break-word" lang="FI">
<div class="x_WordSection1">
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">Hi,</span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US">Please take care to send mail also to the list.</span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US"> </span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US">The error that you get means probably that the Proj coordinate transformation library finds an older version of the proj.db file. With the gisinternals installation that file is in [gdal_installation_directory]\bin\proj7\share. Environmental
 variable PROJ_LIB should point into there. How did you launch ogr2ogr after installation? If you installed from the zip file you must run first the batch file “sdkshell.bat” for setting the paths and environment variables. If you used installer then you should
 launch GDAL command window from the shortcuts. In both cases when settings are OK you can run ogr2ogr simply as “ogr2ogr”.</span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US"> </span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US">Other_relations contain geometries which are of geometry type “GeometryCollection”. Unfortunately QGIS has very little support for GeometryCollections. You can see the attributes but not the geometries. If you are interested in the
 relations you must use some workarounds with QGIS or use other programs. For example OpenJUMP can do pretty well with relations but it is not so well documented.</span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US"> </span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US">-Jukka Rahkonen-</span></p>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="" lang="EN-US"> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b>Lähettäjä:</b> Clay, Bruce <bclay@infoscitex.com> <br>
<b>Lähetetty:</b> tiistai 2. marraskuuta 2021 20.35<br>
<b>Vastaanottaja:</b> Rahkonen Jukka (MML) <jukka.rahkonen@maanmittauslaitos.fi><br>
<b>Aihe:</b> Re: [EXTERNAL] Re: ogr2ogr does not convert OSM polygons</p>
</div>
</div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Jukka:</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">  I upgraded to 3.4.0 from sysinternals.  All tables appear to be going in ok but I do get an error message for each table (shown below).  QGIS shows the SRID is 4326.  "other_relations" has a geometry column and
 it loads in QGIS but the geometry does not show.  It appears I can get what I need for my task, just annoying messages.</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Should "other_relations" show in QGIS?</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Thanks for you help.</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Bruce</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Z:\OpenStreetMap\release-1916-x64-gdal-mapserver\bin\ogr2ogr -f PostgreSQL PG:"dbname='open_street_map' host='hostname' port='5432' user='postgres' password='pwd'" -lco schema=algeria algeria-latest.osm.pbf  --config
 OSM_MAX_TMPFILE_SIZE 1024 </span></p>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">0...10...20...30...40.ERROR 1: PROJ: proj_create_from_database: cannot build geodeticCRS 4326: SQLite error on SELECT extent.description, extent.south_lat, extent.north_lat, extent.west_lon, extent.east_lon, scope.scope,
 (CASE WHEN scope.scope LIKE '%large scale%' THEN 0 ELSE 1 END) AS score FROM usage JOIN extent ON usage.extent_auth_name = extent.auth_name AND usage.extent_code = extent.code JOIN scope ON usage.scope_auth_name = scope.auth_name AND usage.scope_code = scope.code
 WHERE object_table_name = ? AND object_auth_name = ? AND object_code = ? ORDER BY score, usage.auth_name, usage.code: no such table: usage</span></p>
</div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">..50...60...70...80...90...100 - done.</span></p>
</div>
<div class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;text-align:center" align="center">
<hr width="98%" size="2" align="center">
</div>
<div id="x_divRplyFwdMsg">
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b><span style="color:black">From:</span></b><span style="color:black"> Rahkonen Jukka (MML) <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>><br>
<b>Sent:</b> Tuesday, November 2, 2021 12:32 PM<br>
<b>To:</b> Clay, Bruce <<a href="mailto:bclay@infoscitex.com">bclay@infoscitex.com</a>><br>
<b>Subject:</b> VS: [EXTERNAL] Re: ogr2ogr does not convert OSM polygons</span> </p>
<div>
<p class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
</div>
</div>
<div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US">Actually, it was GDAL 3.3.1 from OSGeo4W installer.</span></p>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US"> </span></p>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US">-Jukka-</span></p>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US"> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b>Lähettäjä:</b> Clay, Bruce <<a href="mailto:bclay@infoscitex.com">bclay@infoscitex.com</a>>
<br>
<b>Lähetetty:</b> tiistai 2. marraskuuta 2021 18.19<br>
<b>Vastaanottaja:</b> Rahkonen Jukka (MML) <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>><br>
<b>Aihe:</b> Re: [EXTERNAL] Re: ogr2ogr does not convert OSM polygons</p>
</div>
</div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Jukka:</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">  Thanks for your reply.</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">I was in the progress of loading all OSM so I started with Africa and saw the same thing for all pbf files.  You can pick a small one such as algeria-latest.osm.pbf.  In my post I  just replaced the country name with
 the word "country" to be generic.  All of the files came from the website you mentioned.</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">I am using the OSGeo shell on Windows 10.  gdalinfo show version is 3.0.4</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">I did not change the osmconf.ini file.</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">After looking deeper into the table osm2pgsql created I noticed roads are not actually put in the osm roads layer.  administrative boundaries or other lines were in there. More lines are in the table created by osm2pgsql
 than the table created by ogr2ogr.</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">it looks like ogr2ogr would produce a similar approach if it would generate the polygon table.</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Bruce</span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div class="x_MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;text-align:center" align="center">
<hr width="98%" size="1" align="center">
</div>
<div id="x_x_divRplyFwdMsg">
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b><span style="color:black">From:</span></b><span style="color:black"> Rahkonen Jukka (MML) <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>><br>
<b>Sent:</b> Tuesday, November 2, 2021 11:11 AM<br>
<b>To:</b> Clay, Bruce <<a href="mailto:bclay@infoscitex.com">bclay@infoscitex.com</a>>;
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a> <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>><br>
<b>Subject:</b> [EXTERNAL] Re: ogr2ogr does not convert OSM polygons</span> </p>
<div>
<p class="x_xmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
</div>
</div>
<div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
Hi,</p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US">What layers does ”ogrinfo country_pbf” list? Can you reproduce the error with some small OSM country file from
<a href="https://usg02.safelinks.protection.office365.us/?url=http%3A%2F%2Fdownload.geofabrik.de%2F&data=04%7C01%7Cbclay%40infoscitex.com%7C693c41133a944e0a44dd08d99e37df46%7C3430c5de5e6f4f9d9d9690e985038b58%7C0%7C0%7C637714785093150348%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CNmLeTGNprUF77hujrYlaWuG4vvrKGMC%2B8718zzXhY8%3D&reserved=0">
http://download.geofabrik.de/</a>?</span></p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US">What is your operating system and GDAL version? Do you use the default osmconf.ini file? GDAL OSM driver and osm2pgsql are creating quite different database schemas so they are not very comparable.
</span></p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="EN-US"> </span></p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="SV">-Jukka Rahkonen-</span></p>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span lang="SV"> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b>Lähettäjä:</b> gdal-dev <<a href="mailto:gdal-dev-bounces@lists.osgeo.org">gdal-dev-bounces@lists.osgeo.org</a>>
<b>Puolesta </b>Clay, Bruce<br>
<b>Lähetetty:</b> tiistai 2. marraskuuta 2021 16.22<br>
<b>Vastaanottaja:</b> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<b>Aihe:</b> [gdal-dev] ogr2ogr does not convert OSM polygons</p>
</div>
</div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222; background:white">When I convert a OSM pbf file to postgres using the following script it does not create a multipolygon table</span><span style="font-size:12.0pt; color:black">
</span></p>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222">ogr2ogr -f PostgreSQL PG:"dbname='open_street_map' host='db-host' port='5432' user='postgres' password='pwd'" -lco schema=country country_pbf  --config OSM_MAX_TMPFILE_SIZE 1024</span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222">When I do the same thing using osm2pgsql (shown below) it creates the polygon table but not the other_relations table</span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222">osm2pgsql -H hostname -U postgres -d open_street_map --output-pgsql-schema=country --create --latlong -G --hstore --tag-transform-script /OpenStreetMap/openstreetmap-carto-master/openstreetmap-carto.lua
 -C 2500 --number-processes 5 -S /OpenStreetMap/openstreetmap-carto-master/openstreetmap-carto.style country-latest.osm.pbf.</span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222">I did not see this problem when I Googled.</span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222">Is this a known issue and is there a work around?</span></p>
</div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;background:white">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222"> </span></p>
</div>
<p class="x_xxmsonormal" style="margin: 0cm; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; font-family:"Arial",sans-serif; color:#222222; background:white">Bruce</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>