Skip to content

Bug in parsing the longitude and latitude #8

Description

@especialEspecially

Hello,
I am using your api, but it has a bug in it. In java, if a double value has the format "0.00043455", it is shown with the scientific notation. I am trying to get the city name for the latitude = 51.6667034 and longitude = 0.0009485. But I get an exception, because you use String.valueOf() in your code in NominatimAPI which makes 9.485E-4 and when this format is used as the address of the nominatim website, the correct information cannot be extracted.
Could you please correct it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions