diff --git a/src/export/bops/mocks/flow.ts b/src/export/bops/mocks/flow.ts index 6be1bcfe..96ef226a 100644 --- a/src/export/bops/mocks/flow.ts +++ b/src/export/bops/mocks/flow.ts @@ -143193,11 +143193,10 @@ export const mockPublishedLDCFlow: FlowGraph = { "

The site outline is often the same as the property boundary. This includes any gardens or outside spaces.

You should include:

", howMeasured: "

Ways to provide your site outline

You can either:

You do not need to do both.

Drawing your site outline on this map helps us accurately identify things that might affect your project. For example, if your site is in a conservation area.

", - dataFieldArea: "proposal.siteArea", definitionImg: "https://user-data-8038f15.s3.eu-west-2.amazonaws.com/yrjahw3c/siteplan2.png", hideFileUpload: false, - dataFieldBoundary: "property.boundary.site", + fn: "property.boundary.site", titleForUploading: "Upload a location plan", descriptionForUploading: "

Your location plan must:

", diff --git a/src/export/digitalPlanning/mocks/flows/planningPermission.ts b/src/export/digitalPlanning/mocks/flows/planningPermission.ts index ec65e0ec..0a22dc8f 100644 --- a/src/export/digitalPlanning/mocks/flows/planningPermission.ts +++ b/src/export/digitalPlanning/mocks/flows/planningPermission.ts @@ -6076,9 +6076,8 @@ export const mockPublishedPlanningPermissionFlow = { '

The Town and Country Planning (Development Management Procedure) (England) Order 2015,

Planning Practice Guidance (PPG)

', description: "

This is not just the outline of your new project. It's called a red line drawing or location plan.

It needs to be accurate so we can spot things that might impact your project. If it's wrong, your application may be invalid.

You need to draw:

You must also include:

", - dataFieldArea: "property.boundary.area", hideFileUpload: true, - dataFieldBoundary: "property.boundary.site", + fn: "property.boundary.site", titleForUploading: "Upload a location plan", descriptionForUploading: "

Your location plan must:

", diff --git a/src/export/digitalPlanning/mocks/flows/priorApproval.ts b/src/export/digitalPlanning/mocks/flows/priorApproval.ts index 5ac16b68..f026f64f 100644 --- a/src/export/digitalPlanning/mocks/flows/priorApproval.ts +++ b/src/export/digitalPlanning/mocks/flows/priorApproval.ts @@ -19204,9 +19204,8 @@ export const mockPublishedPriorApprovalFlow = { "

The red line shown below should include:

If the red line already includes all these, select continue. If not, select More information for guidance on how to amend or redraw the outline.

", howMeasured: '

We have pre-populated the map with a red outline that includes the entire property using information from the Land Registry.

In some cases, this outline might not include all the works or the areas that will be closed off. This might be because you're proposing works to a public highway (such as a dropped kerb), doing works that involve multiple properties, or works to a building that is part of a larger estate.

In these cases, you should amend the red outline by dragging the edges, or erase it by clicking the 🗑-icon on the map and draw a new outline.

How to draw and amend the outline

  1. Move the cursor to the corner you want to start with and click or tap once.

  2. Move the cursor to the next corner and click or tap.

  3. Repeat until you have the shape you need.

  4. Click or tap the last corner again to stop drawing.

  5. To amend the outline, click or tap on a line and drag it into a new position.

', - dataFieldArea: "property.boundary.area", hideFileUpload: false, - dataFieldBoundary: "property.boundary.site", + fn: "property.boundary.site", titleForUploading: "Upload a location plan", descriptionForUploading: "

Your location plan must:

", diff --git a/src/models/session/mocks/large-real-life-flow.ts b/src/models/session/mocks/large-real-life-flow.ts index f38275f2..b92b9487 100644 --- a/src/models/session/mocks/large-real-life-flow.ts +++ b/src/models/session/mocks/large-real-life-flow.ts @@ -143201,11 +143201,10 @@ export const flow: FlowGraph = { "

The site outline is often the same as the property boundary. This includes any gardens or outside spaces.

You should include:

", howMeasured: "

Ways to provide your site outline

You can either:

You do not need to do both.

Drawing your site outline on this map helps us accurately identify things that might affect your project. For example, if your site is in a conservation area.

", - dataFieldArea: "proposal.siteArea", definitionImg: "https://user-data-8038f15.s3.eu-west-2.amazonaws.com/yrjahw3c/siteplan2.png", hideFileUpload: false, - dataFieldBoundary: "property.boundary.site", + fn: "property.boundary.site", titleForUploading: "Upload a location plan", descriptionForUploading: "

Your location plan must:

",