Day.News — Local News. Real Community.
247 neighbors reading now

Burlington Day News

Flint: Reviving the past, building the future.Burlington, MA Edition
general

Public Input Requested: Dixon Quarry ADA Multi-Use Path

HA
Harvey WaldenCommunity Member
3 weeks ago
Public Input Requested: Dixon Quarry ADA Multi-Use Path

The City of Obetz is seeking public input on a proposed project to construct an ADA-compliant paved multi-use path at Dixon Quarry. This project is part of a broader effort to improve accessibility,

The City of Obetz is seeking public input on a proposed project to construct an ADA-compliant paved multi-use path at Dixon Quarry. This project is part of a broader effort to improve accessibility, safety, and connectivity throughout the community. The proposed path would enhance access to recreational areas and connect to existing and planned trail systems in the region, supporting long-term mobility and outdoor recreation opportunities. Project Overview The proposed multi-use path would: Provide an accessible, paved route for pedestrians and cyclists Improve connectivity within Dixon Quarry and surrounding areas Support safe, inclusive access for individuals of all abilities Align with regional trail and infrastructure improvements Potential Environmental Considerations As part of the planning process, the project will evaluate potential impacts to: Natural areas within and surrounding Dixon Quarry Nearby waterways and drainage features Vegetation and wildlife habitats All environmental considerations will be reviewed and addressed in coordination with the Ohio Department of Natural Resources (ODNR). Public Comment Period 🗓 Now Open – 14-Day Comment Period📅 Comments accepted through: April 28, 2026 The City of Obetz encourages residents, visitors, and stakeholders to share their feedback on this proposed project. All comments received during this public input period will be reviewed and included as part of the project documentation submitted to ODNR. CLICK HERE TO COMPLETE THE SURVEY The post Public Input Opportunity: Dixon Quarry ADA Multi-Use Path appeared first on City of Obetz.

Spread the word
Keep Reading

Related Announcements

general
general
HAHarvey Walden
6 hours ago

Burlington Community Transportation Program for Seniors and Disabled Residents

The Town of Burlington Community Transportation Program provides transportation support for eligible Burlington residents who are age 70 or older, disabled, and/or meet income eligibility requirements.Please complete the application below and submit it as directed on the form. For questions or assistance, contact the Council on Aging at 781-270-1950.

00
general
general
HAHarvey Walden
6 hours ago

Apply Now for Burlington Community Transportation Program

The Town of Burlington Community Transportation Program provides transportation support for eligible Burlington residents who are age 70 or older, disabled, and/or meet income eligibility requirements.Please complete the application below and submit it as directed on the form. For questions or assistance, contact the Council on Aging at 781-270-1950.

00
general
general
HAHarvey Walden
1 day ago

Burlington Summer Inclusion Program Deadline Approaching

Summer Inclusion Program ~ Deadline: Monday, June 1If your child receives special education services in school or requires any accommodations in programs, they may qualify for free inclusion support. Our Therapeutic Recreation Specialist will work with your family to ensure the appropriate accommodations are being made, and our qualified inclusion staff will work with your child as needed in the various programs that they may attend in order to provide your child with a rewarding and fun experience. Our Therapeutic Recreation Specialist, support staff and program directors will work as a team to modify activities and/or equipment, provide emotional and behavioral support and facilitate social interaction so that all children can participate to their fullest potential. Burlington Parks and Recreation utilizes a group inclusion model and 1:1 support is granted only on an as-needed basis, pending assessment by the Therapeutic Recreation Specialist and pending staff availability. In order to accommodate with a sufficient number of staff members, the deadline to notify us for summer program support is June 1. If we are not notified by June 1, additional support services cannot be guaranteed. Thank you for your cooperation and understanding. NEW Participant Summer Inclusion Request If you are NEW to requesting inclusion support  please complete the summer inclusion request form linked above. RETURNING Participant Summer Inclusion Request If you are a RETURNING (requested inclusion support in 2025) participant please complete the summer inclusion request form linked above. **NOTE: Selecting programs on the inclusion request form does NOT count as registering for the program. Registration must be completed FIRST at www.burlingtonrecreation.org**Frequently Asked QuestionsWhat is inclusion support? Inclusion support is a process designed to increase independence within programs over time. Inclusion support will look different for each individual participant! The Therapeutic Recreation Specialist will utilize a comprehensive inclusion support assessment to determine which support strategies may work best for that unique participant.Who utilizes inclusion support? Participants with disabilities utilize inclusion support services. Are 1:1 staff available? Burlington Parks and Recreation utilizes a group inclusion support model. Group inclusion support is 1 inclusion staff supporting 2-3 participants within a group setting. 1:1 support is granted only on an as needed basis pending assessment by the Therapeutic Recreation Specialist and pending staff availability. Do inclusion staff receive training? Yes! Inclusion staff attend summer orientation with sessions focused on inclusion and accessibility. Inclusion staff are supervised throughout the summer by Therapeutic Recreation Specialist, Emma Andrus, CTRS. How do I know if inclusion support is the right fit for my family member? Join us on Wednesday, April 8 from 5 to 7 pm for an summer inclusion informational night. This is an opportunity for caregivers to learn more about inclusion services and ask any questions they may have. Register for the info night by clicking here.Have further questions? Click here to book a phone call with Therapeutic Recreation Specialist, Emma Andrus, CTRS.

