Exercise

Putting it all Together

Let's try putting this all together at one time. Building our interactive map of every four-year college in America can be broken down into four steps:

  1. Initialize the web map
  2. Lay down our base maps
  3. Plot each sector of colleges as its own layer
  4. Add layer controls so users can toggle base and overlay groups

The public, private, and profit data frames as well as the color palette pal have been loaded for you.

Instructions

100 XP
  • Fill in the function names to create an interactive web map that has multiple overlay and base map groups.