This repository has example maps used in a leaflet tutorial for Maptime PHL.
Download the repository either by cloning it with git clone https://github.com/notthatbreezy/leaflet-tutorial.git
.
You can also download the files as a zip file.
To browse the files and view the presentation you will need a running webserver.
If you have python installed you can run python -m SimpleHTTPServer
in the directory you placed this repository's files.
You can also download a simple, cross-platform fileserver
Once downloaded, place the executable in the same directory as this repository. Open a terminal/shell, navigate to the directory,
and run the executable (e.g. ./simple-fileserver
). Then open your browser and navigate to http://localhost:9090/.
You can view a live version of the presentation and examples at http://notthatbreezy.com/leaflet-tutorial/presentation.html