Skip to content

Commit 72795e3

Browse files
committed
Align osmose_config.py with updated dev branch
1 parent ebe44ee commit 72795e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

osmose_config.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,15 +1818,15 @@ class gen(default_country):
18181818

18191819
at_state = gen_country('europe', 'austria', download_repo=OSMFR, language='de', proj=32633)
18201820

1821-
at_state("niederoesterreich", 77189, "AT-NOE")
1822-
at_state("burgenland", 76909, "AT-B")
1823-
at_state("kaernten", 52345, "AT-K")
1824-
at_state("oberoesterreich", 102303, "AT-OOE")
1825-
at_state("salzburg", 86539, "AT-S")
1826-
at_state("steiermark", 35183, "AT-ST")
1827-
at_state("tirol", 52343, "AT-T")
1828-
at_state("wien", 109166, "AT-W")
1829-
at_state("vorarlberg", 74942, "AT-V")
1821+
at_state("niederosterreich", 77189, "AT-3")
1822+
at_state("burgenland", 76909, "AT-1")
1823+
at_state("karnten", 52345, "AT-2")
1824+
at_state("oberosterreich", 102303, "AT-4")
1825+
at_state("salzburg", 86539, "AT-5")
1826+
at_state("steiermark", 35183, "AT-6")
1827+
at_state("tirol", 52343, "AT-7")
1828+
at_state("wien", 109166, "AT-9")
1829+
at_state("vorarlberg", 74942, "AT-8")
18301830

18311831
#########################################################################
18321832

0 commit comments

Comments
 (0)