Skip to content

Commit

Permalink
correcting foreclosed
Browse files Browse the repository at this point in the history
  • Loading branch information
e-j-shin committed Aug 8, 2024
1 parent da0b355 commit cc3e776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Jersey City/data/lien_overall/2019_accumulate.csv
2 changes: 1 addition & 1 deletion Albuquerque/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ map.on('load', function () {
if (signed) overallFilters.push(['==', ['get', 'Status_overall'], 'Signed']);
if (released) overallFilters.push(['==', ['get', 'Status_overall'], 'Released']);
if (foreclosed) {
overallFilters.push(['==', ['get', 'Status_overall'], 'Forclosed']);
overallFilters.push(['==', ['get', 'Status_overall'], 'Foreclosed']);
overallFilters.push(['==', ['get', 'Status_overall'], 'Release (before foreclose)']);
}
if (pending) overallFilters.push(['==', ['get', 'Status_overall'], 'Pending']);
Expand Down

0 comments on commit cc3e776

Please sign in to comment.