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 5a90fb5 + c9fd41e commit 79cd536Copy full SHA for 79cd536
src/options.cpp
@@ -658,4 +658,11 @@ void options_t::check_options()
658
fprintf(stderr, "WARNING: maximum zoom level for tile expiry is too "
659
"large and has been set to 31.\n\n");
660
}
661
+
662
+ if (output_backend == "flex" || output_backend == "gazetteer") {
663
+ if (style == DEFAULT_STYLE) {
664
+ throw std::runtime_error{
665
+ "You have to set the config file with the -S|--style option."};
666
+ }
667
668
0 commit comments