TileMill | reliable, solid, familiar, raster tiles |
Mapbox Studio Classic | slightly flaky, not as well supported, vector tiles |
Mapbox Studio | exciting, new, not ready (in private beta), all GUI? |
http://cc8.researchmaps.net
tm
REDACTED
Hide the rivers | |
Move the bike paths layer over big roads |
Ctrl+Z | Undo |
Ctrl+S | Save |
polygon-fill: blue; /* Styles end in semicolons */
#bigroads { ... } /* Rules have matched braces { } */
"hello" 'goodbye' /* Text strings look like this */
/* has no effect */ /* Comments look like this */
Points |
Single pair of coordinates (lat/long) Eg: villages, murder locations |
Lines |
Sequence of points in order Eg: roads, voyages |
Polygons |
Line forming a closed shape Eg: lakes, area of bushfire |
Markers |
|
Boundaries/Lines |
|
Polygon areas |
|
Labels |
|
hsl(60, 80%, 50%)
#FF0000
rgb(0, 255, 0)
Orange
DarkGrey
LightGoldenRodYellow
hsl(20, 50%, 20%); hsl(20, 50%, 40%); hsl(20, 50%, 60%); ... |
hsl(200, 0%, 40%); hsl(200, 20%, 40%); hsl(200, 40%, 40%); hsl(200, 60%, 40%); ... |
hsl(0, 80%, 60%); hsl(80, 80%, 60%); hsl(120, 80%, 60%); ... |
text-name: [streetname]; /* Which text to show */
text-face-name: 'DejaVu Sans Bold'; /* Which typeface to use */
text-size: 12; /* What font-size, in pixels */
text-halo-radius: 2; /* Size of text border */
text-halo-fill: white; /* Colour of text border */
text-placement:line; /* Labels along paths */
::border