mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
2.9 KiB
133 lines
2.9 KiB
{ |
|
"name": "Who's on First macroregions", |
|
"priorityThresh": 1, |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"description": "", |
|
"in": { |
|
"text": "Észak-Alföld", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Northern Great Plain", |
|
"macroregion": "Northern Great Plain", |
|
"country": "Hungary", |
|
"country_a": "HUN" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 2, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"description": "", |
|
"in": { |
|
"text": "Comunidad Foral De Navarra, ES", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Navarra", |
|
"macroregion": "Navarra", |
|
"country": "Spain", |
|
"country_a": "ESP" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 3, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"description": "", |
|
"in": { |
|
"text": "Île-De-France, France", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Ile-of-France", |
|
"macroregion": "Ile-of-France", |
|
"country": "France", |
|
"country_a": "FRA" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 4, |
|
"status": "fail", |
|
"user": "Stephen", |
|
"issue": "https://github.com/whosonfirst/whosonfirst-data/issues/250", |
|
"description": "seems to be a data issue, country is set to Europe", |
|
"in": { |
|
"text": "Dél-Dunántúl, HU", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Dél-Dunántúl", |
|
"macroregion": "Dél-Dunántúl", |
|
"country": "Hungary", |
|
"country_a": "HUN" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 5, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"description": "", |
|
"in": { |
|
"text": "Sardegna, Italy", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Sardinia", |
|
"macroregion": "Sardinia", |
|
"country": "Italy", |
|
"country_a": "ITA" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": 6, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"description": "", |
|
"in": { |
|
"text": "Közép-Magyarország, Hungary", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"properties": [ |
|
{ |
|
"layer": "macroregion", |
|
"name": "Central Hungary", |
|
"macroregion": "Central Hungary", |
|
"country": "Hungary", |
|
"country_a": "HUN" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|