CSCI 185: Spring 2024

Introduction to Programming for the Web

CSCI 185: Spring 2024

UNCA Logo

Fish by @akeatk

Project 2 Option: Interactive Map

Create an Interactive Map using Leaflet. This should involve:

  1. Following the Getting Started Tutorial
  2. Changing the lat / lon position of the map to Asheville (or some other place of your choice)
  3. Adding some markers
  4. Adding a way to show popup messages describing each marker when the user clicks on it. Consider adding images and styling too!

What to Submit