[Tile-serving] [openstreetmap/osm2pgsql] Error when --drop specified without --slim being specified (#1421)
mzeedijk
notifications at github.com
Wed Feb 17 11:23:57 UTC 2021
When --drop is specified and --slim is not specified the following error appears:
ERROR: --drop only makes sense with --slim.
This not true according to the manual:
"Drop the slim mode tables from the database and the flat node file once the import is complete."
In the past this makes sense, but now also the flat-nodes file will be deleted when --drop is specified.
It would be nice if the error only occurred when neither of the 2 options (--slim and --flat-nodes) are specified.
When any of the 2 options are specified the delete actions should be done for any of the specified options.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1421
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210217/f51b7355/attachment.htm>
More information about the Tile-serving
mailing list