CollectionBuilder / collectionbuilder-gh

A framework for creating digital exhibits from a folder of files and a spreadsheet. See Readme below for instructions to get started!
https://collectionbuilder.github.io/collectionbuilder-gh/
MIT License
92 stars 75 forks source link

Map breaks if item missing a format #49

Closed dcnb closed 3 years ago

dcnb commented 3 years ago

We should account for this

evanwill commented 3 years ago

it is accounted for by being required field :wink:

yeah, I started fixing all the "null" value issues in js in cb-csv (its from doing this sort of check if (feature.properties.format.includes("audio"))), and cleaning up the fall backs. I didn't do map-js yet, but will polish it up there, then migrate here.

evanwill commented 3 years ago

fixed