-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Story
As a student, I want to be able to find where a room is located on campus via a map.
Acceptance Criteria
Create a map box component that implements the following use cases:
Display buildings
Input: a list of building names.
Output: a map that plots all buildings and their names with pins.
Display rooms
Input: a selected room’s id.
Output: a pin on the map indicating where the room should be.
Resources
-
How to create a custom MapBox component:
-
How to add custom pins to MapBox:
https://docs.mapbox.com/help/tutorials/custom-markers-gl-js/
-
Miscellaneous MapBox examples:
Reactions are currently unavailable