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.
148 lines
3.7 KiB
148 lines
3.7 KiB
{ |
|
"name": "autocomplete street centroids", |
|
"priorityThresh": 1, |
|
"endpoint": "autocomplete", |
|
"tests": [ |
|
{ |
|
"id": 1, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"issue": "https://github.com/pelias/openstreetmap/issues/28", |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "rushendon furlong, england" |
|
}, |
|
"expected": { |
|
"coordinates": [ -0.636911, 51.83567 ], |
|
"properties": [ |
|
{ |
|
"country_a": "GBR", |
|
"name": "Rushendon Furlong", |
|
"street": "Rushendon Furlong", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
},{ |
|
"id": 2, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"description": "road segement divided in the middle by a park", |
|
"notes": [ |
|
"there should be two records, returned as result 1 & 2", |
|
"the testing framework doesn't support this type of test" |
|
], |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "grolmanstr, berlin" |
|
}, |
|
"expected": { |
|
"coordinates": [ 13.324042, 52.503915 ], |
|
"properties": [ |
|
{ |
|
"country_a": "DEU", |
|
"name": "Grolmanstraße", |
|
"street": "Grolmanstraße", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
},{ |
|
"country_a": "DEU", |
|
"name": "Grolmanstraße", |
|
"street": "Grolmanstraße", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
},{ |
|
"id": 3, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"issue": "https://github.com/pelias/pelias/issues/545", |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "w 26 st, new york" |
|
}, |
|
"expected": { |
|
"coordinates": [ -73.9981, 40.747625 ], |
|
"distanceThresh": 1500, |
|
"properties": [ |
|
{ |
|
"country_a": "USA", |
|
"name": "West 26th Street", |
|
"street": "West 26th Street", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
},{ |
|
"id": 4, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "glen rd, kelburn" |
|
}, |
|
"expected": { |
|
"coordinates": [ 174.76323, -41.287732 ], |
|
"properties": [ |
|
{ |
|
"country_a": "NZL", |
|
"name": "Glen Road", |
|
"street": "Glen Road", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
},{ |
|
"id": 5, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "dionysiou areopagitou, athens" |
|
}, |
|
"expected": { |
|
"coordinates": [ 23.726606, 37.969645 ], |
|
"properties": [ |
|
{ |
|
"country_a": "GRC", |
|
"name": "Dionysiou Areopagitou", |
|
"street": "Dionysiou Areopagitou", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
},{ |
|
"id": 6, |
|
"status": "pass", |
|
"user": "missinglink", |
|
"in": { |
|
"sources": "osm", |
|
"layers": "street", |
|
"text": "혜화로, seoul" |
|
}, |
|
"expected": { |
|
"coordinates": [ 127.000552, 37.586582 ], |
|
"properties": [ |
|
{ |
|
"country_a": "KOR", |
|
"name": "혜화로", |
|
"street": "혜화로", |
|
"layer": "street", |
|
"source": "openstreetmap" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|