Förhandsbesked
Genom att ansöka om förhandsbesked så får du en bedömning i ett tidigt skede om marken är lämplig för den typ av byggnation du planerar, innan du lägger tid och pengar på att ta fram detaljerade ritningar och handlingar för ett en bygglovsansökan
I en prövning av förhandsbesked så prövar byggnadsnämnden bland annat markens lämplighet, anpassning till platsen och omgivningen, tillgång till teknisk infrastruktur, natur- och kulturvärden. Om ett positivt förhandsbesked erhålls så så innebär det att platsen har bedömts vara lämplig för ändamålet och att byggnadsnämnden förbinder sig att bevilja bygglov på den aktuella platsen om det ansöks inom 2 år.
Bygglovskartan - Vad gäller på min fastighet
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();
}
})
});
Länk till vår Bygglovskarta som hjälper dig att undersöka vilka bestämmelser som finns på din fastighet.
Handläggningstid & process
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();
}
})
});
Inkommen ansökan. Komplettförklaring eller föreläggs om komplettering, inom tre veckor från ankomst. Beslut: inom tio veckor från komplettförklaring. Beslutet får laga kraft efter fyra veckor, om inte beslutet har överklagats. Förhandsbeskedet är giltigt i två år från att det fått laga kraft.
Vad ska ansökan innehålla?
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();
}
})
});
Situationsplan som redovisar den aktuella byggnaden, tomtplats samt infart. Skapa en egen situationsplan, följ länken . Bullerutredning kan krävas. ( Platsberoende ) Ligger fastigheten inom strandskyddat område så krävs en separat ansökan om strandskyddsdispens. ( Länk till sidan )
Så söker du förhandsbesked
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();
}
})
});
Använd vår e-tjänst: Bygg 01 - Sök bygglov eller andra åtgärder - https://minut.morakommun.se/MOR-BYGG-PBL
Senast uppdaterad: 28 november 2025