Skip to content

Commit

Permalink
Merge pull request #1157 from NYCPlanning/50/investigate-zola-dtm-issues
Browse files Browse the repository at this point in the history
1155 Update ZOLA DTM link
  • Loading branch information
horatiorosa authored Nov 27, 2023
2 parents 777cd81 + 7f704bb commit 4eab32e
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://maps.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${this.model.bbl}`;
return `http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${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://maps.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=1000477501'
'http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=1000477501'
);
});

Expand Down

0 comments on commit 4eab32e

Please sign in to comment.