forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
39deec76d2
commit
d2f4df3b60
5 changed files with 82 additions and 72 deletions
|
@ -58,8 +58,9 @@ export default class SourceConfig {
|
|||
"Error at " +
|
||||
context +
|
||||
": 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' "
|
||||
"\tThe offending tags are: " +
|
||||
params.osmTags.asHumanString(false, false, {}) +
|
||||
"\tThey optmize into 'false' "
|
||||
)
|
||||
}
|
||||
if (optimized === true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue