Cant able to get Odisha state when selecting cities of Odisha state (INDIA)
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
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"
},
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.
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?
Closing, as not enough information was provided to reproduce the issue.