Bygglovsenhetens kontaktuppgifter
Här nedan kan du se hur du kan kontakta oss.
Besök oss
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
window.addEventListener("hashchange", (event) => {
if (location.hash) {
document.querySelector(location.hash).nextElementSibling.querySelector('a.env-collapse-header').click().scrollIntoView();
}
})
});
Bygglovsenheten hittar i Mora på adress: Fredsgatan 12 (klicka för att öppna i Google Maps). Vi håller öppet för besök under följande tider:
Öppettider
DagDatumÖppettiderMer information
Idag
27 mars
13.00-15.30
Fredag
28 mars
13.00-15.30
Lördag
29 mars
Stängt
Söndag
30 mars
Stängt
Måndag
31 mars
13.00-15.30
Tisdag
01 april
13.00-15.30
Onsdag
02 april
Stängt
Stängt för besök
Torsdag
03 april
13.00-15.30
Fredag
04 april
13.00-15.30
Lördag
05 april
Stängt
Söndag
06 april
Stängt
Måndag
07 april
13.00-15.30
Tisdag
08 april
13.00-15.30
Onsdag
09 april
Stängt
Stängt för besök
Torsdag
10 april
13.00-15.30
Telefon
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
window.addEventListener("hashchange", (event) => {
if (location.hash) {
document.querySelector(location.hash).nextElementSibling.querySelector('a.env-collapse-header').click().scrollIntoView();
}
})
});
Du når bygglovsenheten via Mora kommuns kundtjänst. Telefon: 0250-260 00
Kontakter
Miljö- och byggnadsförvaltningen Mora-Orsa
- E-post
- miljobygg@mora.se
- Telefon
- 0250-260 00
- Besöksadress:
- Fredsgatan 12, Mora
- Postadress:
- Miljö- och byggnadsförvaltningen Mora-Orsa 792 80 Mora
Senast uppdaterad: 5 december 2024