Closed boldtrn closed 5 years ago
The results for the test url of OCD seems to have changed over the time.
Related to #50.
Some time ago, OCD returned for:
https://api.opencagedata.com/geocode/v1/json?key=[KEY]&q=48.4882,2.6996&pretty=1
the county "Seine-et-Marne". Now the value "Seine-et-Marne" is returned in the field state_district. This would be fixable by falling back to state_district if county is not defined.
state_district
The results for the test url of OCD seems to have changed over the time.
Related to #50.
Some time ago, OCD returned for:
https://api.opencagedata.com/geocode/v1/json?key=[KEY]&q=48.4882,2.6996&pretty=1
the county "Seine-et-Marne". Now the value "Seine-et-Marne" is returned in the field
state_district
. This would be fixable by falling back to state_district if county is not defined.