Nominatim icon indicating copy to clipboard operation
Nominatim copied to clipboard

Cant able to get Odisha state when selecting cities of Odisha state (INDIA)

Open yogisamu opened this issue 10 months ago • 3 comments

What did you search for?

Iam using osm-search from long time. last time i got issue with state maharashtra, that got solved, now iam facing similar issue with Odisha state from india. when iam selecting cities of Odisha state like Bhubaneswar the i should get the state Odisha but it is coming null, pls fix it soon.

What result did you get?

NULL

What result did you expect?

name of state Odisha

When the result is missing completely:

Further details

yogisamu avatar Jun 20 '25 11:06 yogisamu

When I search for Bhubaneswar (https://nominatim.openstreetmap.org/ui/search.html?q=Bhubaneswar) the top result is "Bhubaneshwar, Bhubaneswar Municipal Corporation, Bhubaneswar (M.Corp.), Khordha, Odisha, 751001, India City"

https://nominatim.openstreetmap.org/search?q=Bhubaneswar&format=jsonv2&addressdetails=1

    "address": {
      "city": "Bhubaneshwar",
      "county": "Bhubaneswar (M.Corp.)",
      "state_district": "Khordha",
      "state": "Odisha",
      "ISO3166-2-lvl4": "IN-OD",
      "postcode": "751001",
      "country": "India",
      "country_code": "in"
    },

mtmail avatar Jun 20 '25 14:06 mtmail

I use it for a signup form on my site, and when I am selecting city Bhubaneswar, then the state should automatically come as Odisha, but it is not coming, showing as null in BD. but if I select any other city of Odisha, like Puri, or shambalpur then I am getting Odisha as the state below.

Image

Image

yogisamu avatar Jun 20 '25 17:06 yogisamu

The screenshot doesn't help here. We need to know the exact API request with domain and all parameters. What was requested, what was the response from the Nominatim server?

mtmail avatar Jun 20 '25 20:06 mtmail

Closing, as not enough information was provided to reproduce the issue.

lonvia avatar Jun 25 '25 19:06 lonvia