-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresidential.php
74 lines (40 loc) · 2.31 KB
/
residential.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
session_start();
$pagetitle="Residential design";
include("includes/head.php");
?>
<div id="maincontent" class="subpage">
<div class="container">
<div class="textcontent">
<h2>Residential design</h2>
<p class="mainpara">Planning Applications for residential projects, whether a single house or a large commercial development, often require
landscape and visual impact assessments to be carried out to establish what effect the new proposal may have on the surrounding landscape.
LandShape can assist you with the preparation of these either as a standalone document or as part of larger Design and Access Statement.
We can assist you with developing your residential scheme from a greenfield site through to construction on site and we are experienced in
working with a variety of local authorities to provide a satisfactory outcome.</p>
<div class="contentblockcontainer">
<div class="contentblock">
<div class="contentimage">
<img src="graphics/winchester-plan.png" alt="plan of winchester development">
</div>
</div><!--contentblock 1-->
<div class="contentblock">
<p>LandShape recommends that any new residential development should be designed by both landscape architects and architects working together.
Using both professions ensures that the master-plan for the development maximises both built form and landscape potential and ensures that
the project provides the best solution for the constraints of the land. We are experienced in working together with planners and architects
to provide master-plans for housing from individual houses to large commercial schemes.</p>
<p>LandShape often recommends that a LVIA is submitted together with a Landscape Strategy in order to show the planning authorities
the general outline of the landscape issues and solutions for the project. The strategy and LVIA are developed together as an
iterative process ensuring that all issues are covered and there are no unpleasant and costly surprises at a later date.
Preparing a strategy which complements the LVIA also indicates to the planning authority that any mitigation has been carefully
considered and designed.</p>
</div><!--contentblock 2-->
</div> <!--contentblockcontainer-->
</div> <!--textcontent-->
</div> <!--container-->
</div> <!--maincontent-->
<?php
include("includes/footer.php");
?>
</body>
</html>