Skip to content

Commit

Permalink
Merge pull request #168 from hotosm/fix/gsd-unit
Browse files Browse the repository at this point in the history
feat: Update GSD unit
  • Loading branch information
nrjadkry authored Aug 26, 2024
2 parents c649e7d + fa30e64 commit 72eeae2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const KeyParameters = ({ formProps }: { formProps: UseFormPropsType }) => {

{measurementType === 'gsd' ? (
<FormControl className="naxatw-mt-4 naxatw-gap-1">
<Label required>Ground Sampling Distance (meter)</Label>
<Label required>Ground Sampling Distance (cm/pixel)</Label>
<Input
placeholder="Enter GSD in meter"
placeholder="Enter GSD in cm/pixel"
type="number"
{...register('gsd_cm_px', {
required: 'GSD is required',
Expand Down

0 comments on commit 72eeae2

Please sign in to comment.