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';
|
||||
Reference in New Issue
Block a user