An interactive online map of FRC teams.
To modify the image used for your team's marker:
- Fork the repository.
- Add an image, titled
{team_number}.png
, where{team_number}
is your team number, to the/logos
folder. The image should have a maximum width or height of 40 pixels. - Open
overrides.js
and add your team number to theicons
array found at the begining of the file. - Push these changes to your fork of FIRSTmap.
- Open a pull-request with the main FIRSTmap repository to merge your fork back to the origin.
- Enjoy your custom marker image!
To modify the position of your team's marker to more accurately represent your location:
- Fork the repository.
- Open
overrides.js
and add your team's lattitude and longitude to theupdatedLocations
array found at the end of the file. This data entry should follow the syntax:
team_number: {
lat: latitude,
lng: longitude
}
- Push these changes to your fork of FIRSTmap.
- Open a pull-request with the main FIRSTmap repository to merge your fork back to the origin.
- Enjoy the updated location of your team's marker!
This software is protected under the MIT License. See LICENSE
for more information.