Similar to that.
Add your images in these two places:
https://github.com/traccar/traccar-web/tree/master/modern/src/resources/images/icon/
https://github.com/traccar/traccar-web/blob/master/modern/src/map/core/preloadImages.js
And then recompile the app.
Hello I need to change the icons. I just need to replace the .svg files and compile the app or I have to edit part of the code of the app too.
Thanks
Replacing and compiling the app should be enough, assuming the format and size is the same.
In the legacy software, we used to add additional .svg files to
web/images/
and then patchweb/load.js
&web/l10n/en.json
to add additional categories beyond the built-in ones, each with its own image.How would we go about doing this in Traccar v5.3?