diff --git a/components/src/components/Map/editForm/Component.edit.data.ts b/components/src/components/Map/editForm/Component.edit.data.ts index ac89cb0b3..fc4f63b06 100644 --- a/components/src/components/Map/editForm/Component.edit.data.ts +++ b/components/src/components/Map/editForm/Component.edit.data.ts @@ -76,14 +76,17 @@ export default { value: 'marker', }, { - label: - 'Add circular area of interest through a point and custom radius', + label: 'Add circular area of interest with a point and custom radius', value: 'circle', }, { label: 'Add a polygon', value: 'polygon', }, + { + label: 'Add a line', + value: 'polyline', + }, ], defaultValue: 'marker', key: 'markerType',