Skip to content

Commit

Permalink
Merge pull request #1899 from bcgov/bugfix/ALCS-2292
Browse files Browse the repository at this point in the history
Move siting diagram just before clustered question
  • Loading branch information
trslater authored Oct 8, 2024
2 parents 136c5af + b847927 commit 25e3154
Showing 1 changed file with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,63 +217,6 @@ <h2>Proposal</h2>
<div class="subtext">Characters left: {{ 4000 - purposeText.textLength }}</div>
</div>

<div class="full-row">
<mat-expansion-panel [expanded]="true" class="siting-of-residences">
<mat-expansion-panel-header>
<mat-panel-title>Siting of the residence(s)</mat-panel-title>
</mat-expansion-panel-header>

<div class="siting-of-residences-content">
<p>
Siting of the residence in the ALR should maintain a viable agricultural remainder and should not
unnecessarily infringe upon the productive farming area of the property. Siting considers both clustering
and setback from the lot line.
</p>

<p>
For more information see
<a
href="https://www.alc.gov.bc.ca/assets/alc/assets/legislation-and-regulation/policies/alc_policy_l-26_-_non-adhering_residential_use_applications.pdf"
target="_blank"
>Policy L-26: Non-Adhering Residential Applications for Housing in the ALR.</a
>
</p>

<div class="siting-of-residences-figures">
<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Unclustered</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/unclustered.svg"
alt=""
/>
</figure>

<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Clustered</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/clustered.svg"
alt=""
/>
</figure>

<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Setback</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/setback.svg"
alt=""
/>
</figure>
</div>
</div>
</mat-expansion-panel>
</div>

<div
class="full-row"
*ngIf="
Expand Down Expand Up @@ -375,6 +318,63 @@ <h2>Proposal</h2>
<div class="subtext">Characters left: {{ 4000 - tfwhFarmSizeText.textLength }}</div>
</div>

<div class="full-row">
<mat-expansion-panel [expanded]="true" class="siting-of-residences">
<mat-expansion-panel-header>
<mat-panel-title>Siting of the residence(s)</mat-panel-title>
</mat-expansion-panel-header>

<div class="siting-of-residences-content">
<p>
Siting of the residence in the ALR should maintain a viable agricultural remainder and should not
unnecessarily infringe upon the productive farming area of the property. Siting considers both clustering
and setback from the lot line.
</p>

<p>
For more information see
<a
href="https://www.alc.gov.bc.ca/assets/alc/assets/legislation-and-regulation/policies/alc_policy_l-26_-_non-adhering_residential_use_applications.pdf"
target="_blank"
>Policy L-26: Non-Adhering Residential Applications for Housing in the ALR.</a
>
</p>

<div class="siting-of-residences-figures">
<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Unclustered</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/unclustered.svg"
alt=""
/>
</figure>

<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Clustered</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/clustered.svg"
alt=""
/>
</figure>

<figure class="siting-of-residences-figure">
<figcaption class="siting-of-residences-figure-caption">Setback</figcaption>
<img
width="100%"
class="siting-of-residences-figure-image"
src="assets/siting-figures/setback.svg"
alt=""
/>
</figure>
</div>
</div>
</mat-expansion-panel>
</div>

<div class="full-row">
<label for="clustered"
>Will the proposed residence(s) be clustered with existing residential structures? Please explain.</label
Expand Down

0 comments on commit 25e3154

Please sign in to comment.