/liquorban

Auckland Liquor Ban map

Primary LanguageApacheConfMIT LicenseMIT

Auckland Liquor Ban Areas

A visualisation of Auckland Liquor Ban areas, as a learning project about Leaflet and GIS.

Source Data

Auckland Alcohol Control Area

Development

serve index.html on 127.0.0.1:8000:

cd web
python -m SimpleHTTPServer

Deployment

Quick + dirty deploy to s3:

aws s3 sync . s3://liquorbanvis --exclude ".git/*" --exclude ".*"