<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zoning application LA Archives - JDJ Consulting</title>
	<atom:link href="https://jdj-consulting.com/tag/zoning-application-la/feed/" rel="self" type="application/rss+xml" />
	<link>https://jdj-consulting.com/tag/zoning-application-la/</link>
	<description></description>
	<lastBuildDate>Wed, 04 Feb 2026 18:55:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://jdj-consulting.com/wp-content/uploads/2025/09/jdj-fav-1-150x150.png</url>
	<title>Zoning application LA Archives - JDJ Consulting</title>
	<link>https://jdj-consulting.com/tag/zoning-application-la/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Guide to Filling Out the City Planning Application Form Los Angeles</title>
		<link>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/</link>
					<comments>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/#comments</comments>
		
		<dc:creator><![CDATA[Jake Heller]]></dc:creator>
		<pubDate>Tue, 22 Jul 2025 16:03:16 +0000</pubDate>
				<category><![CDATA[Land Use & Entitlements]]></category>
		<category><![CDATA[Development approvals]]></category>
		<category><![CDATA[How to fill planning form]]></category>
		<category><![CDATA[JDJ Consulting Group]]></category>
		<category><![CDATA[LA entitlement guide]]></category>
		<category><![CDATA[Land use consulting]]></category>
		<category><![CDATA[Los Angeles City Planning]]></category>
		<category><![CDATA[permit expediting]]></category>
		<category><![CDATA[Planning application process]]></category>
		<category><![CDATA[Planning clearance LA]]></category>
		<category><![CDATA[Real estate development Los Angeles]]></category>
		<category><![CDATA[Zoning application LA]]></category>
		<guid isPermaLink="false">https://jdj-consulting.com/?p=5595</guid>

					<description><![CDATA[<p>Filing a City Planning Application in Los Angeles can feel overwhelming—but it doesn’t have to be. This step-by-step guide from JDJ Consulting Group explains how to complete each section of the application form, avoid costly mistakes, and prepare the right documents. Whether you're requesting a zone change, subdivision, or CUP, get expert tips to streamline your planning process and move your project forward.</p>
<p>The post <a href="https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/">Guide to Filling Out the City Planning Application Form Los Angeles</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5595" class="elementor elementor-5595">
				<div class="elementor-element elementor-element-655728bb e-flex e-con-boxed e-con e-parent" data-id="655728bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-64df7a6a elementor-widget elementor-widget-text-editor" data-id="64df7a6a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h1 data-start="63" data-end="157">Guide to Filling Out the City Planning Application Form in Los Angeles</h1><p data-start="159" data-end="513"><strong data-start="159" data-end="226">Planning a development project in Los Angeles or nearby cities?</strong> Whether you’re seeking a zone change, a subdivision, or a <a href="https://jdj-consulting.com/master-the-conditional-use-permit-los-angeles-city-process/">conditional use permit</a>, the <strong data-start="313" data-end="347">City Planning Application Form in Los Angeles</strong> is the official starting point of the discretionary review process. Filling it out may seem straightforward—but a single error or omission can cause months of delay.</p><p data-start="515" data-end="785">In this two-part guide, the land use experts at <a href="https://jdj-consulting.com/"><strong data-start="563" data-end="587">JDJ Consulting Group</strong></a> walk you step-by-step through the City Planning Application Form. You&#8217;ll learn how to complete each section accurately, what supporting documents to gather, and how to avoid common filing pitfalls.</p>								</div>
				<div class="elementor-element elementor-element-a49a385 elementor-widget elementor-widget-html" data-id="a49a385" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 600px; margin: 2rem auto; background-color: #f9f9f9; padding: 1rem; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
  <h3 style="text-align: center; color: #020101;">Common LA Planning Applications</h3>
  <canvas id="planningPieChart"></canvas>
  <p style="font-size: 0.9rem; text-align: center; margin-top: 1rem; color:#7A7A7A;">This pie chart illustrates the most frequently filed planning applications in Los Angeles.</p>
</div>

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
  const ctx = document.getElementById('planningPieChart').getContext('2d');
  new Chart(ctx, {
    type: 'pie',
    data: {
      labels: ['Conditional Use Permits (CUP)', 'Zone Changes', 'Parcel Maps', 'Site Plan Reviews', 'Other'],
      datasets: [{
        data: [35, 25, 20, 10, 10],
        backgroundColor: ['#FF631B', '#020101', '#7A7A7A', '#fff7ed', '#ecf0f1'], // website colors
        borderColor: '#fff',
        borderWidth: 2
      }]
    },
    options: {
      responsive: true,
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            color: '#020101' // legend text in black
          }
        }
      }
    }
  });
</script>
				</div>
				<div class="elementor-element elementor-element-b1b9e7d elementor-widget elementor-widget-text-editor" data-id="b1b9e7d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="792" data-end="841">Why the City Planning Application Form Los Angeles Matters</h2><p data-start="843" data-end="1035">The form isn’t just paperwork. It’s your formal request to change how land is used. City planners, zoning administrators, and decision-makers will use the application as a roadmap to evaluate:</p><ul data-start="1037" data-end="1254"><li data-start="1037" data-end="1071"><p data-start="1039" data-end="1071">What changes you’re requesting</p></li><li data-start="1072" data-end="1134"><p data-start="1074" data-end="1134">Whether your proposal fits local zoning and planning goals</p></li><li data-start="1135" data-end="1183"><p data-start="1137" data-end="1183">What technical or legal reviews are required</p></li><li data-start="1184" data-end="1254"><p data-start="1186" data-end="1254">Whether your project qualifies for CEQA exemptions or needs an EIR</p></li></ul><blockquote data-start="1256" data-end="1328"><p data-start="1258" data-end="1328">Filing the form correctly can save you weeks—or even months—of delays.</p></blockquote><h2 data-start="1335" data-end="1373">When Do You Need to File This Form?</h2><p data-start="1375" data-end="1476">You’ll need to submit a City Planning Application Form if your project involves any of the following:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 338px;" width="877" data-start="1478" data-end="2047"><thead data-start="1478" data-end="1560"><tr data-start="1478" data-end="1560"><th data-start="1478" data-end="1522" data-col-size="md"><strong data-start="1480" data-end="1502">Triggering Actions</strong></th><th data-start="1522" data-end="1560" data-col-size="sm"><strong data-start="1524" data-end="1558">Requires Planning Application?</strong></th></tr></thead><tbody data-start="1643" data-end="2047"><tr data-start="1643" data-end="1723"><td data-start="1643" data-end="1686" data-col-size="md">Changing zoning or land use</td><td data-col-size="sm" data-start="1686" data-end="1723">Yes</td></tr><tr data-start="1724" data-end="1804"><td data-start="1724" data-end="1767" data-col-size="md">Requesting a Conditional Use Permit (CUP)</td><td data-col-size="sm" data-start="1767" data-end="1804">Yes</td></tr><tr data-start="1805" data-end="1885"><td data-start="1805" data-end="1848" data-col-size="md">Creating or adjusting lot lines</td><td data-col-size="sm" data-start="1848" data-end="1885">Yes</td></tr><tr data-start="1886" data-end="1966"><td data-start="1886" data-end="1930" data-col-size="md">Seeking height, parking, or setback relief</td><td data-start="1930" data-end="1966" data-col-size="sm">Yes</td></tr><tr data-start="1967" data-end="2047"><td data-start="1967" data-end="2010" data-col-size="md">By-right construction with no variances</td><td data-start="2010" data-end="2047" data-col-size="sm">Not usually</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="2049" data-end="2129"><p data-start="2051" data-end="2129">Even small additions may need review if located in overlays or specific plans.</p></blockquote><h2 data-start="2136" data-end="2174">Before You Start: Things to Prepare</h2><p data-start="2176" data-end="2223">Before diving into the form, you should gather:</p><ul data-start="2225" data-end="2511"><li data-start="2225" data-end="2261"><p data-start="2227" data-end="2261"><strong data-start="2227" data-end="2259">Assessor Parcel Number (APN)</strong></p></li><li data-start="2262" data-end="2313"><p data-start="2264" data-end="2313"><strong data-start="2264" data-end="2285">Legal description</strong> from deed or title report</p></li><li data-start="2314" data-end="2354"><p data-start="2316" data-end="2354"><strong data-start="2316" data-end="2352">Site plan and elevation drawings</strong></p></li><li data-start="2355" data-end="2417"><p data-start="2357" data-end="2417"><strong data-start="2357" data-end="2389">Property owner authorization</strong> (if you’re not the owner)</p></li><li data-start="2418" data-end="2458"><p data-start="2420" data-end="2458"><strong data-start="2420" data-end="2456">CEQA environmental documentation</strong></p></li><li data-start="2459" data-end="2511"><p data-start="2461" data-end="2511"><strong data-start="2461" data-end="2478">Fee estimates</strong> (some cities require prepayment)</p></li></ul><blockquote data-start="2513" data-end="2625"><p data-start="2515" data-end="2625">JDJ’s land-use team can help confirm which documents are required based on your jurisdiction and project type.</p></blockquote><h2 data-start="2632" data-end="2682">Section-by-Section Guide to Completing the Form</h2><p data-start="2684" data-end="2925">Let’s break down the <strong data-start="2705" data-end="2739">City Planning Application Form</strong> section by section. This guide focuses on the version used by the <strong data-start="2806" data-end="2829">City of Los Angeles</strong>, but similar fields appear in Burbank, Glendale, Pasadena, and most Southern California cities.</p><p data-start="2684" data-end="2925"><img fetchpriority="high" decoding="async" class=" wp-image-5597 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1.jpg" alt="Shot of an adorable smiling businesswoman using laptop and making notes on a clipboard at home." width="662" height="441" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1-300x200.jpg 300w" sizes="(max-width: 662px) 100vw, 662px" /></p><h3 data-start="2932" data-end="2964">1. Applicant Information</h3><p data-start="2966" data-end="3022">In this section, you’ll provide contact information for:</p><ul data-start="3024" data-end="3184"><li data-start="3024" data-end="3074"><p data-start="3026" data-end="3074">The <strong data-start="3030" data-end="3043">applicant</strong> (you or your representative)</p></li><li data-start="3075" data-end="3120"><p data-start="3077" data-end="3120">The <strong data-start="3081" data-end="3099">property owner</strong> (must match title)</p></li><li data-start="3121" data-end="3184"><p data-start="3123" data-end="3184">The <strong data-start="3127" data-end="3154">agent or representative</strong> (if different from applicant)</p></li></ul><p data-start="3186" data-end="3264">Include names, phone numbers, email addresses, and physical mailing addresses.</p><h3 data-start="3413" data-end="3448">2. Project Location Details</h3><p data-start="3450" data-end="3498">Here, the form asks for your project’s location:</p><ul data-start="3500" data-end="3662"><li data-start="3500" data-end="3518"><p data-start="3502" data-end="3518"><strong data-start="3502" data-end="3518">Site address</strong></p></li><li data-start="3519" data-end="3538"><p data-start="3521" data-end="3538"><strong data-start="3521" data-end="3538">Cross streets</strong></p></li><li data-start="3539" data-end="3566"><p data-start="3541" data-end="3566"><strong data-start="3541" data-end="3564">Community Plan area</strong></p></li><li data-start="3567" data-end="3603"><p data-start="3569" data-end="3603"><strong data-start="3569" data-end="3601">APN (Assessor Parcel Number)</strong></p></li><li data-start="3604" data-end="3662"><p data-start="3606" data-end="3662"><strong data-start="3606" data-end="3627">Legal description</strong> – Lot/Tract numbers, block, etc.</p></li></ul><p data-start="3664" data-end="3710">You can find most of this information through:</p><ul data-start="3712" data-end="3862"><li data-start="3712" data-end="3741"><p data-start="3714" data-end="3741">Your title report or deed</p></li><li data-start="3742" data-end="3781"><p data-start="3744" data-end="3781">The County Assessor’s parcel search</p></li><li data-start="3782" data-end="3862"><p data-start="3784" data-end="3862">ZIMAS (for LA properties) → <a class="cursor-pointer" href="http://zimas.lacity.org" target="_blank" rel="noopener" data-start="3812" data-end="3862">http://zimas.lacity.org</a></p></li></ul><blockquote data-start="3864" data-end="3946"><p data-start="3866" data-end="3946">Be precise. A typo in APN or tract info can result in an automatic rejection.</p></blockquote>								</div>
				<div class="elementor-element elementor-element-417bfb5 elementor-widget elementor-widget-html" data-id="417bfb5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 800px; margin: 2rem auto; padding: 1rem; background-color: #f9f9f9; border: 2px solid #ecf0f1; border-radius: 10px;">
  <h3 style="text-align: center; color: #020101;">Filing to Approval Timeline</h3>
  <div style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.9rem;">
    <div style="flex: 1; background-color: #FF631B; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Application Filed</div>
    <div style="flex: 1; background-color: #020101; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50d.png" alt="🔍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Planner Intake Review</div>
    <div style="flex: 1; background-color: #7A7A7A; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f464.png" alt="👤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Case Planner Assigned</div>
    <div style="flex: 1; background-color: #fff7ed; color: #020101; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e2.png" alt="📢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Public Noticing</div>
    <div style="flex: 1; background-color: #ecf0f1; color: #020101; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-2696-fe0f.png" alt="🧑‍⚖️" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Hearing or Decision</div>
    <div style="flex: 1; background-color: #FF631B; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Approval & Conditions</div>
  </div>
