Skip to content

Commit 15e8224

Browse files
fix: correct prefixes for PlanningDesignations (#125)
1 parent 40c834c commit 15e8224

File tree

6 files changed

+77
-77
lines changed

6 files changed

+77
-77
lines changed

examples/data/ldcE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const validLDCE: Schema = {
220220
intersects: false,
221221
},
222222
{
223-
value: 'designated.SPA',
223+
value: 'nature.SPA',
224224
description: 'Special Protection Area (SPA)',
225225
intersects: false,
226226
},

examples/data/ldcP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const validLDCP: Schema = {
152152
intersects: false,
153153
},
154154
{
155-
value: 'designated.SPA',
155+
value: 'nature.SPA',
156156
description: 'Special Protection Area (SPA)',
157157
intersects: false,
158158
},

examples/data/planningPermission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const validPlanningPermission: Schema = {
167167
intersects: false,
168168
},
169169
{
170-
value: 'designated.SPA',
170+
value: 'nature.SPA',
171171
description: 'Special Protection Area (SPA)',
172172
intersects: false,
173173
},

examples/data/priorApproval.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const validPriorApproval: Schema = {
203203
intersects: false,
204204
},
205205
{
206-
value: 'designated.SPA',
206+
value: 'nature.SPA',
207207
description: 'Special Protection Area (SPA)',
208208
intersects: false,
209209
},

0 commit comments

Comments
 (0)