Taiwan: distinguish between Hsinchu City and Hsinchu County
This commit is contained in:
parent
fcc514c23e
commit
c2e453b923
4
geocoder/admin1/patches/20180117_hsinchu_synonyms.sql
Normal file
4
geocoder/admin1/patches/20180117_hsinchu_synonyms.sql
Normal file
@ -0,0 +1,4 @@
|
||||
UPDATE global_province_polygons
|
||||
SET synonyms = array_append(array_remove(synonyms, 'hsinchu'), 'hsinchu county'),
|
||||
"name" = 'Hsinchu County'
|
||||
WHERE adm1_code = 'TWN-1162';
|
@ -6,7 +6,8 @@ VERSION=0.0.1
|
||||
|
||||
PATCHES_LIST="20160203_countries_bh_isocode.sql
|
||||
20160622_countries_synonym_congo.sql
|
||||
20171004_merge_corsica_and_france.sql"
|
||||
20171004_merge_corsica_and_france.sql
|
||||
20180117_hsinchu_synonyms.sql"
|
||||
|
||||
mkdir -p $TARGET_DIR_PATCHES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user