Skip to content

IF the dataset request Nominatim and get some Non-English location description, how your MP16-Pro deal with it? #2

Description

@Darl1ngDev

the setting of my code shown below, i had set the language to 'en', but it didn't work. i still can receive some description like " دهستان سیاهکلرود" or "городской округ Норильск" and so on. I want to know have u ever meet the question and how to deal it.
url = "https://nominatim.openstreetmap.org/reverse" params = { 'format': 'json', 'lat': lat, 'lon': lon, 'addressdetails': 1, 'accept-language': 'en' } headers = {'User-Agent': 'MyGeocoder/1.0'}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions