-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Issue Type
Incorrect Data (wrong information)
Location (if applicable)
Italy (IT)
What's wrong?
Italy is divided by region (20 excactly) and each region got many provinces.
15 Region are "normal", the State impose it's law in each. 5 of them can do internal laws.
The province are around 110, some of them are called "province" and others "metropolitan cities", the second one got "higher power", but they don't have much power of state.
Anyway like you organaize Italy seems to be correct cause if I need to ship something we don't mention the region but only the province, for example:
John Doe
Via my street 10
Municipal City Name, 11111 (XX)
Where the 11111 is the cap (different for any municipal city)
in XX there's the identifier of the province, for example Florence is FI
The real problem is that:
You got "Tuscany" that is a region and inside you have "duplicated" cities:
For example "Provincia di Lucca" don't have sense to exist, and there's olso Lucca that is right.
Same problem for Emilia Romagna, is a region, not a province
But wat triggerd me, is that Firenze is Missing 🗡️
I don't know how give you correct data, But Italy is totally wrong
What should it be?
Something like:
Italy
├──Firenze
│ ├──San Casciano in Val di Pesa
│ ├──Empoli
│ ├──Sambuca
│ ├──Tavarnelle in Val di Pesa
..ecc..
├──Milano
│ ├──Milano
│ ├──Vigevano
│ ├──Sesto San Giovanni
..ecc...