Skip to content

Instantly share code, notes, and snippets.

@aaronbauman
Last active January 7, 2020 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronbauman/66047a762d600348963df101f96dcf0d to your computer and use it in GitHub Desktop.
Save aaronbauman/66047a762d600348963df101f96dcf0d to your computer and use it in GitHub Desktop.
L+I Permit vizwit config
{
"version": "2",
"header": {
"title": "L+I Permit Refusals (zoning)",
"description": ""
},
"cards": [
{
"x": 0,
"y": 20,
"width": 12,
"height": 5,
"vizwit": {
"title": "L+I Permit Refusals and Code Violations",
"chartType": "table",
"provider": "carto",
"domain": "phl.carto.com",
"dataset": "li_appeals",
"order": "processeddate desc",
"baseFilters": [
{
"field": "applictype",
"expression": {
"type": "=",
"value": "RB_ZBA"
}
}
],
"columnsToHide": [
"cartodb_id",
"objectid",
"the_geom",
"the_geom_webmercator",
"addresskey",
"appeal_key",
"geocode_x",
"geocode_y"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment