Skip to content

Commit

Permalink
Merge pull request #24 from RyanBirtch-aot/map-layer
Browse files Browse the repository at this point in the history
updated for polygon change
  • Loading branch information
abhilash-aot authored Sep 24, 2024
2 parents 638bbd0 + 10ba795 commit a550238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
5 changes: 5 additions & 0 deletions components/src/components/Map/editForm/Component.edit.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
30 changes: 0 additions & 30 deletions components/src/components/Map/editForm/Component.edit.display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// },
],
};

0 comments on commit a550238

Please sign in to comment.