or an overview of map styles, the tools and the methods
Google Map of Recycling Centers
Let's take a look at the kinds of maps out there on the internet, both
Note the Composition
Note the labels
and colors
Building Ages, City of Los Angeles (LAHD and Reconnecting America)
http://www.reconnectingamerica.org/assets/Uploads/LAHD-Building-Age-Final.pdf
Note the visual hierarchy
NPR Map of the US Census 2010
Now note the composition
Racial Dot Map
Now see the use of labels
Envisioning Development Toolkit, Center for Urban Pedegogy
And the use of colors
Rivers colored by the direction they flow
http://www.fastcodesign.com/3039535/gorgeous-visualization-shows-americas-rivers-in-a-new-light
And the use of the data at hand
Where are LA County's Homeless?, LA TIMES, Doug Smith and Jon Schleuss
All these maps more or less follow some sort of cartographic design
map screenshot
Cartographic Design
is about:
Thanks to Alexa Todd of MaptimePDX
Cartographic Design
can also be about:
But maps must be able to tell your story
they are made up of Tiles
Raster
Vector
they can be displayed by these amazing mapping tools like leaflet, mapbox, esri's arcgis, and even D3
There are different ways to style your maps, online and offline
Google Earth
There are different ways to style your maps, online and offline
Google Maps- My Maps
There are different ways to style your maps, online and offline
CartoDB
There are different ways to style your maps, online and offline
QGIS and ESRI's ArcGIS
Mapbox Studio Basemaps
http://maptimela.github.io/mapbox_studio101/samplemaps/basemaps.html
There are different ways to style your maps, online and offline
Mapbox Studio
CartoCSS renders
#layer {
line-color: #C00;
line-width: 1;
}
#layer::glow {
line-color: #0AF;
line-opacity: 0.5;
line-width: 4;
}
.border::highlight {
line-color: #FF0;
line-opacity: 0.5;
}
.border::highlight {
line-color: #3F6;
}
OSM
Styling OSM
LET'S START STYLING!
Boyle Heights
Publishing your map to Github
Thanks Everyone!