geocoders / geocoder-tester

Run search queries against a geocoder that supports geocodejson spec.
Other
40 stars 23 forks source link

Reorganize french address tests #57

Closed lonvia closed 3 years ago

lonvia commented 3 years ago

The address tests expect that the geocoder returns an artificial name <housenumber> <street name> for addresses. However this is not required by the geocodejson spec and neither Nominatim nor Photon do this. Consequently we had pretty much all French address tests fail.

Expect instead the housenumber and street to be returned in their respective fields. The Addok geocoder (where the name assumption seems to come from) returns this information as well, so there is no real regression here.