An interactive online map of FRC teams and events.
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
data/custom_icons.js
and add your team number to theicons
array found at the beginning 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!
Note that you may wish to simply submit a team avatar to FIRST. As FIRST has rolled out the avatar system, it's now preferable to specify your team's logo that way. Manual input of icons to FIRSTMap is gradually being deprecated.
- Fork the repository.
- Open
data/custom_locations.js
and add your team's latitude and longitude to the array found in 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.