Last active
January 7, 2020 19:33
-
-
Save aaronbauman/66047a762d600348963df101f96dcf0d to your computer and use it in GitHub Desktop.
L+I Permit vizwit config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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