Interactive Zoning Guide & Checklist
Use this tool to understand common zoning codes and prepare a checklist for your local planning department.
Property Details
General Zoning Code Information
Select a code to see a general description here.
Checklist for Local Zoning Office
Check off these questions as you find the answers for your specific property.
Download Your Zoning Report
Click the button below to generate a PDF of your property information, general zoning description, and completed checklist for your records.
Zoning Research Report
General Zoning Information
Completed Checklist
${item.checked ? '☑' : '☐'} ${item.value}
`).join(''); const pdfContentEl = getEl('pdf-content'); pdfContentEl.style.display = 'block'; html2canvas(pdfContentEl, { scale: 2 }).then(canvas => { const imgData = canvas.toDataURL('image/png'); const pdfWidth = pdf.internal.pageSize.getWidth(); const imgProps = pdf.getImageProperties(imgData); const imgHeight = (imgProps.height * (pdfWidth - 20)) / imgProps.width; pdf.addImage(imgData, 'PNG', 10, 10, pdfWidth - 20, imgHeight); pdf.save('Zoning-Report.pdf'); pdfContentEl.style.display = 'none'; }); }); populateDropdown(); populateChecklist(); });