91³Ô¹ÏÍø

Watch CBS News

Brookhaven reminds residents tree removal permits required to protect city canopy

City leaders in Brookhaven are reminding residents that cutting down trees without proper approval could come with consequences, as officials double down on efforts to preserve the city's tree canopy.

In a release Thursday, the city emphasized that permits are required for most non-emergency tree removals, part of a broader push to protect environmental health and maintain quality of life in the growing suburban community. 

Brookhaven officials say trees play a critical role beyond aesthetics — helping produce oxygen, reduce carbon dioxide and other pollutants, and regulate temperatures in urban areas.

"We place a premium on tree canopy preservation in Brookhaven," Mayor John Park said in a statement. "As a suburban area flanked on all sides by urban sprawl, preservation of our tree canopy is preservation of our quality of life." 

What residents need to know

According to the city, a tree removal permit is required for any non-emergency removal of trees measuring four inches or more in diameter at breast height. 

Property owners are allowed to remove up to two non-specimen trees every 18 months, as long as they maintain a minimum tree density standard of 130 diameter inches per acre. 

To apply for a permit, residents must provide:

  • A completed tree removal application verifying site density
  • A site plan or sketch showing trees and structures
  • Clear photos of the trees in question
  • Documentation from a qualified professional, if required

The city also requires that an approved permit and public notice sign be posted at least five days before removal begins, with trees marked accordingly. 

Penalties for violations

Officials warn that removing trees without a permit can result in fines and additional penalties. Repeat violators could face stricter consequences, including being banned from performing tree-related work within Brookhaven for up to three years. 

City leaders say the enforcement is necessary as development continues across metro Atlanta, putting pressure on green space and tree coverage.

Residents can apply for permits through the city's or contact Brookhaven's Tree Canopy Preservation Division for more information. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });