BetaNYC / SLAM

SLA Mapper (SLAM) – is a tool that aggregates data that community boards often have to gather in order to review liquor license applications and sidewalk cafe applications. Displaying this information in a unified view saves community boards considerable time and resources.

Home Page:https://slam.beta.nyc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLAM not displaying licenses/complaints/healthgrades

office-cb5 opened this issue · comments

Hi Beta NYC,

For some reason, it looks like the license information, complaint data, and health grades are not appearing on SLAM.

Anything you can advise? I've got adobe flash working. I don't know what's up

All the best and thank you,
Luke from Community Board Five

The State Liquor Authority changed two of the column names in their dataset.

doing_business_as_dba was changed to doing_business_as_dba_
and
actual_address_of_premises_address1 was changed to actual_address_of_premises_address1_

This dataset is set to sync with the BetaNYC Carto account weekly, so when they changed the column name in the dataset and the dataset synced with our Carto account, the SLAM code could no longer recognize our references to those columns.

I changed all of the references to both of those columns in index.html, and everything worked fine.