Skip to content

sydng/OST4GIS-week2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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
      1. Arrays
      1. Loops
      1. Iterators
      1. Objects

Project

We're producing a simple map to help people find health centers in the Philadelphia area. Our application has two goals:

First, we'd like to provide this data in javascript arrays. We should print these arrays to the console.

  • 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

Second, we want to know where the health centers are located within the zip codes from 19140 to 19149 (inclusive).

  • 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

Extra

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

Week 2 - Open Source Tools For GIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • CSS 30.3%
  • HTML 28.2%