Skip to content

Commit

Permalink
remove old tooltip code
Browse files Browse the repository at this point in the history
  • Loading branch information
traitortots committed Jan 17, 2023
1 parent b38022f commit 88cc099
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web-map/scripts/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,6 @@ var loadZones = function(geojson) {
tooltip.remove();
}
});

// Add tooltip
// layer.bindTooltip(!pp[zName] || pp[zName] === 'Not Zoned' || pp[zName] === 'NULL'
// ? '<strong>Not Zoned</strong><br>' + pp[zTown]
// : '<h6 class="t-t ttu">' + pp[zName] + '</h6><strong class="black-50">' + pp[zTown] + '</strong><br>'
// + ( pp['AHT'] == 'A' ? '<strong>Income Restricted Housing Incentive(s) Available!</strong><br> The definition of affordable housing in this district is: ' + '"' + pp['AHD'] + '"' + '<br>': '' )
// + ( pp['EHD'] == 'Yes' ? 'Elderly Housing Only<br>' : '' )
// + ( pp['MUS'] == '1' ? 'Requires a Minimum Home Size<br>' : '' )
// + ( pp['PK'] && pp['PK'].length > 1 ? '<strong>Parking Required: </strong>' + pp['PK'] + '<br>' : '' )
// + ( pp['TN'] ? '<strong>Note:</strong> ' + pp['TN']: '' ),

// { sticky: true } );
}

}
Expand Down

0 comments on commit 88cc099

Please sign in to comment.