From 10ba795d96b466f4d896b03d7bc95a1e62a7f09a Mon Sep 17 00:00:00 2001 From: abhilash-aot Date: Tue, 24 Sep 2024 08:34:21 -0700 Subject: [PATCH] updated for polygon change --- .../Map/editForm/Component.edit.data.ts | 5 ++++ .../Map/editForm/Component.edit.display.ts | 30 ------------------- 2 files changed, 5 insertions(+), 30 deletions(-) diff --git a/components/src/components/Map/editForm/Component.edit.data.ts b/components/src/components/Map/editForm/Component.edit.data.ts index 29d343100..54af345e9 100644 --- a/components/src/components/Map/editForm/Component.edit.data.ts +++ b/components/src/components/Map/editForm/Component.edit.data.ts @@ -25,6 +25,11 @@ export default { 'Add circular area of interest through a point and custom radius', value: 'circle', }, + { + label: + 'Add polygon', + value: 'polygon', + }, ], defaultValue: 'marker', key: 'markerType', diff --git a/components/src/components/Map/editForm/Component.edit.display.ts b/components/src/components/Map/editForm/Component.edit.display.ts index 5dd2fc6e6..6072f1634 100644 --- a/components/src/components/Map/editForm/Component.edit.display.ts +++ b/components/src/components/Map/editForm/Component.edit.display.ts @@ -59,35 +59,5 @@ export default { tooltip: 'Assign one or more CSS class names to customize the appearance of this component.', }, - - // { - // // You can ignore existing fields. - // key: 'placeholder', - // ignore: true, - // }, - // { - // key: 'tableView', - // ignore: true, - // }, - // { - // key: 'hidden', - // ignore: true, - // }, - // { - // key: 'autofocus', - // ignore: true, - // }, - // { - // key: 'tabindex', - // ignore: true, - // }, - // { - // key: 'modalEdit', - // ignore: true, - // }, - // { - // key: 'disabled', - // ignore: true, - // }, ], };