-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.Rmd
55 lines (43 loc) · 2.35 KB
/
index.Rmd
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
---
title: Building Web Maps with Leaflet
author: [Dr. Michele Tobias, Arthur Koehl, Naomi Kalman]
date: "`r Sys.Date()`"
github-repo: ucdavisdatalab/workshop_web_maps
url: https://ucdavisdatalab.github.io/workshop_web_maps/"
site: "bookdown::bookdown_site"
knit: "bookdown::render_book"
output:
bookdown::gitbook:
config:
toc:
before: |
<li><a href="https://datalab.ucdavis.edu/">
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
</a></li>
<li><a href="./" style="font-size: 18px">Building Web Maps with Leaflet</a></li>
collapse: section
sharing: no
view: https://github.com/ucdavisdatalab/workshop_web_maps/blob/master/%s
edit: https://github.com/ucdavisdatalab/workshop_web_maps/edit/master/%s
---
# Overview {-}
## Description
In this workshop, attendees will be introduced to building an interactive web map to display spatial data using the Leaflet javascript library.
## Learning Objectives
In this workshop, attendees will learn
* Introductory HTML skills, in particular, the tags that are most commonly used to format text on a webpage
* How to load javascript libraries into a web page
* An introduction to the Leaflet javascript library
* Where to get additional help with HTML and Leaflet
* Best practices for communicating data distributions with a web map
## Skills
In this workshop, participants will be introduced to the following skills:
* HTML
* Javascript
* Leaflet Javascript Library
## Prerequisites
Learners should have a basic understanding of spatial data formats such as vector and raster data, as well as experience with any coding language. Learners with previous experience with coding in HTML and javascript will have an easier time learning, but these skills are not required. Learners should also be able to find, move, and manage files on their computer operating system.
## Software & Tools
This workshop requires that the learn has installed and has access to the following software:
* **Text editor**, preferably with syntax highlighting. Options include [Atom](https://atom.io/) for all operating systems or [Notepad++](https://notepad-plus-plus.org/) for Windows.
* **Web browser**, such as Chrome, Firefox, Edge, or Safari (just not Internet Explorer).