Skip to content

djzzhu/MUSA611-CPLN692-week2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Tools for GIS - Week 2

As always: make a copy of this repository to commit changes to

Week 1 Review

Skills Review

  • Code academy skills from week 1

    • Variables and data types
    • Control Flow (excluding loops, focusing on if/else)
    • Functions and scope
  • Week 1 assignment

    • Review of our first assignment

Git/Github (continued)

  • Forking
  • Pull requests (turning in assignments)

Readings/Homework

Code Academy (continued)

  • None of the 'PRO' (non-free) sections are assigned!
  • Complete Units in the Course Academy Javascript coursework
    • Arrays (5)
    • Loops (6)
    • OPTIONAL Iterators (7)
    • Objects (8)

Project

We're producing a simple map to help people find health centers in the Philadelphia area. Our application has a few goals. (Full instructions in the assignment's index.html)

  • On application start, use console.log to show an array of arrays in which the first sub-array contains keys and the rest of the arrays contain the 'rows' of our data
  • All and only markers found within the zip code range from 19140 to 19149 should appear
  • Each marker should have custom content that comes up in a dialog when clicked which tells us the location name

Stretch goal

Some health centers offer dental services as well. Can you find a way to give centers that provide dental services a different icon than those that do not?

About

Javascript basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.8%
  • CSS 31.3%
  • HTML 25.9%