Images SVG in version 5.10

Miro 2 years ago

Where were the svg images placed in version 5.10?
In version 5.9 they were in: "/opt/traccar/modern/assets/" and, when I needed it, I could just edit the images without having to recompile traccar.

Anton Tananaev 2 years ago

You have to check Vite documentation to see what happens with those assets.

Juliano 2 years ago

Now the images are in the /opt/traccar/modern/Resources/Images folder

Miro 2 years ago

This folder does not exist

Juliano 2 years ago

For this you need to have the traccar source code
https://github.com/traccar/traccar-web/tree/master/modern/src/resources

Miro 2 years ago

Yes, I know that. But I don't intend to recompile traccar-web. I wanted to do what I did in version 5.9, where all I had to do was edit the desired svg (markers)...
But anyway, thanks!