|
5 | 5 | This repo contains all the materials created and used for this workshop. Feel free to fork and use for your own purposes! |
6 | 6 |
|
7 | 7 | ---------- |
| 8 | +## URL structure for accessing in things as part of a website |
8 | 9 |
|
9 | | -##Workshop Outline |
| 10 | + http://maptastik.github.io/os-webmap-workshop/[path to file within repo] |
| 11 | +---------- |
| 12 | +## Things that might be nice to have |
10 | 13 |
|
11 | | -1. Introduction |
12 | | - 1. About Me! |
13 | | - 2. What do you need for this workshop? |
14 | | - 3. Why open source web mapping? |
15 | | - 4. What are we going to be doing? |
16 | | -2. What's the deal with web maps? |
17 | | -3. Getting, transforming, and accessing data on the web |
18 | | - 1. geoJSON |
19 | | - - Activity: Create data with geojson.io |
20 | | - 2. Open data sources |
21 | | - - Activity 1: Access open data portal |
22 | | - - Activity 2: Get a dataset with Overpass API |
23 | | - - Activity 3: Create data with geojson.io |
24 | | - 3. Hosting data with GitHub |
25 | | -4. All your basemaps are belong to YOU! |
26 | | - 1. Overview of basemap tile services (Google, Mapbox, OSM, Stamen, etc.) |
27 | | - 2. TileMill/Mapbox Studio |
28 | | - 3. CartoCSS |
29 | | - - Activity 1: Let's look at CSS & HTML first (use jsbin perhaps) |
30 | | - - Activity 2: Make a SIMPLE basemap in TileMill and export to Mapbox...polygons & lines |
31 | | -5. Putting it all together with Leaflet |
32 | | - 1. LeafletJS...what is it |
33 | | - - Activity 1: Let's make a point map |
34 | | - - Activity 2: Let's make a choropleth map |
35 | | - 2. Other ways to do this |
36 | | - 1. CartoDB |
37 | | - 2. D3 |
| 14 | +#### Software/Applications |
| 15 | +- GitHub app |
| 16 | + - [Windows](https://windows.github.com/) |
| 17 | + - [Mac](https://mac.github.com/) |
| 18 | +- TileMill |
| 19 | +- Text editor |
| 20 | + - [Brackets](http://brackets.io/) (I'll be using this) |
| 21 | + - [SublimeText 2](http://www.sublimetext.com/2) |
| 22 | + - [Notepad++](http://notepad-plus-plus.org/) |
38 | 23 |
|
39 | | -[Top](#top) |
| 24 | +#### Accounts |
| 25 | +- [GitHub](https://github.com/) |
| 26 | +- [Mapbox](https://www.mapbox.com/signup/) |
0 commit comments