Skip to content

Commit

Permalink
Changes to map settings form to enable line input
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBirtch-aot committed Oct 24, 2024
1 parent abf0026 commit b04274e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/src/components/Map/editForm/Component.edit.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b04274e

Please sign in to comment.