Skip to content

Commit

Permalink
Fix Michigan sub areas once again osm-fr#2087
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 13, 2023
1 parent 321b195 commit 915a05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osmose_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,13 +1034,13 @@ class gen(default_country):
us_state("massachusetts", 61315, "US-MA", proj=2805)

us_mi_region = gen_country('north-america/us-midwest/michigan', country_base='usa_michigan', country_code='US-MI', download_repo=OSMFR, language='en', proj=3746)
us_mi_region("southeast", (1582241,1582242,1801749,1801750,1898721,1907314,359765,582246,901500,901501))
us_mi_region("southeast", (1582241,1582242,1801749,1801750,1907314,359765,582246,901500,901501))
us_mi_region("detroit_metro", (359761,359762,359766,359767,407497,574424))
us_mi_region("central", (1907303,1907324,1907331,1907335,359763,359764,571344,572130,572624,572689,574448,574462,582247,611155))
us_mi_region("southwest", (1801747,1801748,1801751,1907304,1907307,1907309,1907317,1907340,407519))
us_mi_region("west", (1907312,1907315,1907316,1907319,1907320,1907322,1907323,1907326,1907328,1907329,1907330,1907333,1907337))
us_mi_region("northern_lower", (1586055,1586056,1907305,1907306,1907308,1907310,1907311,1907313,1907318,1907321,1907325,1907327,1907334,1907336,1907338,1907339,1907341))
us_mi_region("upper_peninsula", (1798737,1798740,1798741,1798743,1798744,1798745,1898716,1898717,1898718,1898719,1898720,1898722,912579,1898723))
us_mi_region("upper_peninsula", (1798737,1798740,1798741,1798743,1798744,1798745,1898716,1898717,1898718,1898719,1898720,1898722,912579,1898723,1898721))

us_state("minnesota", 165471, "US-MN", proj=26992)
us_state("mississippi", 161943, "US-MS", proj=3816)
Expand Down

0 comments on commit 915a05e

Please sign in to comment.