Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(projectDetailsForm): tms url description text add #1795

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading