Brewing Maps with TileMill

Embed Size (px)

Citation preview

Brewing Maps with TileMill

[email protected]@geoplex.com.au

a time before tiles...

a la carte maps

...but there was a problem

slow and ugly

February 8, 2005

February 8, 2005

tile age

cartography is the new old black

TileMill....makes great maps

Development Seed& MapBox

Mapnik, Node.js, Backbone.js, express & CodeMirror....

..lets make a map

.roads{ line-color: @nz_roads; line-width: 1.5; }

Style by .class

.roads[type="primary"]{ line-color: @nz_roads; line-width: 1.5; }

Using a selector

[zoom>10].roads{[type="primary"],[type="secondary"]{ line-color: @nz_roads; line-width: 1.5;} }

Using multiple selectors

.landuse[type="retail"]{ ::outline { line-color: #ffd34f; line-width:6; } line-color: #000; line-width:2; }

Attachments

interactivity & export

serving tiles using TileStream

clients

http://postgis.refractions.net/https://github.com/mapbox/tilestreamhttps://github.com/stamen/modestmaps-jshttps://github.com/mapbox/waxhttps://github.com/mapbox/tilemillhttp://www.qgis.org/http://www.openstreetmap.org/..and more

All thanks to:

[email protected]@geoplex.com.au