geocoders / geocoder-tester

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

Avoid query parameter to be mandatory #34

Open karussell opened 6 years ago

karussell commented 6 years ago

All columns not prefixed with expected_ should be able to provide an alternative to query. This way we can test geocoders with different query string parameters but also support reverse geocoding where just lat+lon is required.

(BTW: In this regarding specifying a different path before the ? of the URL would be handy that would replace the default forward geocoding endpoint.)

yohanboniface commented 6 years ago

Sounds legit. I'll have a look. It may have some backward tricks.