From a29e0a553bd76108c78ed13a59af4ffff37646e5 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 16 May 2023 01:35:39 +0200 Subject: [PATCH] Documentation: improve error message --- Models/ThemeConfig/SourceConfig.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Models/ThemeConfig/SourceConfig.ts b/Models/ThemeConfig/SourceConfig.ts index 1badbc57b..7ad564764 100644 --- a/Models/ThemeConfig/SourceConfig.ts +++ b/Models/ThemeConfig/SourceConfig.ts @@ -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) {