You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noting a couple of things we should look into, @lmullen:
I'm noticing that in a few cases the population_1926 field seems empty for some locations. There's a check in the cities-map.js file that, if a null value is found, it'll display that there's missing data to a user (otherwise it breaks the tooltip entirely). But we may want to double-check the database for data should either be there or needs to be added.
There seems to be some missing denominations data. For example, if you select "Congregational Methodist Church" there is no data displayed on the map. If it's true there's no data in the database yet for particular denominations, perhaps we should hide cases where there's no/missing data? Or, have some kind of display on the map indicating there isn't data to display.
The text was updated successfully, but these errors were encountered:
Just noting a couple of things we should look into, @lmullen:
population_1926
field seems empty for some locations. There's a check in thecities-map.js
file that, if a null value is found, it'll display that there's missing data to a user (otherwise it breaks the tooltip entirely). But we may want to double-check the database for data should either be there or needs to be added.The text was updated successfully, but these errors were encountered: