Skip to content

Commit

Permalink
updated zola DTM link maps.nyc... => gis.nyc...
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Nov 22, 2023
1 parent 777cd81 commit d463d9f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d463d9f

Please sign in to comment.