Set postcode zoom and class

This commit is contained in:
Tom Russell 2019-02-11 09:07:26 +00:00
parent f05fe3dba5
commit 482ab5060c

View File

@ -39,3 +39,5 @@ sed -i 's/^\"POINT/\"SRID=4326;POINT/' codepo_gb/london_postcodes_4326.csv
# Load # Load
cat codepo_gb/london_postcodes_4326.csv \ cat codepo_gb/london_postcodes_4326.csv \
| psql -c "COPY search_locations ( center, search_str ) FROM stdin WITH CSV HEADER;" | psql -c "COPY search_locations ( center, search_str ) FROM stdin WITH CSV HEADER;"
psql -c "UPDATE search_locations SET zoom = 18, search_class = 'postcode';"