Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-05-16 03:30:00 +02:00
commit 5904142402
13 changed files with 80 additions and 40 deletions

View file

@ -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) {