</div>
				</div>
				<div class="elementor-element elementor-element-d8ccd57 elementor-widget elementor-widget-text-editor" data-id="d8ccd57" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3 data-start="3953" data-end="3993">3. Requested Entitlement Actions</h3><p data-start="3995" data-end="4044">This section is where most applications go wrong.</p><p data-start="4046" data-end="4125">You must identify exactly what actions you are requesting. Options may include:</p><ul data-start="4127" data-end="4372"><li data-start="4127" data-end="4145"><p data-start="4129" data-end="4145"><a href="https://jdj-consulting.com/zoning-rules-los-angeles-understanding-the-new-code-and-its-impact-on-your-property/">Zone Change (ZC)</a></p></li><li data-start="4146" data-end="4175"><p data-start="4148" data-end="4175">Height District Change (HD)</p></li><li data-start="4176" data-end="4206"><p data-start="4178" data-end="4206">General Plan Amendment (GPA)</p></li><li data-start="4207" data-end="4237"><p data-start="4209" data-end="4237"><a href="https://jdj-consulting.com/master-the-conditional-use-permit-los-angeles-city-process/">Conditional Use Permit (CUP)</a></p></li><li data-start="4238" data-end="4262"><p data-start="4240" data-end="4262"><a href="https://jdj-consulting.com/site-plan-review-triggers-in-2025-when-your-project-tips-ove/">Site Plan Review (SPR)</a></p></li><li data-start="4263" data-end="4294"><p data-start="4265" data-end="4294"><a href="https://jdj-consulting.com/2025-density-bonus-in-la-complete-developer-guide/">Density Bonus Compliance (DB)</a></p></li><li data-start="4295" data-end="4336"><p data-start="4297" data-end="4336">Zoning Administrator’s Adjustment (ZAA)</p></li><li data-start="4337" data-end="4372"><p data-start="4339" data-end="4372">Parcel Map (PM) or Tract Map (TT)</p></li></ul><p data-start="4374" data-end="4445">If you’re unsure what you need, don’t guess. Consult a land-use expert.</p><blockquote data-start="4447" data-end="4575"><p data-start="4449" data-end="4575"><em><strong data-start="4451" data-end="4461">At JDJ</strong>, we analyze your goals and zoning constraints to select the right entitlement mix and maximize project viability.</em></p></blockquote><h3 data-start="4582" data-end="4612">4. Project Description</h3><p data-start="4614" data-end="4660">This is your elevator pitch in planning terms.</p><p data-start="4662" data-end="4748">Be concise but detailed enough for staff to understand what you&#8217;re proposing. Include:</p><ul data-start="4750" data-end="4946"><li data-start="4750" data-end="4771"><p data-start="4752" data-end="4771">Demolition (if any)</p></li><li data-start="4772" data-end="4807"><p data-start="4774" data-end="4807">Number of units or square footage</p></li><li data-start="4808" data-end="4855"><p data-start="4810" data-end="4855">Use type (residential, mixed-use, commercial)</p></li><li data-start="4856" data-end="4886"><p data-start="4858" data-end="4886">Number of stories and height</p></li><li data-start="4887" data-end="4904"><p data-start="4889" data-end="4904">Parking details</p></li><li data-start="4905" data-end="4946"><p data-start="4907" data-end="4946"><a href="https://jdj-consulting.com/understanding-the-green-building-code-los-angeles/">Green building features</a> (if applicable)</p></li></ul><blockquote data-start="4948" data-end="5190"><p data-start="4950" data-end="5190"><span data-start="4953" data-end="4965">E</span><strong data-start="4953" data-end="4965">xample:</strong> &#8220;Demolition of an existing commercial structure and construction of a 5-story, 32-unit mixed-use building with 4,500 square feet of ground-floor retail, 45 residential parking spaces, and a 15% affordable housing set-aside.&#8221;</p></blockquote><h3 data-start="5197" data-end="5220">5. Site Details</h3><p data-start="5222" data-end="5279">Cities want a technical overview of your site, including:</p><ul data-start="5281" data-end="5560"><li data-start="5281" data-end="5329"><p data-start="5283" data-end="5329"><strong data-start="5283" data-end="5301">Total lot area</strong> (in square feet or acres)</p></li><li data-start="5330" data-end="5384"><p data-start="5332" data-end="5384"><strong data-start="5332" data-end="5358">Floor Area Ratio (FAR)</strong> – existing and proposed</p></li><li data-start="5385" data-end="5436"><p data-start="5387" data-end="5436"><strong data-start="5387" data-end="5409">Zoning designation</strong> (e.g., C2-1VL, R3, etc.)</p></li><li data-start="5437" data-end="5460"><p data-start="5439" data-end="5460"><strong data-start="5439" data-end="5458">Height district</strong></p></li><li data-start="5461" data-end="5516"><p data-start="5463" data-end="5516"><strong data-start="5463" data-end="5495">Current land use designation</strong> (per General Plan)</p></li><li data-start="5517" data-end="5560"><p data-start="5519" data-end="5560"><strong data-start="5519" data-end="5536">Overlay zones</strong> (e.g., TOC, SNAP, HPOZ)</p></li></ul><p data-start="5562" data-end="5618">Many of these can be found in zoning portals like ZIMAS.</p><h3 data-start="5625" data-end="5656">6. Related Case Numbers</h3><p data-start="5658" data-end="5766">If your property has been part of any previous planning or zoning applications, you must disclose them here.</p><ul data-start="5768" data-end="5883"><li data-start="5768" data-end="5829"><p data-start="5770" data-end="5829">Provide case numbers, case types, and a brief description</p></li><li data-start="5830" data-end="5883"><p data-start="5832" data-end="5883">Include approved variances, CUPs, or plan approvals</p></li></ul><p data-start="5885" data-end="5966">Why it matters: Past decisions may affect what the city will or will not approve.</p>								</div>
				<div class="elementor-element elementor-element-1872770 elementor-widget elementor-widget-html" data-id="1872770" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 700px; margin: 2rem auto; padding: 1rem; border-left: 6px solid #FF631B; background: #fff7ed;">
  <h3 style="color: #020101;">Before You File: Required Documents</h3>
  <ul style="list-style: none; padding-left: 0; font-size: 1rem; color: #7A7A7A;">
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Assessor Parcel Number (APN)</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Legal description from deed/title report</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Site plan and elevation drawings</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Property owner authorization letter</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> CEQA documentation (Exemption or Screening Form)</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Preliminary fee estimate/payment proof</li>
  </ul>
  <p style="font-size: 0.85rem; margin-top: 1rem; color: #7A7A7A;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Tip: JDJ can confirm exactly what documents you need based on your project and city.</p>
</div>
				</div>
				<div class="elementor-element elementor-element-f81c147 elementor-widget elementor-widget-text-editor" data-id="f81c147" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3 data-start="5973" data-end="5999">7. Owner’s Consent</h3><p data-start="6001" data-end="6128">Every application must be signed by the <strong data-start="6041" data-end="6065">legal property owner</strong>. In some cases, a <strong data-start="6084" data-end="6115">wet ink notarized signature</strong> is required.</p><ul data-start="6130" data-end="6282"><li data-start="6130" data-end="6219"><p data-start="6132" data-end="6219">If the applicant is not the owner, include a signed and dated letter of authorization</p></li><li data-start="6220" data-end="6282"><p data-start="6222" data-end="6282">For corporate entities, provide proof of signing authority</p></li></ul><blockquote data-start="6284" data-end="6386"><p data-start="6286" data-end="6386">JDJ handles this paperwork for you—ensuring it&#8217;s notarized and submitted correctly the first time.</p></blockquote><h3 data-start="6393" data-end="6429">8. Signatures &amp; Declarations</h3><p data-start="6431" data-end="6473">The applicant and owner must certify that:</p><ul data-start="6475" data-end="6635"><li data-start="6475" data-end="6526"><p data-start="6477" data-end="6526">The information in the form is true and correct</p></li><li data-start="6527" data-end="6568"><p data-start="6529" data-end="6568">They understand city review processes</p></li><li data-start="6569" data-end="6635"><p data-start="6571" data-end="6635">They consent to site inspections and public hearings (if needed)</p></li></ul><p data-start="6637" data-end="6691">Some cities require notarization at this step as well.</p><h3 data-start="6698" data-end="6739">9. Supporting Documents Checklist</h3><p data-start="6741" data-end="6846">Most cities attach a checklist of required items that must accompany your form. Common documents include:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 361px;" width="836" data-start="6848" data-end="7496"><thead data-start="6848" data-end="6929"><tr data-start="6848" data-end="6929"><th data-start="6848" data-end="6887" data-col-size="sm"><strong data-start="6850" data-end="6873">Supporting Document</strong></th><th data-start="6887" data-end="6929" data-col-size="sm"><strong data-start="6889" data-end="6900">Purpose</strong></th></tr></thead><tbody data-start="7011" data-end="7496"><tr data-start="7011" data-end="7091"><td data-start="7011" data-end="7049" data-col-size="sm">Site Plan</td><td data-start="7049" data-end="7091" data-col-size="sm">Shows building footprint, access, etc.</td></tr><tr data-start="7092" data-end="7172"><td data-start="7092" data-end="7130" data-col-size="sm">Floor Plans &amp; Elevations</td><td data-start="7130" data-end="7172" data-col-size="sm">Illustrates proposed design</td></tr><tr data-start="7173" data-end="7253"><td data-start="7173" data-end="7211" data-col-size="sm">Photos of existing site conditions</td><td data-start="7211" data-end="7253" data-col-size="sm">Helps planners understand context</td></tr><tr data-start="7254" data-end="7334"><td data-start="7254" data-end="7292" data-col-size="sm">Environmental Clearance Forms</td><td data-start="7292" data-end="7334" data-col-size="sm">CEQA screening</td></tr><tr data-start="7335" data-end="7415"><td data-start="7335" data-end="7373" data-col-size="sm">Mailing labels (for noticing)</td><td data-start="7373" data-end="7415" data-col-size="sm">Required for public hearings</td></tr><tr data-start="7416" data-end="7496"><td data-start="7416" data-end="7454" data-col-size="sm">Filing Fee Receipt</td><td data-start="7454" data-end="7496" data-col-size="sm">Proof of payment</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><h2 data-start="631" data-end="685">Where and How to File the City Planning Application</h2><p data-start="687" data-end="752">In most cities, the planning department accepts applications via:</p><ul data-start="754" data-end="996"><li data-start="754" data-end="864"><p data-start="756" data-end="864"><strong data-start="756" data-end="774">Online portals</strong> (e.g., <a href="https://planning.lacity.gov/project-review/south-los-angeles-development-services-center">LA’s DSC Online Portal</a>)</p></li><li data-start="865" data-end="931"><p data-start="867" data-end="931"><strong data-start="867" data-end="893">In-person appointments</strong> at the city’s Planning Public Counter</p></li><li data-start="932" data-end="996"><p data-start="934" data-end="996"><strong data-start="934" data-end="958">Drop-off submissions</strong> with digital backups via USB or email</p></li></ul><blockquote data-start="998" data-end="1148"><p data-start="1000" data-end="1148">Some cities require that you <strong data-start="1032" data-end="1059">schedule an appointment</strong> to submit the application, especially for discretionary cases like CUPs or zone changes.</p></blockquote><h3 data-start="1155" data-end="1186">Electronic vs. Paper Filing</h3><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 271px;" width="640" data-start="1188" data-end="1499"><thead data-start="1188" data-end="1239"><tr data-start="1188" data-end="1239"><th data-start="1188" data-end="1207" data-col-size="sm"><strong data-start="1190" data-end="1198">City</strong></th><th data-start="1207" data-end="1239" data-col-size="sm"><strong data-start="1209" data-end="1224">Filing Type</strong></th></tr></thead><tbody data-start="1292" data-end="1499"><tr data-start="1292" data-end="1343"><td data-start="1292" data-end="1311" data-col-size="sm">Los Angeles</td><td data-start="1311" data-end="1343" data-col-size="sm">Mostly digital (DSC Portal)</td></tr><tr data-start="1344" data-end="1395"><td data-start="1344" data-end="1363" data-col-size="sm">Burbank</td><td data-start="1363" data-end="1395" data-col-size="sm">Paper and PDF</td></tr><tr data-start="1396" data-end="1447"><td data-start="1396" data-end="1415" data-col-size="sm">Glendale</td><td data-start="1415" data-end="1447" data-col-size="sm">In-person only</td></tr><tr data-start="1448" data-end="1499"><td data-start="1448" data-end="1467" data-col-size="sm">Pasadena</td><td data-start="1467" data-end="1499" data-col-size="sm">In-person with USB upload</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><p data-start="1501" data-end="1640">JDJ Consulting manages both the <strong data-start="1533" data-end="1555">physical paperwork</strong> and <strong data-start="1560" data-end="1579">digital uploads</strong> for clients to ensure smooth submittal across jurisdictions.</p><h2 data-start="1647" data-end="1677">Filing Fees: What to Expect</h2><p data-start="1679" data-end="1780">Each case type has its own fee schedule based on the complexity of the review. Typical costs include:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 326px;" width="711" data-start="1782" data-end="2223"><thead data-start="1782" data-end="1845"><tr data-start="1782" data-end="1845"><th data-start="1782" data-end="1813" data-col-size="sm"><strong data-start="1784" data-end="1797">Case Type</strong></th><th data-start="1813" data-end="1845" data-col-size="sm"><strong data-start="1815" data-end="1837">Estimated Fee (LA)</strong></th></tr></thead><tbody data-start="1909" data-end="2223"><tr data-start="1909" data-end="1971"><td data-start="1909" data-end="1939" data-col-size="sm">Conditional Use Permit (CUP)</td><td data-start="1939" data-end="1971" data-col-size="sm">$13,000 – $15,000+</td></tr><tr data-start="1972" data-end="2034"><td data-start="1972" data-end="2002" data-col-size="sm">Zone Change (ZC)</td><td data-start="2002" data-end="2034" data-col-size="sm">$12,000 – $17,000+</td></tr><tr data-start="2035" data-end="2097"><td data-start="2035" data-end="2065" data-col-size="sm">Site Plan Review</td><td data-start="2065" data-end="2097" data-col-size="sm">$5,000 – $9,000</td></tr><tr data-start="2098" data-end="2160"><td data-start="2098" data-end="2128" data-col-size="sm">Parcel Map/Tract Map</td><td data-start="2128" data-end="2160" data-col-size="sm">$10,000 – $20,000+</td></tr><tr data-start="2161" data-end="2223"><td data-start="2161" data-end="2191" data-col-size="sm">CEQA Clearance (MND/EIR)</td><td data-start="2191" data-end="2223" data-col-size="sm">$8,000 – $100,000+</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="2225" data-end="2406"><p data-start="2227" data-end="2406"><em>JDJ provides a <strong data-start="2244" data-end="2271">customized fee estimate</strong> during the pre-application phase and ensures clients bring the right payment method for filing (credit card, check, or online portal).</em></p></blockquote><h2 data-start="2413" data-end="2450">After You File: What Happens Next?</h2><p data-start="2452" data-end="2586">Once your application is submitted, the review process begins. Here’s a typical timeline for most discretionary planning applications:</p><h3 data-start="2588" data-end="2619">1. Case Number Assigned</h3><p data-start="2620" data-end="2718">You’ll receive a case number within 1–3 days. This number allows you to track your project online.</p><h3 data-start="2720" data-end="2752">2. Planner Intake Review</h3><p data-start="2753" data-end="2899">City staff performs an <strong data-start="2776" data-end="2806">initial completeness check</strong>. If anything is missing or unclear, they will issue an “Incomplete Letter” with corrections.</p><h3 data-start="2901" data-end="2927">3. Case Assignment</h3><p data-start="2928" data-end="3040">A city planner is officially assigned to your case. This person will be your main point of contact and reviewer.</p><h3 data-start="3042" data-end="3082">4. Public Noticing (If Required)</h3><p data-start="3083" data-end="3166">If your project involves a public hearing (like a CUP or tract map), the city will:</p><ul data-start="3168" data-end="3333"><li data-start="3168" data-end="3241"><p data-start="3170" data-end="3241">Require you to mail notices to property owners within a 500-ft radius</p></li><li data-start="3242" data-end="3289"><p data-start="3244" data-end="3289">Publish the notice in a newspaper or online</p></li><li data-start="3290" data-end="3333"><p data-start="3292" data-end="3333">Post a public notice sign on the property</p></li></ul><h3 data-start="3335" data-end="3377">5. Hearing or Staff-Level Decision</h3><p data-start="3378" data-end="3422">Depending on your case, the decision may be:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 279px;" width="839" data-start="3424" data-end="3848"><thead data-start="3424" data-end="3494"><tr data-start="3424" data-end="3494"><th data-start="3424" data-end="3455" data-col-size="sm"><strong data-start="3426" data-end="3439">Case Type</strong></th><th data-start="3455" data-end="3494" data-col-size="sm"><strong data-start="3457" data-end="3475">Decision Maker</strong></th></tr></thead><tbody data-start="3565" data-end="3848"><tr data-start="3565" data-end="3635"><td data-start="3565" data-end="3599" data-col-size="sm">Zoning Administrator Adjustment</td><td data-start="3599" data-end="3635" data-col-size="sm">Zoning Administrator (ZA)</td></tr><tr data-start="3636" data-end="3705"><td data-start="3636" data-end="3666" data-col-size="sm">Conditional Use Permit</td><td data-start="3666" data-end="3705" data-col-size="sm">ZA or Area Planning Commission</td></tr><tr data-start="3706" data-end="3775"><td data-start="3706" data-end="3736" data-col-size="sm">Zone Change or GPA</td><td data-start="3736" data-end="3775" data-col-size="sm">City Planning Commission / Council</td></tr><tr data-start="3776" data-end="3848"><td data-start="3776" data-end="3806" data-col-size="sm">Tract/Parcel Map</td><td data-start="3806" data-end="3848" data-col-size="sm">Advisory Agency or Planning Commission</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div> </div><h2>How Long Does the Process Take?</h2><div class="absolute end-0 flex items-end">Timelines vary based on the case type, environmental review, and city staffing levels. On average:</div></div></div></div><ul data-start="3991" data-end="4162"><li data-start="3991" data-end="4029"><p data-start="3993" data-end="4029"><strong data-start="3993" data-end="4015">Simple adjustments</strong>: 2–4 months</p></li><li data-start="4030" data-end="4073"><p data-start="4032" data-end="4073"><strong data-start="4032" data-end="4059">CUPs, site plan reviews</strong>: 4–6 months</p></li><li data-start="4074" data-end="4121"><p data-start="4076" data-end="4121"><strong data-start="4076" data-end="4098">Zone changes, GPAs</strong>: 8–12 months or more</p></li><li data-start="4122" data-end="4162"><p data-start="4124" data-end="4162"><strong data-start="4124" data-end="4146">EIR-level projects</strong>: 12–24 months</p></li></ul><blockquote data-start="4164" data-end="4266"><p data-start="4166" data-end="4266">Delays are common if required documents are missing or if the project faces community opposition.</p></blockquote><p data-start="4166" data-end="4266"><img decoding="async" class=" wp-image-5598 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1.jpg" alt="Guide to Filling Out the City Planning Application Form in Los Angeles, Giant alarm clock in the grass" width="672" height="448" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1-300x200.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p><h2 data-start="4273" data-end="4305">How to Track Your Case Status</h2><p data-start="4307" data-end="4378">Cities offer online tracking tools where you can monitor case progress:</p><ul data-start="4380" data-end="4626"><li data-start="4380" data-end="4472"><p data-start="4382" data-end="4472"><strong data-start="4382" data-end="4427">Los Angeles (ZIMAS + Planning Case Info):</strong> zimas.lacity.org</p></li><li data-start="4473" data-end="4548"><p data-start="4475" data-end="4548"><strong data-start="4475" data-end="4487">Burbank:</strong> burbankca.gov/planning</p></li><li data-start="4549" data-end="4626"><p data-start="4551" data-end="4626"><strong data-start="4551" data-end="4564">Pasadena:</strong> <a href="http://cityofpasadena.net" target="_blank" rel="noopener">cityofpasadena.net</a></p></li></ul><p data-start="4628" data-end="4730">JDJ Consulting tracks every submission closely and maintains regular communication with case planners.</p><h2 data-start="4737" data-end="4781">Common Pitfalls – and How We Prevent Them</h2><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 312px;" width="933" data-start="4783" data-end="5460"><thead data-start="4783" data-end="4878"><tr data-start="4783" data-end="4878"><th data-start="4783" data-end="4829" data-col-size="sm"><strong data-start="4785" data-end="4796">Mistake</strong></th><th data-start="4829" data-end="4878" data-col-size="md"><strong data-start="4831" data-end="4847">JDJ Solution</strong></th></tr></thead><tbody data-start="4976" data-end="5460"><tr data-start="4976" data-end="5072"><td data-start="4976" data-end="5022" data-col-size="sm">Missing owner signature</td><td data-start="5022" data-end="5072" data-col-size="md">We obtain notarized authorization upfront</td></tr><tr data-start="5073" data-end="5169"><td data-start="5073" data-end="5119" data-col-size="sm">Wrong entitlement requested</td><td data-start="5119" data-end="5169" data-col-size="md">We analyze zoning + General Plan in advance</td></tr><tr data-start="5170" data-end="5266"><td data-start="5170" data-end="5216" data-col-size="sm">Incorrect legal description or APN</td><td data-start="5216" data-end="5266" data-col-size="md">We verify with title docs and ZIMAS</td></tr><tr data-start="5267" data-end="5363"><td data-start="5267" data-end="5313" data-col-size="sm">Skipped noticing or mailing requirements</td><td data-start="5313" data-end="5363" data-col-size="md">We handle label creation + noticing timelines</td></tr><tr data-start="5364" data-end="5460"><td data-start="5364" data-end="5410" data-col-size="sm">Poor project description</td><td data-start="5410" data-end="5460" data-col-size="md">We draft clear, code-aligned summaries</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="5462" data-end="5574"><p data-start="5464" data-end="5574">With JDJ, you don’t just file a form—you submit a strategic, complete case that tells your project’s story.</p></blockquote><h2 data-start="5581" data-end="5620">Preparing for Hearings (If Required)</h2><p data-start="5622" data-end="5678">If your case includes a <strong data-start="5646" data-end="5664">public hearing</strong>, we help you:</p><ul data-start="5680" data-end="5871"><li data-start="5680" data-end="5714"><p data-start="5682" data-end="5714">Prepare presentation materials</p></li><li data-start="5715" data-end="5755"><p data-start="5717" data-end="5755">Coordinate with the assigned planner</p></li><li data-start="5756" data-end="5803"><p data-start="5758" data-end="5803">Communicate with neighbors and stakeholders</p></li><li data-start="5804" data-end="5871"><p data-start="5806" data-end="5871">Present at Zoning Administrator or Planning Commission hearings</p></li></ul><p data-start="5873" data-end="5985">We also coach clients on what to expect, who will be in the room, and how to respond to questions or objections.</p><h2 data-start="5992" data-end="6023">What Happens After Approval?</h2><p data-start="6025" data-end="6071">Once approved, your project may still need to:</p><ul data-start="6073" data-end="6241"><li data-start="6073" data-end="6109"><p data-start="6075" data-end="6109">Clear <a href="https://jdj-consulting.com/q-conditions-and-q-removal-winning-discretionary-cases-in-los-angeles-real-estate/"><strong data-start="6081" data-end="6107">conditions of approval</strong></a></p></li><li data-start="6110" data-end="6150"><p data-start="6112" data-end="6150">Record any <a href="https://jdj-consulting.com/the-complete-entitlement-process-in-los-angeles-a-jdj-consulting-group-guide/"><strong data-start="6123" data-end="6148">entitlement documents</strong></a></p></li><li data-start="6151" data-end="6241"><p data-start="6153" data-end="6241">Begin the <strong data-start="6163" data-end="6196">plan check and <a href="https://jdj-consulting.com/the-entitlements-and-permitting-process-los-angeles-a-developers-guide/">permit process</a></strong> with LADBS or your local building department</p></li></ul><p data-start="6243" data-end="6340">JDJ can remain involved to assist with next steps like permit expediting and agency coordination.</p><h2 data-start="6347" data-end="6391">Why Developers Trust JDJ Consulting Group</h2><p data-start="6393" data-end="6469">Our clients don’t come to us for paperwork. They come to us for <strong data-start="6457" data-end="6468">results</strong>.</p><p data-start="6471" data-end="6664">At JDJ Consulting Group, we guide you from pre-submittal strategy through post-approval implementation. We simplify the process and help you avoid setbacks—so your project keeps moving forward.</p><p data-start="6666" data-end="6679">We help with:</p><ul data-start="6681" data-end="6854"><li data-start="6681" data-end="6719"><p data-start="6683" data-end="6719">Feasibility &amp; entitlement strategy</p></li><li data-start="6720" data-end="6758"><p data-start="6722" data-end="6758">Application preparation and filing</p></li><li data-start="6759" data-end="6780"><p data-start="6761" data-end="6780">CEQA coordination</p></li><li data-start="6781" data-end="6819"><p data-start="6783" data-end="6819">Community and stakeholder outreach</p></li><li data-start="6820" data-end="6854"><p data-start="6822" data-end="6854">Permit expediting after approval</p></li></ul><blockquote data-start="6856" data-end="6930"><p data-start="6858" data-end="6930">Our job is to help you secure approvals faster, with fewer surprises.</p></blockquote><p data-start="6858" data-end="6930"><img decoding="async" class=" wp-image-5599 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1.jpg" alt="Business people shaking hands in the office. Two entrepreneurs shaking hands on job interview in board room. Corporate business team discussing new agreement. Female manager discussing new project with her colleagues. Company owner on a meeting with new employee in her office." width="704" height="469" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1-300x200.jpg 300w" sizes="(max-width: 704px) 100vw, 704px" /></p><h2 data-start="6937" data-end="6985">Ready to File Your City Planning Application?</h2><p data-start="6987" data-end="7097">Whether you’re filing a CUP, map, zone change, or Site Plan Review, JDJ Consulting Group is ready to help you:</p><ul data-start="7099" data-end="7260"><li data-start="7099" data-end="7131"><p data-start="7101" data-end="7131">Know exactly what to request</p></li><li data-start="7132" data-end="7175"><p data-start="7134" data-end="7175">Avoid mistakes that cost time and money</p></li><li data-start="7176" data-end="7217"><p data-start="7178" data-end="7217">Build a clean, persuasive application</p></li><li data-start="7218" data-end="7260"><p data-start="7220" data-end="7260">Move from plan to permit with confidence</p></li></ul><h3 data-start="146" data-end="199">Let’s Take the Stress Out of the Planning Process</h3><p data-start="201" data-end="438">We know the city planning process can feel overwhelming—but you don’t have to face it alone. At <a href="https://jdj-consulting.com/services/">JDJ Consulting Group</a>, we’re here to walk you through every step, answer your questions, and make sure your project is set up for success.</p><p data-start="440" data-end="550">Whether you&#8217;re just starting to explore your options or ready to submit your application, we&#8217;re ready to help.</p><p data-start="552" data-end="714"><strong data-start="552" data-end="581">Call us at <span style="font-weight: 400;"><a href="tel: (818) 793-5058">(818) 793-5058</a>‬ </span></strong>or <a class="cursor-pointer" href="https://jdj-consulting.com/contact-us/" target="_new" rel="noopener" data-start="585" data-end="644"><strong data-start="586" data-end="606">reach out online</strong></a> to schedule a time to talk. Let’s move your project forward—together.</p>								</div>
				<div class="elementor-element elementor-element-23452d4 elementor-widget elementor-widget-html" data-id="23452d4" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 800px; margin: 3rem auto; padding: 2rem; border-radius: 16px; background: #fff7ed; box-shadow: 0 3px 10px rgba(0,0,0,0.1); text-align: center;">
  <h2 style="color: #020101;">Ready to File Your City Planning Application?</h2>
  <p style="font-size: 1rem; color: #7A7A7A;">Let JDJ Consulting Group help you avoid costly errors and delays. From zoning strategy to application prep, we’ll walk you through every step.</p>
  <a href="https://jdj-consulting.com/contact/" style="display: inline-block; margin-top: 1rem; padding: 12px 24px; background-color: #FF631B; color: #fff; border-radius: 6px; text-decoration: none; font-weight: bold;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Schedule Your Consultation</a>
  <p style="margin-top: 0.5rem; color: #7A7A7A;">Or call us at <strong>(818) 793-5058</strong></p>
</div>
				</div>
				<div class="elementor-element elementor-element-4ee8c83 elementor-widget elementor-widget-text-editor" data-id="4ee8c83" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="7382" data-end="7432">FAQs: Filing the City Planning Application Form in Los Angeles</h2><h3 data-start="318" data-end="363">What is a City Planning Application Form?</h3><p data-start="365" data-end="610">A City Planning Application Form is an official document used to request land use approvals or discretionary entitlements for development projects. It helps the planning department understand your proposal and initiate the formal review process.</p><ul data-start="612" data-end="792"><li data-start="612" data-end="705"><p data-start="614" data-end="705">It’s required for actions like zone changes, conditional use permits, tract maps, and more.</p></li><li data-start="706" data-end="792"><p data-start="708" data-end="792">The form typically includes project details, zoning data, and applicant information.</p></li></ul><h3 data-start="919" data-end="974">When do I need to file a City Planning Application?</h3><p data-start="976" data-end="1084">You need to file the application when your project requires any discretionary action from the city, such as:</p><ul data-start="1086" data-end="1298"><li data-start="1086" data-end="1115"><p data-start="1088" data-end="1115">A zoning change or variance</p></li><li data-start="1116" data-end="1143"><p data-start="1118" data-end="1143">A new tract or parcel map</p></li><li data-start="1144" data-end="1176"><p data-start="1146" data-end="1176">A conditional use permit (CUP)</p></li><li data-start="1177" data-end="1228"><p data-start="1179" data-end="1228">Site plan review for projects over a certain size</p></li><li data-start="1229" data-end="1298"><p data-start="1231" data-end="1298">Requests related to the California Environmental Quality Act (CEQA)</p></li></ul><p data-start="1300" data-end="1453">Not sure if your project qualifies? <a class="cursor-pointer" href="https://calendly.com/jonathan-jdj-consulting/30min" target="_new" rel="noopener" data-start="1336" data-end="1424">Schedule a meeting with JDJ Consulting <span style="color: #005177;">official</span></a> to review your entitlements.</p><h3 data-start="1460" data-end="1508">How do I know which entitlements to request?</h3><p data-start="1510" data-end="1708">Determining the right entitlements involves analyzing your site’s zoning, general plan designation, overlays, and project goals. Incorrectly selecting your entitlements can lead to delays or denial.</p><p data-start="1710" data-end="1740">Here’s what you should review:</p><ul data-start="1741" data-end="1902"><li data-start="1741" data-end="1816"><p data-start="1743" data-end="1816">Current zoning and land use (via <a class="cursor-pointer" target="_new" rel="noopener" data-start="1776" data-end="1808">ZIMAS</a> for LA)</p></li><li data-start="1817" data-end="1844"><p data-start="1819" data-end="1844">General Plan Land Use Map</p></li><li data-start="1845" data-end="1902"><p data-start="1847" data-end="1902">Height districts and special overlays (e.g., TOC, HPOZ)</p></li></ul><h3 data-start="2011" data-end="2065">What documents must I submit with the application?</h3><p data-start="2067" data-end="2150">Along with the form, most cities require a full application packet, which includes:</p><ul data-start="2152" data-end="2354"><li data-start="2152" data-end="2192"><p data-start="2154" data-end="2192">Site plan, floor plans, and elevations</p></li><li data-start="2193" data-end="2220"><p data-start="2195" data-end="2220">Legal description and APN</p></li><li data-start="2221" data-end="2242"><p data-start="2223" data-end="2242">Owner authorization</p></li><li data-start="2243" data-end="2274"><p data-start="2245" data-end="2274">Photos of existing conditions</p></li><li data-start="2275" data-end="2311"><p data-start="2277" data-end="2311">CEQA environmental clearance forms</p></li><li data-start="2312" data-end="2354"><p data-start="2314" data-end="2354">Noticing materials (labels, radius maps)</p></li></ul><p data-start="2356" data-end="2486">For a full checklist tailored to your city, <a href="https://jdj-consulting.com/land-use-consulting/">see our permitting services overview.</a></p><h3 data-start="2493" data-end="2533">Can I submit the application online?</h3><p data-start="2535" data-end="2605">Yes, many cities—including Los Angeles—now accept digital submissions.</p><ul data-start="2607" data-end="2832"><li data-start="2607" data-end="2697"><p data-start="2609" data-end="2697">LA uses the <a class="cursor-pointer" target="_new" rel="noopener" data-start="2621" data-end="2697">DSC Online Portal</a></p></li><li data-start="2698" data-end="2764"><p data-start="2700" data-end="2764">Pasadena and Glendale may require in-person or hybrid submission</p></li><li data-start="2765" data-end="2832"><p data-start="2767" data-end="2832">Some cities still accept only paper applications with USB backups</p></li></ul><h3 data-start="2931" data-end="2979">How much are City Planning Application fees?</h3><p data-start="2981" data-end="3073">Fees vary based on case type and project complexity. Here&#8217;s a general range for Los Angeles:</p><ul data-start="3075" data-end="3211"><li data-start="3075" data-end="3101"><p data-start="3077" data-end="3101">CUP: $13,000 – $15,000</p></li><li data-start="3102" data-end="3136"><p data-start="3104" data-end="3136">Zone Change: $12,000 – $17,000</p></li><li data-start="3137" data-end="3177"><p data-start="3139" data-end="3177">Parcel/Tract Map: $10,000 – $20,000+</p></li><li data-start="3178" data-end="3211"><p data-start="3180" data-end="3211">CEQA Review: $8,000 – $100,000+</p></li></ul><p data-start="3213" data-end="3394">Cities often update fee schedules annually. You can check <a class="cursor-pointer" href="https://planning.lacity.gov/odocument/62df4599-b5b3-4ce9-880f-ec4de6b1a1c2/Appendix_2.4_-_Summary_of_Case_Filing_and_Building_Permitting_Fees_(Adopted).pdf" target="_blank" rel="noopener" data-start="3271" data-end="3363">Los Angeles Planning’s Fee Schedule</a> or contact us for an estimate.</p><h3 data-start="3401" data-end="3445">How long does it take to get a decision?</h3><p data-start="3447" data-end="3490">Timelines vary, but here’s a typical range:</p><ul data-start="3492" data-end="3637"><li data-start="3492" data-end="3524"><p data-start="3494" data-end="3524">Simple adjustments: 2–3 months</p></li><li data-start="3525" data-end="3562"><p data-start="3527" data-end="3562">CUP or Site Plan Review: 4–6 months</p></li><li data-start="3563" data-end="3596"><p data-start="3565" data-end="3596">Zone Change or GPA: 8–12 months</p></li><li data-start="3597" data-end="3637"><p data-start="3599" data-end="3637">Projects requiring EIRs: 12–24+ months</p></li></ul><h3 data-start="3780" data-end="3838">What is CEQA and how does it relate to my application?</h3><p data-start="3840" data-end="3954">CEQA—the California Environmental Quality Act—requires cities to assess environmental impacts of certain projects.</p><p data-start="3956" data-end="3997">Depending on your proposal, the city may:</p><ul data-start="3998" data-end="4118"><li data-start="3998" data-end="4022"><p data-start="4000" data-end="4022">Grant a CEQA exemption</p></li><li data-start="4023" data-end="4071"><p data-start="4025" data-end="4071">Require a Mitigated Negative Declaration (MND)</p></li><li data-start="4072" data-end="4118"><p data-start="4074" data-end="4118">Trigger an Environmental Impact Report (EIR)</p></li></ul><h3 data-start="4275" data-end="4318">Do I need a public hearing for my case?</h3><p data-start="4320" data-end="4389">Public hearings are required for many discretionary cases, including:</p><ul data-start="4391" data-end="4488"><li data-start="4391" data-end="4423"><p data-start="4393" data-end="4423">Conditional Use Permits (CUPs)</p></li><li data-start="4424" data-end="4465"><p data-start="4426" data-end="4465">Zone changes or General Plan Amendments</p></li><li data-start="4466" data-end="4488"><p data-start="4468" data-end="4488">Tract or parcel maps</p></li></ul><p data-start="4490" data-end="4519">During the process, the city:</p><ul data-start="4520" data-end="4670"><li data-start="4520" data-end="4561"><p data-start="4522" data-end="4561">Sends notices to nearby property owners</p></li><li data-start="4562" data-end="4593"><p data-start="4564" data-end="4593">Posts a public notice on-site</p></li><li data-start="4594" data-end="4670"><p data-start="4596" data-end="4670">May require a hearing with the Planning Commission or Zoning Administrator</p></li></ul><p data-start="4672" data-end="4760">We guide you through the outreach and representation process to prepare for any hearing.</p><h3 data-start="4767" data-end="4812">Can I update my application after filing?</h3><p data-start="4814" data-end="4877">Yes, but it depends on the stage of review. You may be able to:</p><ul data-start="4879" data-end="5062"><li data-start="4879" data-end="4941"><p data-start="4881" data-end="4941">Submit minor plan changes or corrections during early review</p></li><li data-start="4942" data-end="4989"><p data-start="4944" data-end="4989">Add supplemental materials requested by staff</p></li><li data-start="4990" data-end="5062"><p data-start="4992" data-end="5062">Refile or amend for major changes—though this may trigger new hearings</p></li></ul><h3 data-start="5160" data-end="5210">What happens after my application is approved?</h3><p data-start="5212" data-end="5242">Post-approval, you’ll need to:</p><ul data-start="5244" data-end="5466"><li data-start="5244" data-end="5284"><p data-start="5246" data-end="5284">Satisfy any <strong data-start="5258" data-end="5284">conditions of approval</strong></p></li><li data-start="5285" data-end="5340"><p data-start="5287" data-end="5340">Record any required documents (e.g., covenants, maps)</p></li><li data-start="5341" data-end="5409"><p data-start="5343" data-end="5409">Submit building plans to <strong data-start="5368" data-end="5409">LADBS or your local permitting office</strong></p></li><li data-start="5410" data-end="5466"><p data-start="5412" data-end="5466">Begin <strong data-start="5418" data-end="5439">permit expediting</strong> and construction timelines</p></li></ul><h3 data-start="5616" data-end="5691">Why should I work with JDJ Consulting Group on my planning application?</h3><p data-start="5693" data-end="5787">Filing a City Planning Application isn’t just paperwork—it’s strategic. At JDJ Consulting, we:</p><ul data-start="5789" data-end="6056"><li data-start="5789" data-end="5833"><p data-start="5791" data-end="5833">Guide you through every entitlement needed</p></li><li data-start="5834" data-end="5888"><p data-start="5836" data-end="5888">Assemble a complete and accurate application package</p></li><li data-start="5889" data-end="5938"><p data-start="5891" data-end="5938">Coordinate with city agencies and case planners</p></li><li data-start="5939" data-end="5998"><p data-start="5941" data-end="5998">Represent you at public hearings and stakeholder meetings</p></li><li data-start="5999" data-end="6056"><p data-start="6001" data-end="6056">Help you move from vision to approval with fewer delays</p></li></ul><p data-start="6058" data-end="6147">We’ve helped clients succeed in <strong data-start="6090" data-end="6134">Los Angeles, Burbank, Pasadena, Glendale</strong>, and beyond.</p><p data-start="6058" data-end="6147"><span style="font-weight: 400;">[contact-form-7]</span></p>								</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/">Guide to Filling Out the City Planning Application Form Los Angeles</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
