change current_landuse_source source options

This commit is contained in:
Ed Chalstrey 2022-04-29 11:34:32 +01:00
parent 0c0b994985
commit 6fd0a313db

View File

@ -63,19 +63,12 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => (
tooltip={dataFields.current_landuse_source.tooltip}
placeholder=""
options={[
"Expert knowledge of building",
"Expert estimate from image",
"Survey of London",
"Pevsner Guides",
"Victoria County History",
"Local history publication",
"Other publication",
"National Heritage List for England",
"Other database or gazetteer",
"Historical map",
"Other archive document",
"Film/Video",
"Other website",
"Expert/personal knowledge of building",
"Online streetview image",
"Open planning authority dataset",
"Open property tax dataset",
"Open housing dataset",
"Open address dataset",
"Other"
]}
/>