00
Community Remembrances

Select Board Meeting

1 week ago

"Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. Town Hall Main Hearing Room and virtual Agenda will be provided once available Click the following link for information regarding the Public Hearings that will be part of this meeting:  75 Middlesex Tpk - Friendly Toast Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // CONTACT US .fancyButton325.fancyButton:link,.fancyButton325.fancyButton:visited, .fancyButton325div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=14210'); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton325.fancyButton:hover,.fancyButton325.fancyButton:focus,.fancyButton325.fancyButton:active,.fancyButton325.fancyButton.hover{ background-image: url('/ImageRepository/Document?documentID=14209'); background-repeat: no-repeat; background-position: center top; } .fancyButton325.fancyButton:link > span,.fancyButton325.fancyButton:visited > span, .fancyButton325div.fancyButton > span{ } .fancyButton325.fancyButton:hover > span,.fancyButton325.fancyButton:focus > span,.fancyButton325.fancyButton:active > span,.fancyButton325.fancyButton.hover > span{ } .fancyButton325.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url('/ImageRepository/Document?documentID=14564'); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton325.fancyButton:hover .text,.fancyButton325.fancyButton:focus .text,.fancyButton325.fancyButton:active .text,.fancyButton325.fancyButton.hover .text{ text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=14565'); background-repeat: no-repeat; background-position: center 46px ; } TRASH & RECYCLING .fancyButton377.fancyButton:link,.fancyButton377.fancyButton:visited, .fancyButton377div.fancyButton{ background-image: url(/ImageRepository/Document?documentID=14210); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton377.fancyButton:hover,.fancyButton377.fancyButton:focus,.fancyButton377.fancyButton:active,.fancyButton377.fancyButton.hover{ background-image: url(/ImageRepository/Document?documentID=14209); background-repeat: no-repeat; background-position: center top; } .fancyButton377.fancyButton:link > span,.fancyButton377.fancyButton:visited > span, .fancyButton377div.fancyButton > span{ } .fancyButton377.fancyButton:hover > span,.fancyButton377.fancyButton:focus > span,.fancyButton377.fancyButton:active > span,.fancyButton377.fancyButton.hover > span{ } .fancyButton377.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url(/ImageRepository/Document?documentID=14221); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton377.fancyButton:hover .text,.fancyButton377.fancyButton:focus .text,.fancyButton377.fancyButton:active .text,.fancyButton377.fancyButton.hover .text{ text-decoration: underline; background-image: url(/ImageRepository/Document?documentID=14221); background-repeat: no-repeat; background-position: center 46px ; } ONLINE PAYMENTS .fancyButton316.fancyButton:link,.fancyButton316.fancyButton:visited, .fancyButton316div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=14210'); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton316.fancyButton:hover,.fancyButton316.fancyButton:focus,.fancyButton316.fancyButton:active,.fancyButton316.fancyButton.hover{ background-image: url('/ImageRepository/Document?documentID=14209'); background-repeat: no-repeat; background-position: center top; } .fancyButton316.fancyButton:link > span,.fancyButton316.fancyButton:visited > span, .fancyButton316div.fancyButton > span{ } .fancyButton316.fancyButton:hover > span,.fancyButton316.fancyButton:focus > span,.fancyButton316.fancyButton:active > span,.fancyButton316.fancyButton.hover > span{ } .fancyButton316.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url('/ImageRepository/Document?documentID=14220'); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton316.fancyButton:hover .text,.fancyButton316.fancyButton:focus .text,.fancyButton316.fancyButton:active .text,.fancyButton316.fancyButton.hover .text{ text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=14219'); background-repeat: no-repeat; background-position: center 46px ; } NOTIFY ME® .fancyButton378.fancyButton:link,.fancyButton378.fancyButton:visited, .fancyButton378div.fancyButton{ background-image: url(/ImageRepository/Document?documentID=14210); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton378.fancyButton:hover,.fancyButton378.fancyButton:focus,.fancyButton378.fancyButton:active,.fancyButton378.fancyButton.hover{ background-image: url(/ImageRepository/Document?documentID=14209); background-repeat: no-repeat; background-position: center top; } .fancyButton378.fancyButton:link > span,.fancyButton378.fancyButton:visited > span, .fancyButton378div.fancyButton > span{ } .fancyButton378.fancyButton:hover > span,.fancyButton378.fancyButton:focus > span,.fancyButton378.fancyButton:active > span,.fancyButton378.fancyButton.hover > span{ } .fancyButton378.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url(/ImageRepository/Document?documentID=14218); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton378.fancyButton:hover .text,.fancyButton378.fancyButton:focus .text,.fancyButton378.fancyButton:active .text,.fancyButton378.fancyButton.hover .text{ text-decoration: underline; background-image: url(/ImageRepository/Document?documentID=14217); background-repeat: no-repeat; background-position: center 46px ; } FAQs .fancyButton379.fancyButton:link,.fancyButton379.fancyButton:visited, .fancyButton379div.fancyButton{ background-image: url(/ImageRepository/Document?documentID=14210); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton379.fancyButton:hover,.fancyButton379.fancyButton:focus,.fancyButton379.fancyButton:active,.fancyButton379.fancyButton.hover{ background-image: url(/ImageRepository/Document?documentID=14209); background-repeat: no-repeat; background-position: center top; } .fancyButton379.fancyButton:link > span,.fancyButton379.fancyButton:visited > span, .fancyButton379div.fancyButton > span{ } .fancyButton379.fancyButton:hover > span,.fancyButton379.fancyButton:focus > span,.fancyButton379.fancyButton:active > span,.fancyButton379.fancyButton.hover > span{ } .fancyButton379.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url(/ImageRepository/Document?documentID=14214); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton379.fancyButton:hover .text,.fancyButton379.fancyButton:focus .text,.fancyButton379.fancyButton:active .text,.fancyButton379.fancyButton.hover .text{ text-decoration: underline; background-image: url(/ImageRepository/Document?documentID=14213); background-repeat: no-repeat; background-position: center 46px ; } JOBS .fancyButton318.fancyButton:link,.fancyButton318.fancyButton:visited, .fancyButton318div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=14210'); background-repeat: no-repeat; background-position: center 10px ; transition:all .3s ease-in-out;} .fancyButton318.fancyButton:hover,.fancyButton318.fancyButton:focus,.fancyButton318.fancyButton:active,.fancyButton318.fancyButton.hover{ background-image: url('/ImageRepository/Document?documentID=14209'); background-repeat: no-repeat; background-position: center top; } .fancyButton318.fancyButton:link > span,.fancyButton318.fancyButton:visited > span, .fancyButton318div.fancyButton > span{ } .fancyButton318.fancyButton:hover > span,.fancyButton318.fancyButton:focus > span,.fancyButton318.fancyButton:active > span,.fancyButton318.fancyButton.hover > span{ } .fancyButton318.fancyButton .text{ color: rgb(0, 0, 0); font-size: 1.37em; font-family: "Source Sans 3"; padding-top: 150px; font-weight: 600; text-decoration: none; padding-top: 150px; background-image: url('/ImageRepository/Document?documentID=14216'); background-repeat: no-repeat; background-position: center 56px ; transition:all .3s ease-in-out; line-height:1.2; } .fancyButton318.fancyButton:hover .text,.fancyButton318.fancyButton:focus .text,.fancyButton318.fancyButton:active .text,.fancyButton318.fancyButton.hover .text{ text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=14215'); background-repeat: no-repeat; background-position: center 46px ; } Mon, Tues, Thurs:  8:30 AM - 4:30 PM"

Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events
Jun12

HONNE - 10 YEAR ANNIVERSARY TOUR

Local Venue
Jun12

Echo and the Bunnymen

Local Venue
Jun12

Futurebirds (18 and Over)

Local Venue
Jun12

ROSALÍA: LUX TOUR 2026

Local Venue
Jun12

Hrishikesh Hirway

Local Venue

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement