Skip to content

eSlivinski/intro-2-js-allSteps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

intro-2-js

This repository contains all the code necessary to complete the Intro-2-JS tutorial.

The tutorial uses a combination of custom and prewritten code (found in the snippets.js file) to create a leaflet map with a geoJSON layer and temporal slider.

All of the code in the snippets file comes from the leaflet.js API (http://leafletjs.com/reference.html) and the bootstrap-slider documentation (http://seiyria.com/bootstrap-slider/).

All of the data was provided by the Bigfoot Field Researchers Organization (BFRO)#Believe.

Steps

- Step #0 — Empty Documents ( Map, Code )

- Step #1 — Creating a leaflet map ( Map, Code )

- Step #2 — Creating a layers control object ( Map, Code )

- Step #3 — Adding a GeoJSON layer ( Map, Code )

- Step #4 — Styling GeoJSON Pts ( Map, Code )

- Step #5 — Adding Popups ( Map, Code )

- Step #6 — Filtering large datasets ( Map, Code )

- Step #7 — Filtering datasets via user input ( Map, Code )

- Step #8 — Adding a slider bar ( Map, Code )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • CSS 4.3%
  • HTML 0.5%