Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smassine authored Mar 20, 2024
1 parent b7e5107 commit 0b50553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/implement_kaavatietomalli.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def ordered(d, desired_key_order):
kaava_dict = {
"planKey": None,
"lifeCycleStatus": "http://uri.suomi.fi/codelist/rytj/kaavaelinkaari/code/13",
"legalEffectsOfLocalMasterPlan": "http://uri.suomi.fi/codelist/rytj/oikeusvaik_YK/code/1" if row['kaavalaji'] in ["21", "22", "23", "24", "25"] else None,
"legalEffectOfLocalMasterPlan": "http://uri.suomi.fi/codelist/rytj/oikeusvaik_YK/code/1" if row['kaavalaji'] in ["21", "22", "23", "24", "25"] else None,
"scale": None,
"geographicalArea": {
"srid": kaavadata.crs['init'][-4:],
Expand Down

0 comments on commit 0b50553

Please sign in to comment.