Currently the OCD converter allows to use the parameters nominatim and find_osm_id. Both wrap different parameters.
nominatim - boolean: this parameter is converted to the only_nominatim parameter of OCD
find_osm_id - boolean: this parameter is true by default, if you pass false this will be converted to the no_annotations call of OCD.
I think it would make more sense to use the official parameter names. These parameters haven't been documented yet, so they shouldn't be used. WDYT should we rename them?
Currently the OCD converter allows to use the parameters
nominatim
andfind_osm_id
. Both wrap different parameters.I think it would make more sense to use the official parameter names. These parameters haven't been documented yet, so they shouldn't be used. WDYT should we rename them?