We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b283f6 + 427c228 commit ff5051aCopy full SHA for ff5051a
src/command-line-parser.cpp
@@ -183,6 +183,10 @@ void check_options_output_null(CLI::App const &app)
183
184
void check_options_output_pgsql(CLI::App const &app, options_t *options)
185
{
186
+ log_warn("The pgsql (default) output is deprecated. For details see "
187
+ "https://osm2pgsql.org/doc/"
188
+ "faq.html#the-pgsql-output-is-deprecated-what-does-that-mean");
189
+
190
if (app.count("--latlong") + app.count("--merc") + app.count("--proj") >
191
1) {
192
throw std::runtime_error{"You can only use one of --latlong, -l, "
0 commit comments