mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
use ISO3166-2-lvl<admin_level> instead of typeLabel prefix
This commit is contained in:
committed by
Sarah Hoffmann
parent
7899654675
commit
9a56e53d50
@@ -86,7 +86,8 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase
|
||||
'city' => 'London',
|
||||
'state_district' => 'Greater London',
|
||||
'state' => 'England',
|
||||
'state-ISO3166-2' => 'GB-ENG',
|
||||
'ISO3166-2-lvl4' => 'GB-ENG',
|
||||
'ISO3166-2-lvl6' => 'GB-LND',
|
||||
'postcode' => 'SW1A 2AA',
|
||||
'country' => 'United Kingdom',
|
||||
'country_code' => 'gb'
|
||||
|
||||
Reference in New Issue
Block a user