Change Land Use source to default source type
This commit is contained in:
parent
725d7710b9
commit
e150b1b36f
@ -266,15 +266,16 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
title: "Source type",
|
title: "Source type",
|
||||||
tooltip: "Source for the current land use",
|
tooltip: "Source for the current land use",
|
||||||
example: "",
|
example: "",
|
||||||
items: [
|
items: commonSourceTypes
|
||||||
"Expert/personal knowledge of building",
|
// items: [
|
||||||
"Online streetview image",
|
// "Expert/personal knowledge of building",
|
||||||
"Open planning authority dataset",
|
// "Online streetview image",
|
||||||
"Open property tax dataset",
|
// "Open planning authority dataset",
|
||||||
"Open housing dataset",
|
// "Open property tax dataset",
|
||||||
"Open address dataset",
|
// "Open housing dataset",
|
||||||
"Other"
|
// "Open address dataset",
|
||||||
],
|
// "Other"
|
||||||
|
// ],
|
||||||
},
|
},
|
||||||
current_landuse_source_detail: {
|
current_landuse_source_detail: {
|
||||||
category: Category.LandUse,
|
category: Category.LandUse,
|
||||||
|
Loading…
Reference in New Issue
Block a user