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.
31 lines
735 B
31 lines
735 B
{ |
|
"name": "search geodisambiguation", |
|
"priorityThresh": 1, |
|
"endpoint": "search", |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "pass", |
|
"user": "Stephen", |
|
"issue": "https://github.com/pelias/whosonfirst/issues/106", |
|
"notes": "this is now covered by placeholder which doesn't ingest geonames", |
|
"in": { |
|
"text": "Aliquippa, PA", |
|
"sources": "wof" |
|
}, |
|
"expected": { |
|
"priorityThresh": 2, |
|
"properties": [ |
|
{ |
|
"layer": "localadmin", |
|
"name": "Aliquippa", |
|
"region": "Pennsylvania", |
|
"region_a": "PA", |
|
"country": "United States", |
|
"country_a": "USA" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|