removed single array method of the admin1 polygon geocoder

This commit is contained in:
andrewxhill
2014-08-22 13:21:14 -04:00
parent 4e56d7cf03
commit e0ee93bc3e
2 changed files with 2 additions and 59 deletions

View File

@@ -7,3 +7,5 @@ CREATE INDEX idx_admin0_synonyms_rank ON admin0_synonyms (rank);
-- create indexes on polygon table
CREATE UNIQUE INDEX idx_ne_admin0_v3_adm0_a3 ON ne_admin0_v3 (adm0_a3);
-- create indexes on postal code polygon table
CREATE UNIQUE INDEX idx_postal_code_polygons_a3_code ON postal_code_polygons (adm0_a3, postal_code)