Skip to content

Commit

Permalink
fix(dataExtract): add note about additional feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Nov 15, 2024
1 parent f213bbc commit a2c944d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/frontend/src/components/createnewproject/DataExtract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ const DataExtract = ({
You can use these map features to use the 'select from map' functionality from ODK that allows you to select
the feature to collect data for.
</span>{' '}
<span>
Additional datasets might be important if your survey consists of more than one feature to select. For
example, selecting a building as the primary feature, with an associated road, or nearby hospital. In this
case, the roads or hospital features would be uploaded separately. Note that these features will not be
factored in when dividing the primary features into task areas.
</span>
</p>
</div>
<div className="lg:fmtm-w-[80%] xl:fmtm-w-[83%] fmtm-bg-white fmtm-px-5 lg:fmtm-px-11 fmtm-py-6 lg:fmtm-overflow-y-scroll lg:scrollbar">
Expand Down

0 comments on commit a2c944d

Please sign in to comment.