Merge pull request #232 from CartoDB/s1199-Hsinchu
Taiwan: distinguish between Hsinchu City and Hsinchu County
This commit is contained in:
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
|
PATCHES_LIST="20160203_countries_bh_isocode.sql
|
||||||
20160622_countries_synonym_congo.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
|
mkdir -p $TARGET_DIR_PATCHES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user