Nominatim fields

Josh 8 years ago

Hello again, i have my own nomimatim server, but i need get from response the field "display_name", in documentation i found this:

geocoder.format config

Address format string. Default value is %h %r, %t, %s, %c. Possible options:

%p - postcode
%c - country
%s - state
%d - district
%t - settlement (town)
%u - suburb
%r - street (road)
%h - house

But in any format string found display name.

Anton Tananaev 8 years ago

There is no display name. Traccar parses address into component, so you can only use that components via format string.

Josh 8 years ago

thanks for quickly response, so exist some way to send params into nominatim url, for example send zoom parameter in http://nominatimserver/reverse.php?lat=647757777777779&lon=48068444444444&zoom=11

Anton Tananaev 8 years ago

No, there is no way to specify zoom at the moment.

Josh 8 years ago

thank you so much.