Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 865 Bytes

File metadata and controls

15 lines (11 loc) · 865 Bytes

#Building maps with Leaflet.js

###Course description

  • Maps! Who doesn't love wonderful, colorful maps? In this course we will be building a map with Leaflet.js., a very popular Javascript mapping library. The map will display both markers and shapes. The shapes will be used to create a basic choropleth map.

  • I suggest participants have a beginner's knowledge of Javascript. It would be helpful if you are familiar with basic Javascript concepts like objects, arrays and for loops. We will also be working with JSON and GeoJSON data. Some knowledge of these would be also helpful.

###About the author