// Print Button Functionality
document.getElementById('printButton').addEventListener('click', () => {
map.once('render', () => {
const canvas = map.getCanvas(); // Capture the map canvas
const win = window.open('', '_blank');
// Get current date
const currentDate = new Date().toLocaleDateString(); // Format the date as needed
const scale = "1:10000"; // Example scale, replace with dynamic value if necessary
if (win) {
win.document.write(`
Map Print
`);
win.document.title = 'Map Print';
win.document.close();
win.onload = () => {
win.print();
win.close();
};
} else {
alert("Popup blocked! Please allow popups for this site.");
}
});
// Ensure the map fully renders before capturing it
map.resize();
map.triggerRepaint();
});

This map is based on a variety of sources. None of the data is being certified to correctness in location or content. Rely on it the right amount and remember what GIS really stands for: Get It Surveyed. For more information and instructions click here.
Conservation Bylaws and Regulations:
Chapter 37 Bylaw, 1997 or 2000 Attorney General Approval 1997