Public-domain · open source
OpenJurist

615 ILCS 45/14.1

Exchange of property

Known as the Illinois and Michigan Canal Development Act

The act spans §§ 615-45-0-01 to 615-45-9 (15 sections).

P.A. 102-915, eff. 1-1-23.

(a) Notwithstanding any other provision of law or restriction on the property, including, but not limited to, any State rights, easements, or conveyance and reversion clauses restricting sale, the Village of Lemont may exchange with a nongovernmental entity the Illinois and Michigan Canal lands that were purchased from the State for other real property of substantially equal or greater value, as determined by 2 MAI appraisals of the properties, and of substantially the same or greater suitability for recreational, park, and parking purposes without additional cost to the Village. However, the property being transferred to the Village must be continuous to other Illinois and Michigan Canal lands owned by the Village. (b) Prior to an exchange under subsection (a) with a nongovernmental entity, the Village board shall hold a public hearing in order to consider the proposed exchange. Notice of such a meeting shall be published at least twice, with the first and last publication being at least 10 days apart, in a newspaper of general circulation within the Village. (c) This Section applies only to the exchange of Parcel One owned by the Village for Parcel Two owned by a nongovernmental entity as follows: PARCEL ONE: THAT PART OF SECTION 20, TOWNSHIP 37 NORTH, RANGE 11 EAST OF THE THIRD PRINCIPAL MERIDIAN, ALL IN COOK COUNTY, ILLINOIS, DESCRIBED AS FOLLOWS: BEGINNING AT THE INTERSECTION OF THE SOUTH LINE OF THE SOUTHERLY 90 FOOT RESERVE STRIP OF THE ILLINOIS AND MICHIGAN CANAL AND THE NORTHEAST CORNER OF LOT 1 IN BLOCK 1 IN THE PLAT OF THE VILLAGE OF LEMONT, RECORDED AUGUST 8, 1874 AS DOCUMENT 184242; THENCE ALONG A LINE 141 FEET SOUTHWESTERLY ALONG THE SOUTH LINE OF THE SOUTHERLY 90 FOOT RESERVE STRIP OF THE ILLINOIS AND MICHIGAN CANAL; THENCE ALONG A LINE 79 FEET NORTHWESTERLY (AS MEASURED AT RIGHT ANGLES THERETO) AND PARALLEL WITH THE EASTERLY LINE OF BLOCK 1 IN SAID VILLAGE OF LEMONT SUBDIVISION, EXTENDED NORTHWESTERLY; THENCE ALONG A LINE 139 FEET PARALLEL WITH CANAL STREET; THENCE ALONG A LINE 63 FEET SOUTHEASTERLY TO THE POINT OF BEGINNING, ALL IN COOK COUNTY, ILLINOIS. PARCEL TWO: THAT PART OF SECTION 20, TOWNSHIP 37 NORTH, RANGE 11 EAST OF THE THIRD PRINCIPAL MERIDIAN, ALL IN COOK COUNTY, ILLINOIS, DESCRIBED AS FOLLOWS: LOTS 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, AND THAT PART OF LOT 20 LYING EAST OF THE LEMONT ROAD BRIDGE, ALL IN BLOCK 1 IN THE PLAT OF THE VILLAGE OF LEMONT, RECORDED AUGUST 8, 1874 AS DOCUMENT 184242; ALL IN COOK COUNTY, ILLINOIS. PIN: 22-20-304-015; 22-20-304-18. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.