In TagStore, this creates a _mapTagTree object that structures the three-level
hierarchy of map navigation tags. TagStore.getMapTagTree() can be used to
retrieve this structure.
App stores the map tag tree in its state, and feeds it to Sidebar.
Sidebar iterates over the tag tree to create the nav with text.
Some additional small fixes:
MapStore uses undefined in place of null to check for missing data.
deleted console logging debug lines from xlsx_2_db.js
In TagStore, this creates a _mapTagTree object that structures the three-level hierarchy of map navigation tags.
TagStore.getMapTagTree()
can be used to retrieve this structure.App
stores the map tag tree in its state, and feeds it to Sidebar.Sidebar
iterates over the tag tree to create the nav with text.Some additional small fixes:
undefined
in place ofnull
to check for missing data.xlsx_2_db.js