ninatrue / web-mapping-curriculum

Curriculum materials for an introductory web mapping course
0 stars 0 forks source link

Progress Report #5

Open ninatrue opened 4 years ago

ninatrue commented 4 years ago

What you worked on.

Started script that:

  1. is a map with Austin at the center
  2. Has a search bar
  3. Zooms
  4. Has a marker at the new Apple Campus with a popup
  5. The marker has a custom Apple logo
  6. Has a marker and popup at the Austin Airport

Any changes you’ve made to your original proposal.

Total switch away from original proposal. Branched off from fracking topic to my own pet project. I am planning on moving to Austin in the coming year and have been working on a map to help find the best place to live. Before this class I was gathering data (neighborhoods, housing prices, breweries, restaurants, farmers markets, etc.) and displaying it in QGIS. I'm excited to learn how to make this map interactive and share with my friends who are also moving to Austin in the near future. The new audience is young people who are planning to move to Austin (which, I've found is a surprising amount even within my group of friends) .

A description of what you’ve built so far and, if applicable, a link to code (it’s ok if it doesn’t work!)

` <!DOCTYPE html>

Display a map

`

Any obstacles you need to overcome before you can move on to the next step.

  1. Learn how to import shapefiles
  2. Start working on more interactions to compare neighborhoods
ninatrue commented 4 years ago

also, idk how to link code