forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
5904142402
13 changed files with 80 additions and 40 deletions
|
@ -55,7 +55,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue