Documentation: improve error message

This commit is contained in:
Pieter Vander Vennet 2023-05-16 01:35:39 +02:00
parent 6f3285fbd7
commit a29e0a553b

View file

@ -57,7 +57,9 @@ export default class SourceConfig {
throw (
"Error at " +
context +
": the specified tags are conflicting with each other: they will never match anything at all"
": the specified tags are conflicting with each other: they will never match anything at all.\n" +
"\tThe offending tags are: "+params.osmTags.asHumanString(false, false, {})+
"\tThey optmize into 'false' "
)
}
if (optimized === true) {