diff --git a/resources/boundaries/geonames/pt.yaml b/resources/boundaries/geonames/pt.yaml index 667ba3c0..03cbb86f 100644 --- a/resources/boundaries/geonames/pt.yaml +++ b/resources/boundaries/geonames/pt.yaml @@ -1,3 +1,8 @@ admin_codes: - admin1: state - admin2: state_district \ No newline at end of file + admin1: state_district + admin2: city + +overrides: + id: + "2593105": "state" # Madeira + "3411865": "state" # Azores \ No newline at end of file diff --git a/resources/boundaries/geonames/si.yaml b/resources/boundaries/geonames/si.yaml index b4586be9..f54ba88c 100644 --- a/resources/boundaries/geonames/si.yaml +++ b/resources/boundaries/geonames/si.yaml @@ -1,3 +1,22 @@ admin_codes: admin1: city - # admin2 is a mix of city and city_district, need to list specifically \ No newline at end of file + +overrides: + id: + # Districts of Ljubljana (suburbs in OSM) + "3196350": "suburb" # Opština Ljubljana-Vič-Rudnik + "3196352": "suburb" # Opština [historical] Ljubljana-Šiška + "3196355": "suburb" # Opština Ljubljana-Moste-Polje + "3196356": "suburb" # Opština Ljubljana-Center + "3196357": "suburb" # Opčina Ljubljana-Bežigrad + "9794374": "suburb" # Črnuče District + "9794375": "suburb" # Dravlje District + "9794376": "suburb" # Golovec District + "9794377": "suburb" # Jarše District + "9794378": "suburb" # Posavje District + "9794379": "suburb" # Rožnik District + "9794380": "suburb" # Sostro District + "9794381": "suburb" # Šentvid District + "9794382": "suburb" # Šmarna Gora District + "9794384": "suburb" # Trnovo District + "9794386": "suburb" # Vič District \ No newline at end of file diff --git a/resources/boundaries/geonames/sk.yaml b/resources/boundaries/geonames/sk.yaml index bfbe651f..94e6c503 100644 --- a/resources/boundaries/geonames/sk.yaml +++ b/resources/boundaries/geonames/sk.yaml @@ -1,3 +1,17 @@ admin_codes: - admin1: state_district - # admin2 is a mix of state_district and city, need to list specifically \ No newline at end of file + admin1: state + # admin2 is a mix of state_district and city, need to list specifically + admin2: state_district +overrides: + id: + # Districts of Bratislava + "8986283": "city_district" # Okres Bratislava I + "8986339": "city_district" # Okres Bratislava II + "8986340": "city_district" # Okres Bratislava III + "8986341": "city_district" # Okres Bratislava IV + "8986342": "city_district" # Okres Bratislava V + # Districts of Košice + "8986335": "city_district" # Košice I + "8986336": "city_district" # Košice II + "8986337": "city_district" # Košice III + "8986338": "city_district" # Košice IV \ No newline at end of file