forked from MapComplete/MapComplete
Documentation: improve error message
This commit is contained in:
parent
6f3285fbd7
commit
a29e0a553b
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ export default class SourceConfig {
|
||||||
throw (
|
throw (
|
||||||
"Error at " +
|
"Error at " +
|
||||||
context +
|
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) {
|
if (optimized === true) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue