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;