enable borough boundary display by default
This commit is contained in:
parent
c0b58acc3a
commit
241c0583a9
@ -51,7 +51,7 @@ export const ColouringMap : FC<ColouringMapProps> = ({
|
||||
}) => {
|
||||
|
||||
const [theme, setTheme] = useState<MapTheme>('night');
|
||||
const [borough, setBorough] = useState<BoroughEnablementState>('disabled');
|
||||
const [borough, setBorough] = useState<BoroughEnablementState>('enabled');
|
||||
const [parcel, setParcel] = useState<ParcelEnablementState>('disabled');
|
||||
const [flood, setFlood] = useState<FloodEnablementState>('disabled');
|
||||
const [conservation, setConservation] = useState<ConservationAreasEnablementState>('disabled');
|
||||
|
Loading…
Reference in New Issue
Block a user