mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
add <addresspart_type>:ISO3166-2 field to response address details
This commit is contained in:
committed by
Sarah Hoffmann
parent
76c146f326
commit
82dbcbb12a
@@ -86,7 +86,7 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase
|
||||
'city' => 'London',
|
||||
'state_district' => 'Greater London',
|
||||
'state' => 'England',
|
||||
'state_code' => 'ENG',
|
||||
'state:ISO3166-2' => 'GB-ENG',
|
||||
'postcode' => 'SW1A 2AA',
|
||||
'country' => 'United Kingdom',
|
||||
'country_code' => 'gb'
|
||||
|
||||
Reference in New Issue
Block a user