Slide 1

Slide 1 text

Mapping With Tilemill + Drupal By: John Serrao

Slide 2

Slide 2 text

Maps are cool right now Stamen (SF) – http://maps.stamen.com

Slide 3

Slide 3 text

So is data visualization NYTimes – http://projects.nytimes.com/census/2010/explorer

Slide 4

Slide 4 text

Design can separate Stamen Prettymaps (SF) – http://stamen.com

Slide 5

Slide 5 text

Make a point DevSeed – http://www.usatoday.com/election-2012/results/

Slide 6

Slide 6 text

Delight a user Young Hahn– http://alistapart.com/article/hack-your-maps

Slide 7

Slide 7 text

Overlays can be pretty http://weather.com

Slide 8

Slide 8 text

Are Your Maps At? So… WHERE

Slide 9

Slide 9 text

Hopefully past here The World is Round People!!

Slide 10

Slide 10 text

Look Familiar? An old friend…

Slide 11

Slide 11 text

But Ole Google is PROPRIETARY

Slide 12

Slide 12 text

No dice my friends

Slide 13

Slide 13 text

Welcome openstreetmap

Slide 14

Slide 14 text

Open Source Means You Can Change THE TILES

Slide 15

Slide 15 text

YES, REALLY But how John? Really?

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Cool GIS Programs: GDAL (Geospatial Data Abstraction Library) - the master framework that reads all the various GIS file formats and performs manipulations, all subsequent frameworks are dependencies of GDAL •  GEOS (Geometry Engine Open Source) - a unix framework that does map math calculation. It’s super powerful and complex. •  NumPY - overrides an out-of-date Python library in OSX (in 10.6 / 10.7) •  ProJ - I have no idea, probably has something to do with these .prj files you need •  SQLite3 - give GDAL serverless SQLite DB capabilities •  UnixImageIO - allows multiple image formats to be interpreted by GDAL GSL (GNU Scientific Library) - provides C/C++ math libraries essential for open-source mapping utilities to work QGIS (Quantum Geographic Information System): a full-fledged GIS program where you can manipulate raster layers, vectors and everything else you need to do a proper map projection. Tilemill: a map tile creating program. It basically creates the zoomable sets of tiles you see with interactive maps online. It will take properly formatted raster and vector files from any GIS software package (like ArcGIS or QGIS) and place them into layers. From here, you can rearrange the layers, and even style the vector layers of your map using the Carto CSS/SASS-

Slide 18

Slide 18 text

No content