-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (87 loc) · 3.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html >
<html>
<head>
<meta charset='UTF-8'/>
<title></title>
<link rel='stylesheet' href='site.css' type='text/css'/>
<link rel='shortcut icon' href='assets/favicon.png' type='image/x-icon' />
<!-- <link href='https://fonts.googleapis.com/css?family=Lato:900' rel='stylesheet' type='text/css'> -->
</head>
<body>
<div class='col12 strong dark fill-darken0 fill-green row8 truncate contain header'>
<div class='pad4y pad4x'><h1><a href='{{site.baseurl}}'>...</a></h1></div>
</div>
<div class='limiter pad4x'>
<div class='col12 clearfix'>
<div class='col12 margin2r prose content'>
<div class='pad4y'>
<h1 class='fancy'>Mapbox Studio Workshop</h1>
<p>Spring Fling, April 2016. Presenters: Rafa Gutierrez | <a href="http://twitter.com/geografa/">@geografa</a> & Manny Lopez | <a href="http://twitter.com/himannylopez/">@himannylopez</a></p>
</div>
<hr>
<div class='col12 clearfix'>
<div>
<h2>Welcome!</h2>
<p>This workshop is an introduction to Mapbox Studio. It is meant to be a hands-on course working with <a href="https://www.mapbox.com/studio/">Mapbox Studio</a> and real-world data. Before you get started, please have the following ready:</p>
<ul>
<li>Laptop with a modern browser <a href="http://www.doesmybrowsersupportwebgl.com/">capable of viewing WebGL</a></li>
<li>A <a href="https://www.mapbox.com/signup/">Mapbox account</a></li>
<li>Review the <a href="http://cugos.org/code-of-conduct/">CUGOS Code of Conduct</a></li>
</ul>
</div>
</div>
<h2>What we'll cover</h2>
<h3><a href="part-1">Part I - Mapbox Studio Basics</a></h3>
<ul>
<li>the Mapbox platform</li>
<li>Mapbox data - OpenStreetMap, Imagery, Terrain</li>
</ul>
<h3><a href="part-2">Part II - The Mapbox Studio Editor</a></h3>
<ul>
<li>creating a basic style from a template</li>
<li>Publishing and sharing your style</li>
</ul>
<h3><a href="part-3">Part III - Adding custom data</a></h3>
<ul>
<li>uploading a tileset</li>
<li>managing data</li>
<li>managing your account</li>
<li>using access tokens for managing styles and apps</li>
</ul>
<h3><a href="part-4">Part IV - Advanced styling</a></h3>
<ul>
<li>Style a background layer</li>
<li>Style a circle layer</li>
<li>Style a fill layer</li>
<li>Style a line layer</li>
<li>Style a symbol layer</li>
<li>Add custom fonts</li>
<li>Manage your fontstacks for optimal map rendering</li>
<li>Change your map's label language</li>
<li>Filters</li>
<li>Styles by zoom level </li>
<li>Sprites</li>
<li>Debugging - collision boxes, satellite imagery, tile boundaries</li>
<li>History</li>
</ul>
<h3><a href="part-5">Part V - Final notes</a></h3>
<ul>
<li>Managing your account</li>
<li>Getting help</li>
<li>GL JS</li>
<li>Mobile Apps</li>
<li>API</li>
</ul>
</div>
</div>
</div>
<footer class='fill-light pad2y'>
<div class='limiter center small quiet'>
<p>This website is <a href='http://github.com/cugos/studio-workshop'>open source</a> and you can improve it. Learn more about contributing <a href='https://guides.github.com/activities/forking/'>here</a>.</p>
</div>
</footer>
<script src='{{site.baseurl}}js/jquery.min.js'></script>
<script src='{{site.baseurl}}js/underscore.min.js'></script>
<script src='{{site.baseurl}}site.js'></script>
</body>
</html>