geocoders / geocoder-tester

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

Test other things than addresses #23

Closed nlehuby closed 6 years ago

nlehuby commented 6 years ago

Would it be relevant to add test in geocoder tester for non point features ? For instance :

yohanboniface commented 6 years ago

Sure, we could event test for POIs. What's important imho is to correctly structure the data, so it's possible to skip/target some kind of search. In this case, for example, you would put those test cases in a folder areas/ and in the correct country/region/city folders, so it's possible to filter them out with -m "no areas" or similar. I guess you would not test for the geographical coordinates though for areas, because it's too vague imho.

nlehuby commented 6 years ago

ok :)