Skip to content

Commit

Permalink
Merge pull request #1174 from NYCPlanning/develop
Browse files Browse the repository at this point in the history
Update tax lot panel to point to new DOF Property Information Portal
  • Loading branch information
TylerMatteo authored Jan 24, 2024
2 parents 99d4fc2 + 1c7699c commit a63ef60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/layer-record-views/tax-lot.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export default class TaxLotRecordComponent extends LayerRecordComponent {
}

get digitalTaxMapLink() {
return `http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${this.model.bbl}`;
return `https://propertyinformationportal.nyc.gov/parcels/parcel/${this.model.bbl}`;
}

get zoningMapLink() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module(

assert.equal(
find('[data-test-tax-map-link]').getAttribute('href'),
'http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=1000477501'
'https://propertyinformationportal.nyc.gov/parcels/parcel/1000477501'
);
});

Expand Down

0 comments on commit a63ef60

Please sign in to comment.