From 2e7ee77b86635b4c3817f19c9c4561d8dd40126e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Wed, 28 Jun 2023 21:13:14 +0200 Subject: [PATCH] Split Turkey #1915 (#1918) --- osmose_config.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/osmose_config.py b/osmose_config.py index 201c6ec04..110869e22 100644 --- a/osmose_config.py +++ b/osmose_config.py @@ -652,7 +652,6 @@ class gen(default_country): default_country("europe", "san_marino", 54624, {"country": "SM", "language": "it", "proj": 23032}, download_repo=OSMFR) default_country("europe", "serbia", 1741311, {"country": "RS", "language": "sr", "proj": 32634}, download_repo=GEOFABRIK) default_country("europe", "slovenia", 218657, {"country": "SI", "language": ["sl", "hu", "it"], "proj": 32633}, download_repo=GEOFABRIK) -default_country("europe", "turkey", 174737, {"country": "TR", "language": "tr", "proj": 32636}, download_repo=GEOFABRIK) default_country("europe", "vatican_city", 36989, {"country": "VA", "language": "it", "proj": 23032}, download_repo=OSMFR) default_country("europe", "united_kingdom_akrotiri_and_dhekelia", 3263728, {"country": "GB", "language": ["en", "he"], "driving_side": "left", "proj": 32636}, download_country="cyprus") # British Sovereign Base in Cyprus default_country("europe", "united_kingdom_gibraltar", 1278736, {"country": "GI", "language": "en", "proj": 32630}, download_repo=OSMFR, download_country="gibraltar") @@ -666,6 +665,18 @@ class gen(default_country): ######################################################################### +tr_part = gen_country('europe', 'turkey', download_repo=OSMFR, language='tr', proj=32636) + +tr_part('black_sea', 1726294, 'TR-2') +tr_part('mediterranean', 2092903, 'TR-6') +tr_part('eastern_anatolia', 2094154, 'TR-4') +tr_part('southeastern_anatolia', 2094155, 'TR-7') +tr_part('aegean', 2094170, 'TR-1') +tr_part('marmara', 2094193, 'TR-5') +tr_part('central_anatolia', 2094194, 'TR-3') + +######################################################################### + be_part = gen_country('europe', 'belgium', download_repo=OSMFR, proj=32631, municipality_ref='ref:INS', phone_code='32', phone_len=[8, 9], phone_len_short=4, phone_international='00', phone_local_prefix='0')