Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Näytä "Maankäytön kohde" kaavakohdetyyppi vain maakuntakaavoille #201

Conversation

nmaarnio
Copy link
Collaborator

No description provided.

@nmaarnio nmaarnio added the enhancement New feature or request label Feb 24, 2025
@nmaarnio nmaarnio requested a review from LKajan February 24, 2025 13:11
def initialize_buttons(self, exclude: list | None = None):
self.clear()

exclude = exclude if exclude else []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
exclude = exclude if exclude else []
exclude = exclude or []

@@ -58,6 +59,13 @@ def initialize_feature_template_libraries(self, feature_template_libraries: list
self.library_selection.addItems([library.name for library in self.feature_template_libraries])
self.set_active_feature_template_library(0)

def set_plan(self, plan_id: str):
regional_plan_type_names = ["Kokonaismaakuntakaava", "Vaihemaakuntakaava"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selvisi, että myös yleiskaavoissa maankäytön kohteille on tarvetta.

@nmaarnio nmaarnio force-pushed the 172-näytä-maankäytön-kohde-valinta-uutta-kaavakohdetta-luotaessa-vain-maakuntakaavaa-tehdessä branch from a29dcc3 to 30f82f9 Compare February 27, 2025 07:33
@LKajan LKajan merged commit e81a309 into main Feb 27, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Näytä "Maankäytön kohde" valinta uutta kaavakohdetta luotaessa vain maakuntakaavaa tehdessä
2 participants