diff --git a/Models/ThemeConfig/Json/LayerConfigJson.ts b/Models/ThemeConfig/Json/LayerConfigJson.ts index d54dd83186..153cb01f42 100644 --- a/Models/ThemeConfig/Json/LayerConfigJson.ts +++ b/Models/ThemeConfig/Json/LayerConfigJson.ts @@ -348,7 +348,9 @@ export interface LayerConfigJson { allowMove?: boolean | MoveConfigJson /** - * IF set, a 'split this road' button is shown + * If set, a 'split this way' button is shown on objects rendered as LineStrings, e.g. highways. + * + * If the way is part of a relation, MapComplete will attempt to update this relation as well */ allowSplit?: boolean