From 6145000c6b8c19ff2ef9fb59af9b5b5db93c0aa3 Mon Sep 17 00:00:00 2001 From: Christian Neumann Date: Thu, 19 Nov 2020 10:05:10 +0100 Subject: [PATCH] Fix comment in LayerConfigJson. --- Customizations/JSON/LayerConfigJson.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Customizations/JSON/LayerConfigJson.ts b/Customizations/JSON/LayerConfigJson.ts index 98df035..caa19d5 100644 --- a/Customizations/JSON/LayerConfigJson.ts +++ b/Customizations/JSON/LayerConfigJson.ts @@ -91,8 +91,8 @@ export interface LayerConfigJson { /** * Wayhandling: should a way/area be displayed as: * 0) The way itself - * 1) The centerpoint and the way - * 2) Only the centerpoint + * 1) Only the centerpoint + * 2) The centerpoint and the way */ wayHandling?: number;