8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a student, I want to be able to find where a room is located on campus via a map.
Create a map box component that implements the following use cases:
Input: a list of building names.
Output: a map that plots all buildings and their names with pins.
Input: a selected room’s id.
Output: a pin on the map indicating where the room should be.
How to create a custom MapBox component:
https://www.mapbox.com/blog/create-custom-map-steps
How to add custom pins to MapBox:
https://docs.mapbox.com/help/tutorials/custom-markers-gl-js/
Miscellaneous MapBox examples:
https://docs.mapbox.com/mapbox-gl-js/example/
The text was updated successfully, but these errors were encountered:
mt-fns
bengodw
No branches or pull requests
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:
https://www.mapbox.com/blog/create-custom-map-steps
How to add custom pins to MapBox:
https://docs.mapbox.com/help/tutorials/custom-markers-gl-js/
Miscellaneous MapBox examples:
https://docs.mapbox.com/mapbox-gl-js/example/
The text was updated successfully, but these errors were encountered: