Commit 4d0447

2025-08-05 17:23:55 Hargata Softworks: x
/dev/null .. advanced/vehicle maps.md
@@ 0,0 1,37 @@
+ # 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](https://www.base64-image.de/) for converting images to base64
+ - [Image-Map](https://www.image-map.net/) for creating coordinates
+ - [Coolors](https://coolors.co/) for generating color templates
+
+ ### Template
+
+ ```
+ {
+ "ImageLink": "",
+ "Height": 0,
+ "Width": 0,
+ "Map": [
+ {
+ "Tags": "",
+ "Coordinates": "",
+ "Color": "",
+ "Opacity": 0.5
+ },
+ {
+ "Tags": "",
+ "Coordinates": "",
+ "Color": "",
+ "Opacity": 0.5
+ }
+ ]
+ }
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9