Vehicle Maps
What is a Vehicle Map
A vehicle map is an image of the vehicle that has interactive clickable elements overlaid on them that will allow the users to view records that are tied to those elements via tags.
Creating Vehicle Maps
Useful Resources:
- Base64-Image for converting images to base64
- Image-Map for creating coordinates
- Coolors for generating color templates
Template
{ "ImageLink": "", "Height": 0, "Width": 0, "Map": [ { "Tags": "", "Coordinates": "", "Color": "", "Opacity": 0.5 }, { "Tags": "", "Coordinates": "", "Color": "", "Opacity": 0.5 } ] }