mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix syntax error and standardize indentation from #7159
This commit is contained in:
+18
-18
@@ -160,24 +160,24 @@
|
||||
"housenumber": 0.3,
|
||||
"neighbourhood": 0.5,
|
||||
"city": 0.5
|
||||
},
|
||||
{
|
||||
"countryCodes": ["pe"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["city", "state", "postcode"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"street", "neighbourhood", "city", "state", "postcode"
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"city": 0.4,
|
||||
"state": 0.4,
|
||||
"postcode": 0.2,
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["pe"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["city", "state", "postcode"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"street", "neighbourhood", "city", "state", "postcode"
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"city": 0.4,
|
||||
"state": 0.4,
|
||||
"postcode": 0.2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user