Skip to content

Commit

Permalink
add more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Mar 28, 2024
1 parent cd95789 commit 522b38c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/routes/sections/DataLayersSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,14 @@

<span class="outline-text label-medium">
{#if imageryQuality == 'HIGH'}
Imagery and DSM data were processed at <b>0.1 m/pixel</b>.
<p><b>Low altitude aerial imagery</b> available.</p>
<p>Imagery and DSM data were processed at <b>10 cm/pixel</b>.</p>
{:else if imageryQuality == 'MEDIUM'}
Imagery and DSM data were processed at <b>0.25 m/pixel</b>.
<p><b>AI augmented aerial imagery</b> available.</p>
<p>Imagery and DSM data were processed at <b>25 cm/pixel</b>.</p>
{:else if imageryQuality == 'LOW'}
Imagery and DSM data were processed at <b>0.5 m/pixel</b>.
<p><b>AI augmented aerial or satellite imagery</b> available.</p>
<p>Imagery and DSM data were processed at <b>50 cm/pixel</b>.</p>
{/if}
</span>

Expand Down

0 comments on commit 522b38c

Please sign in to comment.