Mapping Mesh Blocks with TileMill
This quick tutorial will detail how to prepair the ABS Mesh Blocks to be used with MapBox’s TileMill. Beyond scope is how to install postgresql, postgis and TileMill. There is a lot of documentation how to do these tasks.
First, we create a database to import the shapefile and population data into:
Using ‘psql’ or ‘SQL Query’, create a new database:
CREATE DATABASE transport WITH TEMPLATE postgis20 OWNER postgres; # Query returned successfully with no result in 5527 ms. It is necessary to first import the Mesh Block spatial file using something like PostGIS Loader.
Read Mapping Mesh Blocks with TileMill