Skip to content

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

@Darl1ngDev

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'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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