Add sample habitat image and zone data

- Renames fixture scripts
This commit is contained in:
Dana Lambert 2021-11-10 17:34:16 +13:00
parent 1dcd42b6bc
commit 627816a3cd
14 changed files with 96 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -20,6 +20,8 @@ export default function ZoneSelector(props) {
setHabitatImageFile(imageSrc)
findAndSetImageHeightFunc(imageSrc)
}
}).catch(e => {
findAndSetImageHeightFunc(habitatImageFile)
})
}