Skip to content

Commit 5b56e8f

Browse files
committed
update activity
1 parent d64cdc7 commit 5b56e8f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

activity_03-01.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ In this activity you'll be using CartoCSS and TileMill to make a choropleth map
3030
polygon-opacity:1;
3131
polygon-fill:#ae8;
3232
}`<br /><br />These style description give the map it's current look, but there are many properties of the polygon's fill and outline that can be edited. You can access the built-in CartoCSS reference by click the curly-brace button on that vertical stack of buttons mentioned earlier. Additionally, Mapbox includes the [reference](https://github.com/mapbox/carto/blob/master/docs/latest.md) on their GitHub page along with [several examples](https://www.mapbox.com/tilemill/docs/crashcourse/styling/) in the TileMill documentation on their website.<img src="https://maptastik.github.com/os-webmap-workshop/images/tm-ref1.png" width=100% />
33+
14. Let's change some properties. Change:<br /><br />`line-color:#594;` to `line-color:#000000;`<br />and<br />`polygon-fill:#ae8;` to `polygon-fill:#2980b9;`.<br /><br />Click **Save**. If all is correct, you should have a map of census tracts in Lucas County, OH with a blue fill and black borders.<br /><img src="https://maptastik.github.com/os-webmap-workshop/images/tm-map7.png" width=100% />

images/tm-map7.png

77.6 KB
Loading

0 commit comments

Comments
 (0)