From d463d9f1166cb83cc4726c3542f6029a9c179464 Mon Sep 17 00:00:00 2001 From: horatio Date: Wed, 22 Nov 2023 11:41:32 -0500 Subject: [PATCH] updated zola DTM link maps.nyc... => gis.nyc... --- app/components/layer-record-views/tax-lot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layer-record-views/tax-lot.js b/app/components/layer-record-views/tax-lot.js index 439e32b2..b6b1d9b8 100644 --- a/app/components/layer-record-views/tax-lot.js +++ b/app/components/layer-record-views/tax-lot.js @@ -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() {