Commit e229e7

2025-09-17 14:41:01 Hargata Softworks: x
advanced/vehicle maps.md ..
@@ 24,12 24,14 @@
"Tags": "",
"Coordinates": "",
"Color": "#",
+ "Shape": "",
"Opacity": 0.5
},
{
"Tags": "",
"Coordinates": "",
"Color": "#",
+ "Shape": "",
"Opacity": 0.5
}
]
@@ 42,9 44,14 @@
- Map.Tags refers to the tags, separated by an empty space that the records should be filtered with
- Map.Coordinates refers to the coordinates of the points generated by an image map creator
- Map.Color refers to the color of the overlay
+ - Map.Shape refers to the shape(circle or polygon, optional, defaults to polygon)
- Map.Opacity refers to the opacity of the overlay(values range from 0.0 to 1.0, 0.0 is completely transparent and 1.0 is completely opaque)
- Trailing Commas are not supported and must be truncated
+ ### Circles
+
+ Starting in version 1.5.2, the vehicle image map now supports a circle shape, you must have exactly three coordinates in the following order: x, y, and radius. If you generated your coordinates using [Image-Map](https://www.image-map.net/) then the coordinates are automatically in that order.
+
[Sample Vehicle Map](https://github.com/hargata/lubelog_scripts/blob/main/misc/sample_vehicle_map.json)
[7-Minute Video Tutorial](https://www.youtube.com/watch?v=IB-HniEtSyk)
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