These are a series of map tutorials aimed at getting you started with maps on the internet.
Get started with TileMill and create your own choropleth map.
This tutorial is aimed at someone who has never created a map with Mapbox.js. Mapbox.js is JavaScript mapping library that gives developers powerful mapping interactivity functions.
A "kitchen sink" tutorial that goes through advanced Mapbox.js features.
You can either follow along on github.com or download the files and view them on your machine (download). Unzip and cd
to the folder. You will need to serve up the files here are two methods:
- Install via
npm install -g serve
- Usage:
serve
- Open
http://localhost:3000
in your browser
- Comes with python
- Usage:
python -m SimpleHTTPServer
- Open
http://localhost:8000
in your browser
If you are not able to serve up the files, you can unzip the folder and open each index.html
in a browser (not recommended).