Skip to content

Commit

Permalink
feat(projectDetailsForm): tms url description text add (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 authored Sep 20, 2024
1 parent 9c0fb1f commit 7c845f7
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,25 @@ const ProjectDetailsForm = ({ flag }) => {
are the instructions for setting up a Central ODK Server on Digital Ocean, if you haven’t already.
</span>
</div>
<div>
You can use the 'Custom TMS URL' option to integrate high-resolution aerial imagery like OpenAerialMap{' '}
<a
href="https://openaerialmap.org/"
className="fmtm-text-blue-600 hover:fmtm-text-blue-700 fmtm-cursor-pointer fmtm-w-fit"
target="_"
>
(OAM)
</a>
. Simply obtain the TMS URL and paste it into the custom TMS field. More details:{' '}
<a
href="https://docs.openaerialmap.org/"
className="fmtm-text-blue-600 hover:fmtm-text-blue-700 fmtm-cursor-pointer fmtm-w-fit"
target="_"
>
OpenAerialMap Documentation
</a>
.
</div>
</div>
</div>
<form
Expand Down

0 comments on commit 7c845f7

Please sign in to comment.